COLOR #9C85CF

HEX: #9C85CF
RGB: (156,133,207)

Color info

#9C85CF contains mainly red and blue colors. Web safe color of #9C85CF is #9999CC (or #99C).

RGB color model

#9C85CF color RGB value is (156,133,207).

  • red value is 156;
  • green value is 133;
  • blue value is 207.
RGB:
(156,133,207)
(61%,52%,81%)

RGB channels and saturation

R 156 of 255 = 61%
G 133 of 255 = 52%
B 207 of 255 = 81%

156
133
207

R + G + B ~ 65%. #9C85CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 133 + 207 = 496 (100%)
R 156 of 496 ~ 31.45%
G 133 of 496 ~ 26.81%
B 207 of 496 ~ 41.73%

%31.45
%26.81
%41.73

CMYK color model

#9C85CF color CMYK value is (25,36,0,19).

  • cyan value is 24.64%
  • magenta value is 35.75%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(25,36,0,19)
C25M36Y0K19 
(25%,36%,0%,19%)
(0.25/0.36/0.00/0.19)	

CMYK percentages

%24.64
%35.75
%0
%18.82

Codes

Color #9C85CF in popluar color models

9C85CF
RGB156133207
HSL259°43.53%66.67%
HSB/HSV259°35.75%81.18%
CMYK24.64%35.75%0.00%
18.82%

Color #9C85CF in popluar number systems.

HEX9C85CF
Decimal156133207
Binary100111001000010111001111
Octal234205317

Shades and tints

Shades of #9C85CF

#9C85CF
(156,133,207)
#8E79BD
(142,121,189)
#806DAB
(128,109,171)
#726199
(114,97,153)
#645587
(100,85,135)
#564975
(86,73,117)
#483D63
(72,61,99)
#3A3151
(58,49,81)
#2C253F
(44,37,63)
#1E192D
(30,25,45)
#100D1B
(16,13,27)
#000000
(0,0,0)

Tints of #9C85CF

#9C85CF
(156,133,207)
#A590D3
(165,144,211)
#AE9BD7
(174,155,215)
#B7A6DB
(183,166,219)
#C0B1DF
(192,177,223)
#C9BCE3
(201,188,227)
#D2C7E7
(210,199,231)
#DBD2EB
(219,210,235)
#E4DDEF
(228,221,239)
#EDE8F3
(237,232,243)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C85CF color. Also use rgb(156,133,207) instead hex code.

Text Font Color

.myTextColor { color: #9C85CF; }

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

This text font color is #9C85CF.


Background Color

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

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

This div background color is #9C85CF.


Border color

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

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

This div border color is #9C85CF.


Opacity

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

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

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

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

This text has shadow with #9C85CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C85CF on black background.


Color preview on white background

This text has color #9C85CF on white background.



Black color preview on #9C85CF background

This text has black color on #9C85CF background.


White color preview on #9C85CF background

This text has white color on #9C85CF background.