COLOR #9F95CC

HEX: #9F95CC RGB: (159,149,204)

Color info

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

RGB color model

#9F95CC color RGB value is (159,149,204).

RGB: (159,149,204) (62%, 58%, 80%)

RGB channels and saturation

R 159 of 255 = 62%
G 149 of 255 = 58%
B 204 of 255 = 80%

159
149
204

R + G + B ~ 67%. #9F95CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 149 + 204 = 512 (100%)
R 159 of 512 ~ 31.05%
G 149 of 512 ~ 29.1%
B 204 of 512 ~ 39.84'%

%31.05
%29.1
%39.84

CMYK color model

#9F95CC color CMYK value is (22,27,0,20).

  • cyan value is 22.06%
  • magenta value is 26.96%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (22,27,0,20)
C22M27Y0K20 (22%, 27%, 0%, 20%)
(0.22 / 0.27 / 0.00 / 0.20)

CMYK percentages

%22.06
%26.96
%0
%20

Codes

Color #9F95CC in popluar color models

9F 95 CC
RGB 159 149 204
HSL 251° 35.03% 69.22%
HSB/HSV 251° 26.96% 80.00%
CMYK 22.06% 26.96% 0.00%
20.00%

Color #9F95CC in popluar number systems.

HEX 9F 95 CC
Decimal 159 149 204
Binary 10011111 10010101 11001100
Octal 237 225 314

Shades and tints

Shades of #9F95CC

#9F95CC
(159,149,204)
#9188BA
(145,136,186)
#837BA8
(131,123,168)
#756E96
(117,110,150)
#676184
(103,97,132)
#595472
(89,84,114)
#4B4760
(75,71,96)
#3D3A4E
(61,58,78)
#2F2D3C
(47,45,60)
#21202A
(33,32,42)
#131318
(19,19,24)
#000000
(0,0,0)

Tints of #9F95CC

#9F95CC
(159,149,204)
#A79ED0
(167,158,208)
#AFA7D4
(175,167,212)
#B7B0D8
(183,176,216)
#BFB9DC
(191,185,220)
#C7C2E0
(199,194,224)
#CFCBE4
(207,203,228)
#D7D4E8
(215,212,232)
#DFDDEC
(223,221,236)
#E7E6F0
(231,230,240)
#EFEFF4
(239,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9F95CC color. Also use rgb(159,149,204) instead hex code.

Text Font Color

.myTextColor { color: #9F95CC; }

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

This text font color is #9F95CC.

Background Color

.myBgColor { background-color: #9F95CC; }

<div style="background-color:#9F95CC">Inner text</div>

This div background color is #9F95CC.

Border color

.myBorderColor { border: 1px solid #9F95CC; }

<div style="border:3px solid #9F95CC">Div</div>

This div border color is #9F95CC.

Opacity

.myOpacity80 { color: #9F95CC; opacity: 0.8; }

<p style="color:#9F95CC;opacity:0.8;">80%</p>

Text with #9F95CC 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 #9F95CC;}

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

This text has shadow with #9F95CC color.


.textShadow {text-shadow: 3px 3px 1px #9F95CC', 3px 3px 1px red;}

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

This text has shadow with #9F95CC primary color and red secondary color.


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

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

This text has shadow with #9F95CC and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9F95CC; -webkit-box-shadow: 1px 1px 3px 2px #9F95CC; box-shadow:1px 1px 3px 2px #9F95CC;">
Div content here
</div>

This div box has shadow with color #9F95CC.

Preview

Color preview on black background

This text has color #9F95CC on black background.


Color preview on white background

This text has color #9F95CC on white background.


Black color preview on #9F95CC background

This text has black color on #9F95CC background.


White color preview on #9F95CC background

This text has white color on #9F95CC background.


Related colors

Complementary color

Complementary color for #hex is #606A33.


I love getcolorcode.com

Triadic colors

1 #CC9F95 and #95CC9F with #9F95CC are triadic colors.

2 #CC959F and #959FCC with #9F95CC are triadic colors.