Shades of Cold Purple #9E81D0
Tints of Cold Purple #9E81D0
RGB
CMYK
RGB Variations
Color information
#9E81D0 (or 0x9E81D0) is known color: Cold Purple. HEX triplet: 9E, 81 and D0. RGB value is (158,129,208). Sum of RGB (Red+Green+Blue) = 158+129+208=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 129 (50.78% from 255 or 26.06% from 495); Blue value is 208 (81.64% from 255 or 42.02% from 495); Max value from RGB is 208 - color contains mainly: blue. Hex color #9E81D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E81D0 is #617E2F. Grayscale: #929292. Windows color (decimal): -6389296 or 13664670. OLE color: 13664670.
HSL color Cylindrical-coordinate representation of color #9E81D0: hue angle of 262.03º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E81D0 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 129 | 208 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.18 |
| HSL | 262.03º | 0.46% | 0.66% | - |
| HSV(B) | 262.03º | 0.38% | 0.82% | - |
| XYZ | 33.34 | 27.52 | 63.23 | - |
| YUV | 146.68 | 162.61 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 129 | 208 | 0.24 | 0.38 | 0 | 0.18 | 262.03 | 0.46 | 0.66 |
| Hex | 9E | 81 | D0 | 18 | 26 | 0 | 12 | 106 | 2E | 42 |
| Octal | 236 | 201 | 320 | 30 | 46 | 0 | 22 | 406 | 56 | 102 |
| Binary | 10011110 | 10000001 | 11010000 | 11000 | 100110 | 0 | 10010 | 100000110 | 101110 | 1000010 |
Color Harmonies of #9E81D0
Complementary color
Monochromatic Colors of #9E81D0
Black with #9E81D0
Text Example
Text Example
White with #9E81D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E81D0; }
p { color: rgb(158,129,208); }
H1.HeaderClassName
{
color: #9E81D0;
}
.AnyTagClassName
{
color: #9E81D0;
}
</style>
background-color css
<style>
a { background-color: #9E81D0; }
a { background-color: rgb(158,129,208); }
div.DivClassName
{
background-color: #9E81D0;
}
.BgClassName
{
background-color: #9E81D0;
}
</style>
border-color css
<style>
span { border-color: #9E81D0; }
span { border-color: rgb(158,129,208); }
td.TdClassName
{
border-color: #9E81D0;
}
.TagClassName
{
border-color: #9E81D0;
}
</style>