#9C88B4

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

Shades of Cold Purple #9C88B4

Tints of Cold Purple #9C88B4

Color information

#9C88B4 (or 0x9C88B4) is unknown color: approx Cold Purple. HEX triplet: 9C, 88 and B4. RGB value is (156,136,180). Sum of RGB (Red+Green+Blue) = 156+136+180=472 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.05% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 180 (70.70% from 255 or 38.14% from 472); Max value from RGB is 180 - color contains mainly: blue. Hex color #9C88B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C88B4 is #63774B. Grayscale: #929292. Windows color (decimal): -6518604 or 11831452. OLE color: 11831452.

HSL color Cylindrical-coordinate representation of color #9C88B4: hue angle of 267.27º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9C88B4 is Cyan = 0.13, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB156136180-
CMYK0.130.2400.29
HSL267.27º22.68%61.96%-
HSV(B)267.27º24.44%70.59%-
XYZ30.7527.9746.96-
YUV147146.63134.42-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.05%
GREEN value IS 136 (53.52% from 255) = 28.81%
BLUE value IS 180 (70.70% from 255) = 38.14%
R=33.05%
G=28.81%
B=38.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1561361800.130.2400.29267.2722.6861.96
Hex9C88B4D1801D10b173e
Octal23421026415300354132776
Binary10011100100010001011010011011100001110110000101110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C88B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,136,180); }

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

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

 a { background-color: rgb(156,136,180); }

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

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

 span { border-color: rgb(156,136,180); }

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