#9e87cc

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

Shades of Cold Purple #9E87CC

Tints of Cold Purple #9E87CC

Color information

#9E87CC (or 0x9E87CC) is unknown color: approx Cold Purple. HEX triplet: 9E, 87 and CC. RGB value is (158,135,204). Sum of RGB (Red+Green+Blue) = 158+135+204=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E87CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E87CC is #617833. Grayscale: #959595. Windows color (decimal): -6387764 or 13404062. OLE color: 13404062.

HSL color Cylindrical-coordinate representation of color #9E87CC: hue angle of 260º degrees, saturation: 0.4, 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 #9E87CC is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB158135204-
CMYK0.230.3400.2
HSL260º40.35%66.47%-
HSV(B)260º33.82%80%-
XYZ33.6628.9660.94-
YUV149.74158.62133.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.79%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=31.79%
G=27.16%
B=41.05%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581352040.230.3400.226040.3566.47
Hex9E87CC17220141042842
Octal236207314274202440450102
Binary100111101000011111001100101111000100101001000001001010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e87cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,135,204); }

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

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

 a { background-color: rgb(158,135,204); }

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

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

 span { border-color: rgb(158,135,204); }

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