#9C87CE

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

Shades of Cold Purple #9C87CE

Tints of Cold Purple #9C87CE

Color information

#9C87CE (or 0x9C87CE) is unknown color: approx Cold Purple. HEX triplet: 9C, 87 and CE. RGB value is (156,135,206). Sum of RGB (Red+Green+Blue) = 156+135+206=497 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.39% from 497); Green value is 135 (53.12% from 255 or 27.16% from 497); Blue value is 206 (80.86% from 255 or 41.45% from 497); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C87CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C87CE is #637831. Grayscale: #959595. Windows color (decimal): -6518834 or 13535132. OLE color: 13535132.

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

Color convert

RGB156135206-
CMYK0.240.3400.19
HSL257.75º42.01%66.86%-
HSV(B)257.75º34.47%80.78%-
XYZ33.5128.8562.2-
YUV149.37159.96132.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.39%
GREEN value IS 135 (53.12% from 255) = 27.16%
BLUE value IS 206 (80.86% from 255) = 41.45%
R=31.39%
G=27.16%
B=41.45%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1561352060.240.3400.19257.7542.0166.86
Hex9C87CE18220131022a43
Octal234207316304202340252103
Binary100111001000011111001110110001000100100111000000101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C87CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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