COLOR #63309B

HEX: #63309B
RGB: (99,48,155)

Color info

#63309B contains mainly red and blue colors. Web safe color of #63309B is #663399 (or #639).

RGB color model

#63309B color RGB value is (99,48,155).

  • red value is 99;
  • green value is 48;
  • blue value is 155.
RGB:
(99,48,155)
(39%,19%,61%)

RGB channels and saturation

R 99 of 255 = 39%
G 48 of 255 = 19%
B 155 of 255 = 61%

99
48
155

R + G + B ~ 40%. #63309B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
99 + 48 + 155 = 302 (100%)
R 99 of 302 ~ 32.78%
G 48 of 302 ~ 15.89%
B 155 of 302 ~ 51.32%

%32.78
%15.89
%51.32

CMYK color model

#63309B color CMYK value is (36,69,0,39).

  • cyan value is 36.13%
  • magenta value is 69.03%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(36,69,0,39)
C36M69Y0K39 
(36%,69%,0%,39%)
(0.36/0.69/0.00/0.39)	

CMYK percentages

%36.13
%69.03
%0
%39.22

Codes

Color #63309B in popluar color models

63309B
RGB9948155
HSL269°52.71%39.80%
HSB/HSV269°69.03%60.78%
CMYK36.13%69.03%0.00%
39.22%

Color #63309B in popluar number systems.

HEX63309B
Decimal9948155
Binary110001111000010011011
Octal14360233

Shades and tints

Shades of #63309B

#63309B
(99,48,155)
#5A2C8D
(90,44,141)
#51287F
(81,40,127)
#482471
(72,36,113)
#3F2063
(63,32,99)
#361C55
(54,28,85)
#2D1847
(45,24,71)
#241439
(36,20,57)
#1B102B
(27,16,43)
#120C1D
(18,12,29)
#09080F
(9,8,15)
#000000
(0,0,0)

Tints of #63309B

#63309B
(99,48,155)
#7142A4
(113,66,164)
#7F54AD
(127,84,173)
#8D66B6
(141,102,182)
#9B78BF
(155,120,191)
#A98AC8
(169,138,200)
#B79CD1
(183,156,209)
#C5AEDA
(197,174,218)
#D3C0E3
(211,192,227)
#E1D2EC
(225,210,236)
#EFE4F5
(239,228,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #63309B color. Also use rgb(99,48,155) instead hex code.

Text Font Color

.myTextColor { color: #63309B; }

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

This text font color is #63309B.


Background Color

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

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

This div background color is #63309B.


Border color

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

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

This div border color is #63309B.


Opacity

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

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

Text with #63309B 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 #63309B;}

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

This text has shadow with #63309B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #63309B on black background.


Color preview on white background

This text has color #63309B on white background.



Black color preview on #63309B background

This text has black color on #63309B background.


White color preview on #63309B background

This text has white color on #63309B background.