Shades of Cold Purple #9988BD
Tints of Cold Purple #9988BD
RGB
CMYK
RGB Variations
Color information
#9988BD (or 0x9988BD) is known color: Cold Purple. HEX triplet: 99, 88 and BD. RGB value is (153,136,189). Sum of RGB (Red+Green+Blue) = 153+136+189=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 189 (74.22% from 255 or 39.54% from 478); Max value from RGB is 189 - color contains mainly: blue. Hex color #9988BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9988BD is #667742. Grayscale: #929292. Windows color (decimal): -6715203 or 12421273. OLE color: 12421273.
HSL color Cylindrical-coordinate representation of color #9988BD: hue angle of 259.25º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9988BD is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 136 | 189 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.26 |
| HSL | 259.25º | 0.29% | 0.64% | - |
| HSV(B) | 259.25º | 0.28% | 0.74% | - |
| XYZ | 31.13 | 28.05 | 51.92 | - |
| YUV | 147.13 | 151.63 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 136 | 189 | 0.19 | 0.28 | 0 | 0.26 | 259.25 | 0.29 | 0.64 |
| Hex | 99 | 88 | BD | 13 | 1C | 0 | 1A | 103 | 1D | 40 |
| Octal | 231 | 210 | 275 | 23 | 34 | 0 | 32 | 403 | 35 | 100 |
| Binary | 10011001 | 10001000 | 10111101 | 10011 | 11100 | 0 | 11010 | 100000011 | 11101 | 1000000 |
Color Harmonies of #9988BD
Complementary color
Monochromatic Colors of #9988BD
Black with #9988BD
Text Example
Text Example
White with #9988BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9988BD; }
p { color: rgb(153,136,189); }
H1.HeaderClassName
{
color: #9988BD;
}
.AnyTagClassName
{
color: #9988BD;
}
</style>
background-color css
<style>
a { background-color: #9988BD; }
a { background-color: rgb(153,136,189); }
div.DivClassName
{
background-color: #9988BD;
}
.BgClassName
{
background-color: #9988BD;
}
</style>
border-color css
<style>
span { border-color: #9988BD; }
span { border-color: rgb(153,136,189); }
td.TdClassName
{
border-color: #9988BD;
}
.TagClassName
{
border-color: #9988BD;
}
</style>