Shades of Cold Purple #9E8DBE
Tints of Cold Purple #9E8DBE
RGB
CMYK
RGB Variations
Color information
#9E8DBE (or 0x9E8DBE) is known color: Cold Purple. HEX triplet: 9E, 8D and BE. RGB value is (158,141,190). Sum of RGB (Red+Green+Blue) = 158+141+190=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 141 (55.47% from 255 or 28.83% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E8DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DBE is #617241. Grayscale: #979797. Windows color (decimal): -6386242 or 12488094. OLE color: 12488094.
HSL color Cylindrical-coordinate representation of color #9E8DBE: hue angle of 260.82º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E8DBE is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 141 | 190 | - |
| CMYK | 0.17 | 0.26 | 0 | 0.25 |
| HSL | 260.82º | 0.27% | 0.65% | - |
| HSV(B) | 260.82º | 0.26% | 0.75% | - |
| XYZ | 32.92 | 30.04 | 52.78 | - |
| YUV | 151.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 141 | 190 | 0.17 | 0.26 | 0 | 0.25 | 260.82 | 0.27 | 0.65 |
| Hex | 9E | 8D | BE | 11 | 1A | 0 | 19 | 105 | 1B | 41 |
| Octal | 236 | 215 | 276 | 21 | 32 | 0 | 31 | 405 | 33 | 101 |
| Binary | 10011110 | 10001101 | 10111110 | 10001 | 11010 | 0 | 11001 | 100000101 | 11011 | 1000001 |
Color Harmonies of #9E8DBE
Complementary color
Monochromatic Colors of #9E8DBE
Black with #9E8DBE
Text Example
Text Example
White with #9E8DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8DBE; }
p { color: rgb(158,141,190); }
H1.HeaderClassName
{
color: #9E8DBE;
}
.AnyTagClassName
{
color: #9E8DBE;
}
</style>
background-color css
<style>
a { background-color: #9E8DBE; }
a { background-color: rgb(158,141,190); }
div.DivClassName
{
background-color: #9E8DBE;
}
.BgClassName
{
background-color: #9E8DBE;
}
</style>
border-color css
<style>
span { border-color: #9E8DBE; }
span { border-color: rgb(158,141,190); }
td.TdClassName
{
border-color: #9E8DBE;
}
.TagClassName
{
border-color: #9E8DBE;
}
</style>