COLOR #63138B

HEX: #63138B
RGB: (99,19,139)

Color info

#63138B contains mainly red and blue colors. Web safe color of #63138B is #660099 (or #609).

RGB color model

#63138B color RGB value is (99,19,139).

  • red value is 99;
  • green value is 19;
  • blue value is 139.
RGB:
(99,19,139)
(39%,7%,55%)

RGB channels and saturation

R 99 of 255 = 39%
G 19 of 255 = 7%
B 139 of 255 = 55%

99
19
139

R + G + B ~ 34%. #63138B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
99 + 19 + 139 = 257 (100%)
R 99 of 257 ~ 38.52%
G 19 of 257 ~ 7.39%
B 139 of 257 ~ 54.09%

%38.52
%54.09

CMYK color model

#63138B color CMYK value is (29,86,0,45).

  • cyan value is 28.78%
  • magenta value is 86.33%
  • yellow value is 0.00%
  • key color value is 45.49%
CMYK:
(29,86,0,45)
C29M86Y0K45 
(29%,86%,0%,45%)
(0.29/0.86/0.00/0.45)	

CMYK percentages

%28.78
%86.33
%0
%45.49

Codes

Color #63138B in popluar color models

63138B
RGB9919139
HSL280°75.95%30.98%
HSB/HSV280°86.33%54.51%
CMYK28.78%86.33%0.00%
45.49%

Color #63138B in popluar number systems.

HEX63138B
Decimal9919139
Binary11000111001110001011
Octal14323213

Shades and tints

Shades of #63138B

#63138B
(99,19,139)
#5A127F
(90,18,127)
#511173
(81,17,115)
#481067
(72,16,103)
#3F0F5B
(63,15,91)
#360E4F
(54,14,79)
#2D0D43
(45,13,67)
#240C37
(36,12,55)
#1B0B2B
(27,11,43)
#120A1F
(18,10,31)
#090913
(9,9,19)
#000000
(0,0,0)

Tints of #63138B

#63138B
(99,19,139)
#712895
(113,40,149)
#7F3D9F
(127,61,159)
#8D52A9
(141,82,169)
#9B67B3
(155,103,179)
#A97CBD
(169,124,189)
#B791C7
(183,145,199)
#C5A6D1
(197,166,209)
#D3BBDB
(211,187,219)
#E1D0E5
(225,208,229)
#EFE5EF
(239,229,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63138B color. Also use rgb(99,19,139) instead hex code.

Text Font Color

.myTextColor { color: #63138B; }

<p style="color:#63138B">This sample text font color is #63138B.</p>

This text font color is #63138B.


Background Color

.myBgColor { background-color: #63138B; }

<div style="background-color:#63138B">Inner text</div>

This div background color is #63138B.


Border color

.myBorderColor { border: 1px solid #63138B; }

<div style="border:3px solid #63138B">Div</div>

This div border color is #63138B.


Opacity

.myOpacity80 { color: #63138B; opacity: 0.8; }

<p style="color:#63138B;opacity:0.8;">80%</p>

Text with #63138B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #63138B;}

<p style="text-shadow: 3px 3px 1px #63138B">Text here.</p>

This text has shadow with #63138B color.

.textShadow {text-shadow: 3px 3px 1px #63138B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #63138B, 5px 5px 20px red">Text here.</p>

This text has shadow with #63138B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#63138B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#63138B, Direction=45, Strength=4)">Text</p>

This text has shadow with #63138B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #63138B;
  -webkit-box-shadow:	1px 1px 3px 2px #63138B;
  box-shadow:		1px 1px 3px 2px #63138B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #63138B;
-webkit-box-shadow: 1px 1px 3px 2px #63138B;
box-shadow:1px 1px 3px 2px #63138B;">
Div content here</div>
This div box has shadow with color #63138B.

Preview

Color preview on black background

This text has color #63138B on black background.


Color preview on white background

This text has color #63138B on white background.



Black color preview on #63138B background

This text has black color on #63138B background.


White color preview on #63138B background

This text has white color on #63138B background.