Shades of Cold Purple #9E8EC4
Tints of Cold Purple #9E8EC4
RGB
CMYK
RGB Variations
Color information
#9E8EC4 (or 0x9E8EC4) is known color: Cold Purple. HEX triplet: 9E, 8E and C4. RGB value is (158,142,196). Sum of RGB (Red+Green+Blue) = 158+142+196=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 142 (55.86% from 255 or 28.63% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 196 - color contains mainly: blue. Hex color #9E8EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8EC4 is #61713B. Grayscale: #989898. Windows color (decimal): -6385980 or 12881566. OLE color: 12881566.
HSL color Cylindrical-coordinate representation of color #9E8EC4: hue angle of 257.78º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9E8EC4 is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 142 | 196 | - |
| CMYK | 0.19 | 0.28 | 0 | 0.23 |
| HSL | 257.78º | 0.31% | 0.66% | - |
| HSV(B) | 257.78º | 0.28% | 0.77% | - |
| XYZ | 33.74 | 30.6 | 56.35 | - |
| YUV | 152.94 | 152.3 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 142 | 196 | 0.19 | 0.28 | 0 | 0.23 | 257.78 | 0.31 | 0.66 |
| Hex | 9E | 8E | C4 | 13 | 1C | 0 | 17 | 102 | 1F | 42 |
| Octal | 236 | 216 | 304 | 23 | 34 | 0 | 27 | 402 | 37 | 102 |
| Binary | 10011110 | 10001110 | 11000100 | 10011 | 11100 | 0 | 10111 | 100000010 | 11111 | 1000010 |
Color Harmonies of #9E8EC4
Complementary color
Monochromatic Colors of #9E8EC4
Black with #9E8EC4
Text Example
Text Example
White with #9E8EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8EC4; }
p { color: rgb(158,142,196); }
H1.HeaderClassName
{
color: #9E8EC4;
}
.AnyTagClassName
{
color: #9E8EC4;
}
</style>
background-color css
<style>
a { background-color: #9E8EC4; }
a { background-color: rgb(158,142,196); }
div.DivClassName
{
background-color: #9E8EC4;
}
.BgClassName
{
background-color: #9E8EC4;
}
</style>
border-color css
<style>
span { border-color: #9E8EC4; }
span { border-color: rgb(158,142,196); }
td.TdClassName
{
border-color: #9E8EC4;
}
.TagClassName
{
border-color: #9E8EC4;
}
</style>