COLOR #9F95CD

HEX: #9F95CD
RGB: (159,149,205)

Color info

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

RGB color model

#9F95CD color RGB value is (159,149,205).

  • red value is 159;
  • green value is 149;
  • blue value is 205.
RGB:
(159,149,205)
(62%,58%,80%)

RGB channels and saturation

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

159
149
205

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

Portions of RGB colors in percentages

R + G + B =
159 + 149 + 205 = 513 (100%)
R 159 of 513 ~ 30.99%
G 149 of 513 ~ 29.04%
B 205 of 513 ~ 39.96%

%30.99
%29.04
%39.96

CMYK color model

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

  • cyan value is 22.44%
  • magenta value is 27.32%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(22,27,0,20)
C22M27Y0K20 
(22%,27%,0%,20%)
(0.22/0.27/0.00/0.20)	

CMYK percentages

%22.44
%27.32
%0
%19.61

Codes

Color #9F95CD in popluar color models

9F95CD
RGB159149205
HSL251°35.90%69.41%
HSB/HSV251°27.32%80.39%
CMYK22.44%27.32%0.00%
19.61%

Color #9F95CD in popluar number systems.

HEX9F95CD
Decimal159149205
Binary100111111001010111001101
Octal237225315

Shades and tints

Shades of #9F95CD

#9F95CD
(159,149,205)
#9188BB
(145,136,187)
#837BA9
(131,123,169)
#756E97
(117,110,151)
#676185
(103,97,133)
#595473
(89,84,115)
#4B4761
(75,71,97)
#3D3A4F
(61,58,79)
#2F2D3D
(47,45,61)
#21202B
(33,32,43)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #9F95CD

#9F95CD
(159,149,205)
#A79ED1
(167,158,209)
#AFA7D5
(175,167,213)
#B7B0D9
(183,176,217)
#BFB9DD
(191,185,221)
#C7C2E1
(199,194,225)
#CFCBE5
(207,203,229)
#D7D4E9
(215,212,233)
#DFDDED
(223,221,237)
#E7E6F1
(231,230,241)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9F95CD; }

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

This text font color is #9F95CD.


Background Color

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

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

This div background color is #9F95CD.


Border color

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

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

This div border color is #9F95CD.


Opacity

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

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

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

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

This text has shadow with #9F95CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9F95CD on black background.


Color preview on white background

This text has color #9F95CD on white background.



Black color preview on #9F95CD background

This text has black color on #9F95CD background.


White color preview on #9F95CD background

This text has white color on #9F95CD background.