#9C86CF

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

Shades of Cold Purple #9C86CF

Tints of Cold Purple #9C86CF

Color information

#9C86CF (or 0x9C86CF) is unknown color: approx Cold Purple. HEX triplet: 9C, 86 and CF. RGB value is (156,134,207). Sum of RGB (Red+Green+Blue) = 156+134+207=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 207 (81.25% from 255 or 41.65% from 497); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C86CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C86CF is #637930. Grayscale: #949494. Windows color (decimal): -6519089 or 13600412. OLE color: 13600412.

HSL color Cylindrical-coordinate representation of color #9C86CF: hue angle of 258.08º degrees, saturation: 0.43, 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 #9C86CF is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB156134207-
CMYK0.250.3500.19
HSL258.08º43.2%66.86%-
HSV(B)258.08º35.27%81.18%-
XYZ33.528.6262.79-
YUV148.9160.79133.06-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.39%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 207 (81.25% from 255) = 41.65%
R=31.39%
G=26.96%
B=41.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561342070.250.3500.19258.0843.266.86
Hex9C86CF19230131022b43
Octal234206317314302340253103
Binary100111001000011011001111110011000110100111000000101010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C86CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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