Shades of Cold Purple #9E87BD
Tints of Cold Purple #9E87BD
RGB
CMYK
RGB Variations
Color information
#9E87BD (or 0x9E87BD) is known color: Cold Purple. HEX triplet: 9E, 87 and BD. RGB value is (158,135,189). Sum of RGB (Red+Green+Blue) = 158+135+189=482 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.78% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #9E87BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E87BD is #617842. Grayscale: #939393. Windows color (decimal): -6387779 or 12421022. OLE color: 12421022.
HSL color Cylindrical-coordinate representation of color #9E87BD: hue angle of 265.56º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9E87BD is Cyan = 0.16, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 135 | 189 | - |
| CMYK | 0.16 | 0.29 | 0 | 0.26 |
| HSL | 265.56º | 0.29% | 0.64% | - |
| HSV(B) | 265.56º | 0.29% | 0.74% | - |
| XYZ | 31.95 | 28.27 | 51.92 | - |
| YUV | 148.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 135 | 189 | 0.16 | 0.29 | 0 | 0.26 | 265.56 | 0.29 | 0.64 |
| Hex | 9E | 87 | BD | 10 | 1D | 0 | 1A | 10A | 1D | 40 |
| Octal | 236 | 207 | 275 | 20 | 35 | 0 | 32 | 412 | 35 | 100 |
| Binary | 10011110 | 10000111 | 10111101 | 10000 | 11101 | 0 | 11010 | 100001010 | 11101 | 1000000 |
Color Harmonies of #9E87BD
Complementary color
Monochromatic Colors of #9E87BD
Black with #9E87BD
Text Example
Text Example
White with #9E87BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E87BD; }
p { color: rgb(158,135,189); }
H1.HeaderClassName
{
color: #9E87BD;
}
.AnyTagClassName
{
color: #9E87BD;
}
</style>
background-color css
<style>
a { background-color: #9E87BD; }
a { background-color: rgb(158,135,189); }
div.DivClassName
{
background-color: #9E87BD;
}
.BgClassName
{
background-color: #9E87BD;
}
</style>
border-color css
<style>
span { border-color: #9E87BD; }
span { border-color: rgb(158,135,189); }
td.TdClassName
{
border-color: #9E87BD;
}
.TagClassName
{
border-color: #9E87BD;
}
</style>