Shades of Cold Purple #9988CE
Tints of Cold Purple #9988CE
RGB
CMYK
RGB Variations
Color information
#9988CE (or 0x9988CE) is known color: Cold Purple. HEX triplet: 99, 88 and CE. RGB value is (153,136,206). Sum of RGB (Red+Green+Blue) = 153+136+206=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #9988CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9988CE is #667731. Grayscale: #949494. Windows color (decimal): -6715186 or 13535385. OLE color: 13535385.
HSL color Cylindrical-coordinate representation of color #9988CE: hue angle of 254.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9988CE is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 136 | 206 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.19 |
| HSL | 254.57º | 0.42% | 0.67% | - |
| HSV(B) | 254.57º | 0.34% | 0.81% | - |
| XYZ | 33.08 | 28.84 | 62.22 | - |
| YUV | 149.06 | 160.13 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 206 | 0.26 | 0.34 | 0 | 0.19 | 254.57 | 0.42 | 0.67 |
| Hex | 99 | 88 | CE | 1A | 22 | 0 | 13 | FF | 2A | 43 |
| Octal | 231 | 210 | 316 | 32 | 42 | 0 | 23 | 377 | 52 | 103 |
| Binary | 10011001 | 10001000 | 11001110 | 11010 | 100010 | 0 | 10011 | 11111111 | 101010 | 1000011 |
Color Harmonies of #9988CE
Complementary color
Monochromatic Colors of #9988CE
Black with #9988CE
Text Example
Text Example
White with #9988CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9988CE; }
p { color: rgb(153,136,206); }
H1.HeaderClassName
{
color: #9988CE;
}
.AnyTagClassName
{
color: #9988CE;
}
</style>
background-color css
<style>
a { background-color: #9988CE; }
a { background-color: rgb(153,136,206); }
div.DivClassName
{
background-color: #9988CE;
}
.BgClassName
{
background-color: #9988CE;
}
</style>
border-color css
<style>
span { border-color: #9988CE; }
span { border-color: rgb(153,136,206); }
td.TdClassName
{
border-color: #9988CE;
}
.TagClassName
{
border-color: #9988CE;
}
</style>