#9C86CC

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

Shades of Cold Purple #9C86CC

Tints of Cold Purple #9C86CC

Color information

#9C86CC (or 0x9C86CC) is unknown color: approx Cold Purple. HEX triplet: 9C, 86 and CC. RGB value is (156,134,204). Sum of RGB (Red+Green+Blue) = 156+134+204=494 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.58% from 494); Green value is 134 (52.73% from 255 or 27.13% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C86CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C86CC is #637933. Grayscale: #949494. Windows color (decimal): -6519092 or 13403804. OLE color: 13403804.

HSL color Cylindrical-coordinate representation of color #9C86CC: hue angle of 258.86º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C86CC is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB156134204-
CMYK0.240.3400.2
HSL258.86º40.7%66.27%-
HSV(B)258.86º34.31%80%-
XYZ33.1328.4860.88-
YUV148.56159.29133.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.58%
GREEN value IS 134 (52.73% from 255) = 27.13%
BLUE value IS 204 (80.08% from 255) = 41.30%
R=31.58%
G=27.13%
B=41.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1561342040.240.3400.2258.8640.766.27
Hex9C86CC18220141032942
Octal234206314304202440351102
Binary100111001000011011001100110001000100101001000000111010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C86CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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