#9C87BF

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

Shades of Cold Purple #9C87BF

Tints of Cold Purple #9C87BF

Color information

#9C87BF (or 0x9C87BF) is unknown color: approx Cold Purple. HEX triplet: 9C, 87 and BF. RGB value is (156,135,191). Sum of RGB (Red+Green+Blue) = 156+135+191=482 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.37% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 191 (75% from 255 or 39.63% from 482); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C87BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C87BF is #637840. Grayscale: #939393. Windows color (decimal): -6518849 or 12552092. OLE color: 12552092.

HSL color Cylindrical-coordinate representation of color #9C87BF: hue angle of 262.5º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9C87BF is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156135191-
CMYK0.180.2900.25
HSL262.5º30.43%63.92%-
HSV(B)262.5º29.32%74.9%-
XYZ31.7828.1653.05-
YUV147.66152.46133.95-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.37%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 191 (75% from 255) = 39.63%
R=32.37%
G=28.01%
B=39.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1561351910.180.2900.25262.530.4363.92
Hex9C87BF121D0191061e40
Octal234207277223503140636100
Binary1001110010000111101111111001011101011001100000110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C87BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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