#9C87BC

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

Shades of Cold Purple #9C87BC

Tints of Cold Purple #9C87BC

Color information

#9C87BC (or 0x9C87BC) is unknown color: approx Cold Purple. HEX triplet: 9C, 87 and BC. RGB value is (156,135,188). Sum of RGB (Red+Green+Blue) = 156+135+188=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 135 (53.12% from 255 or 28.18% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C87BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C87BC is #637843. Grayscale: #939393. Windows color (decimal): -6518852 or 12355484. OLE color: 12355484.

HSL color Cylindrical-coordinate representation of color #9C87BC: hue angle of 263.77º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C87BC is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB156135188-
CMYK0.170.2800.26
HSL263.77º28.34%63.33%-
HSV(B)263.77º28.19%73.73%-
XYZ31.4528.0351.33-
YUV147.32150.96134.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.57%
GREEN value IS 135 (53.12% from 255) = 28.18%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=32.57%
G=28.18%
B=39.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561351880.170.2800.26263.7728.3463.33
Hex9C87BC111C01A1081c3f
Octal23420727421340324103477
Binary100111001000011110111100100011110001101010000100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C87BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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