#9C86CE

Color #9C86CE Cold Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cold Purple #9C86CE

Tints of Cold Purple #9C86CE

Color information

#9C86CE (or 0x9C86CE) is unknown color: approx Cold Purple. HEX triplet: 9C, 86 and CE. RGB value is (156,134,206). Sum of RGB (Red+Green+Blue) = 156+134+206=496 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.45% from 496); Green value is 134 (52.73% from 255 or 27.02% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C86CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C86CE is #637931. Grayscale: #949494. Windows color (decimal): -6519090 or 13534876. OLE color: 13534876.

HSL color Cylindrical-coordinate representation of color #9C86CE: hue angle of 258.33º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C86CE is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156134206-
CMYK0.240.3500.19
HSL258.33º42.35%66.67%-
HSV(B)258.33º34.95%80.78%-
XYZ33.3828.5762.15-
YUV148.79160.29133.15-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 31.45%
GREEN value IS 134 (52.73% from 255) = 27.02%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=31.45%
G=27.02%
B=41.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561342060.240.3500.19258.3342.3566.67
Hex9C86CE18230131022a43
Octal234206316304302340252103
Binary100111001000011011001110110001000110100111000000101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C86CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C86CE; }

 p { color: rgb(156,134,206); }

 H1.HeaderClassName
 {
   color: #9C86CE;
 }
 .AnyTagClassName
 {
   color: #9C86CE;
 }
</style>
background-color css

<style>
 a { background-color: #9C86CE; }

 a { background-color: rgb(156,134,206); }

 div.DivClassName
 {
   background-color: #9C86CE;
 }
 .BgClassName
 {
   background-color: #9C86CE;
 }
</style>
border-color css

<style>
 span { border-color: #9C86CE; }

 span { border-color: rgb(156,134,206); }

 td.TdClassName
 {
   border-color: #9C86CE;
 }
 .TagClassName
 {
   border-color: #9C86CE;
 }
</style>