COLOR #9991CA

HEX: #9991CA
RGB: (153,145,202)

Color info

#9991CA contains red, green and blue colors in about the same proportion. Web safe color of #9991CA is #9999CC (or #99C).

RGB color model

#9991CA color RGB value is (153,145,202).

  • red value is 153;
  • green value is 145;
  • blue value is 202.
RGB:
(153,145,202)
(60%,57%,79%)

RGB channels and saturation

R 153 of 255 = 60%
G 145 of 255 = 57%
B 202 of 255 = 79%

153
145
202

R + G + B ~ 65%. #9991CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
153 + 145 + 202 = 500 (100%)
R 153 of 500 ~ 30.6%
G 145 of 500 ~ 29%
B 202 of 500 ~ 40.4%

%30.6
%29
%40.4

CMYK color model

#9991CA color CMYK value is (24,28,0,21).

  • cyan value is 24.26%
  • magenta value is 28.22%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(24,28,0,21)
C24M28Y0K21 
(24%,28%,0%,21%)
(0.24/0.28/0.00/0.21)	

CMYK percentages

%24.26
%28.22
%0
%20.78

Codes

Color #9991CA in popluar color models

9991CA
RGB153145202
HSL248°34.97%68.04%
HSB/HSV248°28.22%79.22%
CMYK24.26%28.22%0.00%
20.78%

Color #9991CA in popluar number systems.

HEX9991CA
Decimal153145202
Binary100110011001000111001010
Octal231221312

Shades and tints

Shades of #9991CA

#9991CA
(153,145,202)
#8C84B8
(140,132,184)
#7F77A6
(127,119,166)
#726A94
(114,106,148)
#655D82
(101,93,130)
#585070
(88,80,112)
#4B435E
(75,67,94)
#3E364C
(62,54,76)
#31293A
(49,41,58)
#241C28
(36,28,40)
#170F16
(23,15,22)
#000000
(0,0,0)

Tints of #9991CA

#9991CA
(153,145,202)
#A29BCE
(162,155,206)
#ABA5D2
(171,165,210)
#B4AFD6
(180,175,214)
#BDB9DA
(189,185,218)
#C6C3DE
(198,195,222)
#CFCDE2
(207,205,226)
#D8D7E6
(216,215,230)
#E1E1EA
(225,225,234)
#EAEBEE
(234,235,238)
#F3F5F2
(243,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9991CA color. Also use rgb(153,145,202) instead hex code.

Text Font Color

.myTextColor { color: #9991CA; }

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

This text font color is #9991CA.


Background Color

.myBgColor { background-color: #9991CA; }

<div style="background-color:#9991CA">Inner text</div>

This div background color is #9991CA.


Border color

.myBorderColor { border: 1px solid #9991CA; }

<div style="border:3px solid #9991CA">Div</div>

This div border color is #9991CA.


Opacity

.myOpacity80 { color: #9991CA; opacity: 0.8; }

<p style="color:#9991CA;opacity:0.8;">80%</p>

Text with #9991CA 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 #9991CA;}

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

This text has shadow with #9991CA color.

.textShadow {text-shadow: 3px 3px 1px #9991CA, 3px 3px 1px red;}

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

This text has shadow with #9991CA primary color and red secondary color.


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

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

This text has shadow with #9991CA and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9991CA on black background.


Color preview on white background

This text has color #9991CA on white background.



Black color preview on #9991CA background

This text has black color on #9991CA background.


White color preview on #9991CA background

This text has white color on #9991CA background.