#9988CB

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

Shades of Cold Purple #9988CB

Tints of Cold Purple #9988CB

Color information

#9988CB (or 0x9988CB) is unknown color: approx Cold Purple. HEX triplet: 99, 88 and CB. RGB value is (153,136,203). Sum of RGB (Red+Green+Blue) = 153+136+203=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 136 (53.52% from 255 or 27.64% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #9988CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9988CB is #667734. Grayscale: #949494. Windows color (decimal): -6715189 or 13338777. OLE color: 13338777.

HSL color Cylindrical-coordinate representation of color #9988CB: hue angle of 255.22º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9988CB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB153136203-
CMYK0.250.3300.20
HSL255.22º39.18%66.47%-
HSV(B)255.22º33%79.61%-
XYZ32.7228.6960.31-
YUV148.72158.63131.05-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 136 (53.52% from 255) = 27.64%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=31.10%
G=27.64%
B=41.26%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1531362030.250.3300.20255.2239.1866.47
Hex9988CB1921014ff2742
Octal231210313314102437747102
Binary10011001100010001100101111001100001010100111111111001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9988CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9988CB; }

 p { color: rgb(153,136,203); }

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

<style>
 a { background-color: #9988CB; }

 a { background-color: rgb(153,136,203); }

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

<style>
 span { border-color: #9988CB; }

 span { border-color: rgb(153,136,203); }

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