Shades of Cold Purple #9E88BD
Tints of Cold Purple #9E88BD
RGB
CMYK
RGB Variations
Color information
#9E88BD (or 0x9E88BD) is known color: Cold Purple. HEX triplet: 9E, 88 and BD. RGB value is (158,136,189). Sum of RGB (Red+Green+Blue) = 158+136+189=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 136 (53.52% from 255 or 28.16% from 483); Blue value is 189 (74.22% from 255 or 39.13% from 483); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E88BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E88BD is #617742. Grayscale: #949494. Windows color (decimal): -6387523 or 12421278. OLE color: 12421278.
HSL color Cylindrical-coordinate representation of color #9E88BD: hue angle of 264.91º 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 #9E88BD is Cyan = 0.16, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 136 | 189 | - |
| CMYK | 0.16 | 0.28 | 0 | 0.26 |
| HSL | 264.91º | 0.29% | 0.64% | - |
| HSV(B) | 264.91º | 0.28% | 0.74% | - |
| XYZ | 32.09 | 28.55 | 51.96 | - |
| YUV | 148.62 | 150.79 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 136 | 189 | 0.16 | 0.28 | 0 | 0.26 | 264.91 | 0.29 | 0.64 |
| Hex | 9E | 88 | BD | 10 | 1C | 0 | 1A | 109 | 1D | 40 |
| Octal | 236 | 210 | 275 | 20 | 34 | 0 | 32 | 411 | 35 | 100 |
| Binary | 10011110 | 10001000 | 10111101 | 10000 | 11100 | 0 | 11010 | 100001001 | 11101 | 1000000 |
Color Harmonies of #9E88BD
Complementary color
Monochromatic Colors of #9E88BD
Black with #9E88BD
Text Example
Text Example
White with #9E88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E88BD; }
p { color: rgb(158,136,189); }
H1.HeaderClassName
{
color: #9E88BD;
}
.AnyTagClassName
{
color: #9E88BD;
}
</style>
background-color css
<style>
a { background-color: #9E88BD; }
a { background-color: rgb(158,136,189); }
div.DivClassName
{
background-color: #9E88BD;
}
.BgClassName
{
background-color: #9E88BD;
}
</style>
border-color css
<style>
span { border-color: #9E88BD; }
span { border-color: rgb(158,136,189); }
td.TdClassName
{
border-color: #9E88BD;
}
.TagClassName
{
border-color: #9E88BD;
}
</style>