Shades of Cold Purple #9988CC
Tints of Cold Purple #9988CC
RGB
CMYK
RGB Variations
Color information
#9988CC (or 0x9988CC) is known color: Cold Purple. HEX triplet: 99, 88 and CC. RGB value is (153,136,204). Sum of RGB (Red+Green+Blue) = 153+136+204=493 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.03% from 493); Green value is 136 (53.52% from 255 or 27.59% from 493); Blue value is 204 (80.08% from 255 or 41.38% from 493); Max value from RGB is 204 - color contains mainly: blue. Hex color #9988CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9988CC is #667733. Grayscale: #949494. Windows color (decimal): -6715188 or 13404313. OLE color: 13404313.
HSL color Cylindrical-coordinate representation of color #9988CC: hue angle of 255º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9988CC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 153 | 136 | 204 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.2 |
| HSL | 255º | 0.4% | 0.67% | - |
| HSV(B) | 255º | 0.33% | 0.8% | - |
| XYZ | 32.84 | 28.74 | 60.94 | - |
| YUV | 148.84 | 159.13 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 204 | 0.25 | 0.33 | 0 | 0.2 | 255 | 0.4 | 0.67 |
| Hex | 99 | 88 | CC | 19 | 21 | 0 | 14 | FF | 28 | 43 |
| Octal | 231 | 210 | 314 | 31 | 41 | 0 | 24 | 377 | 50 | 103 |
| Binary | 10011001 | 10001000 | 11001100 | 11001 | 100001 | 0 | 10100 | 11111111 | 101000 | 1000011 |
Color Harmonies of #9988CC
Complementary color
Monochromatic Colors of #9988CC
Black with #9988CC
Text Example
Text Example
White with #9988CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9988CC; }
p { color: rgb(153,136,204); }
H1.HeaderClassName
{
color: #9988CC;
}
.AnyTagClassName
{
color: #9988CC;
}
</style>
background-color css
<style>
a { background-color: #9988CC; }
a { background-color: rgb(153,136,204); }
div.DivClassName
{
background-color: #9988CC;
}
.BgClassName
{
background-color: #9988CC;
}
</style>
border-color css
<style>
span { border-color: #9988CC; }
span { border-color: rgb(153,136,204); }
td.TdClassName
{
border-color: #9988CC;
}
.TagClassName
{
border-color: #9988CC;
}
</style>