Shades of Cold Purple #9E8EBC
Tints of Cold Purple #9E8EBC
RGB
CMYK
RGB Variations
Color information
#9E8EBC (or 0x9E8EBC) is known color: Cold Purple. HEX triplet: 9E, 8E and BC. RGB value is (158,142,188). Sum of RGB (Red+Green+Blue) = 158+142+188=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 142 (55.86% from 255 or 29.10% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E8EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8EBC is #617143. Grayscale: #979797. Windows color (decimal): -6385988 or 12357278. OLE color: 12357278.
HSL color Cylindrical-coordinate representation of color #9E8EBC: hue angle of 260.87º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9E8EBC is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 158 | 142 | 188 | - |
| CMYK | 0.16 | 0.24 | 0 | 0.26 |
| HSL | 260.87º | 0.26% | 0.65% | - |
| HSV(B) | 260.87º | 0.24% | 0.74% | - |
| XYZ | 32.85 | 30.25 | 51.68 | - |
| YUV | 152.03 | 148.3 | 132.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 142 | 188 | 0.16 | 0.24 | 0 | 0.26 | 260.87 | 0.26 | 0.65 |
| Hex | 9E | 8E | BC | 10 | 18 | 0 | 1A | 105 | 1A | 41 |
| Octal | 236 | 216 | 274 | 20 | 30 | 0 | 32 | 405 | 32 | 101 |
| Binary | 10011110 | 10001110 | 10111100 | 10000 | 11000 | 0 | 11010 | 100000101 | 11010 | 1000001 |
Color Harmonies of #9E8EBC
Complementary color
Monochromatic Colors of #9E8EBC
Black with #9E8EBC
Text Example
Text Example
White with #9E8EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8EBC; }
p { color: rgb(158,142,188); }
H1.HeaderClassName
{
color: #9E8EBC;
}
.AnyTagClassName
{
color: #9E8EBC;
}
</style>
background-color css
<style>
a { background-color: #9E8EBC; }
a { background-color: rgb(158,142,188); }
div.DivClassName
{
background-color: #9E8EBC;
}
.BgClassName
{
background-color: #9E8EBC;
}
</style>
border-color css
<style>
span { border-color: #9E8EBC; }
span { border-color: rgb(158,142,188); }
td.TdClassName
{
border-color: #9E8EBC;
}
.TagClassName
{
border-color: #9E8EBC;
}
</style>