#9C87BD

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

Shades of Cold Purple #9C87BD

Tints of Cold Purple #9C87BD

Color information

#9C87BD (or 0x9C87BD) is unknown color: approx Cold Purple. HEX triplet: 9C, 87 and BD. RGB value is (156,135,189). Sum of RGB (Red+Green+Blue) = 156+135+189=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 189 (74.22% from 255 or 39.38% from 480); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C87BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C87BD is #637842. Grayscale: #939393. Windows color (decimal): -6518851 or 12421020. OLE color: 12421020.

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

Color convert

RGB156135189-
CMYK0.170.2900.26
HSL263.33º29.03%63.53%-
HSV(B)263.33º28.57%74.12%-
XYZ31.5628.0751.9-
YUV147.43151.46134.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.5%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 189 (74.22% from 255) = 39.38%
R=32.5%
G=28.12%
B=39.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1561351890.170.2900.26263.3329.0363.53
Hex9C87BD111D01A1071d40
Octal234207275213503240735100
Binary1001110010000111101111011000111101011010100000111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C87BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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