#9C88BF

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

Shades of Cold Purple #9C88BF

Tints of Cold Purple #9C88BF

Color information

#9C88BF (or 0x9C88BF) is unknown color: approx Cold Purple. HEX triplet: 9C, 88 and BF. RGB value is (156,136,191). Sum of RGB (Red+Green+Blue) = 156+136+191=483 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.30% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 191 (75% from 255 or 39.54% from 483); Max value from RGB is 191 - color contains mainly: blue. Hex color #9C88BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9C88BF is #637740. Grayscale: #949494. Windows color (decimal): -6518593 or 12552348. OLE color: 12552348.

HSL color Cylindrical-coordinate representation of color #9C88BF: hue angle of 261.82º 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 #9C88BF is Cyan = 0.18, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB156136191-
CMYK0.180.2900.25
HSL261.82º30.05%64.12%-
HSV(B)261.82º28.8%74.9%-
XYZ31.9228.4453.1-
YUV148.25152.13133.53-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.30%
GREEN value IS 136 (53.52% from 255) = 28.16%
BLUE value IS 191 (75% from 255) = 39.54%
R=32.30%
G=28.16%
B=39.54%

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
Decimal1561361910.180.2900.25261.8230.0564.12
Hex9C88BF121D0191061e40
Octal234210277223503140636100
Binary1001110010001000101111111001011101011001100000110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C88BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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