Shades of Cold Purple #9E8CCE
Tints of Cold Purple #9E8CCE
RGB
CMYK
RGB Variations
Color information
#9E8CCE (or 0x9E8CCE) is known color: Cold Purple. HEX triplet: 9E, 8C and CE. RGB value is (158,140,206). Sum of RGB (Red+Green+Blue) = 158+140+206=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #9E8CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CCE is #617331. Grayscale: #989898. Windows color (decimal): -6386482 or 13536414. OLE color: 13536414.
HSL color Cylindrical-coordinate representation of color #9E8CCE: hue angle of 256.36º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9E8CCE is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 140 | 206 | - |
| CMYK | 0.23 | 0.32 | 0 | 0.19 |
| HSL | 256.36º | 0.4% | 0.68% | - |
| HSV(B) | 256.36º | 0.32% | 0.81% | - |
| XYZ | 34.62 | 30.48 | 62.45 | - |
| YUV | 152.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 206 | 0.23 | 0.32 | 0 | 0.19 | 256.36 | 0.4 | 0.68 |
| Hex | 9E | 8C | CE | 17 | 20 | 0 | 13 | 100 | 28 | 44 |
| Octal | 236 | 214 | 316 | 27 | 40 | 0 | 23 | 400 | 50 | 104 |
| Binary | 10011110 | 10001100 | 11001110 | 10111 | 100000 | 0 | 10011 | 100000000 | 101000 | 1000100 |
Color Harmonies of #9E8CCE
Complementary color
Monochromatic Colors of #9E8CCE
Black with #9E8CCE
Text Example
Text Example
White with #9E8CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CCE; }
p { color: rgb(158,140,206); }
H1.HeaderClassName
{
color: #9E8CCE;
}
.AnyTagClassName
{
color: #9E8CCE;
}
</style>
background-color css
<style>
a { background-color: #9E8CCE; }
a { background-color: rgb(158,140,206); }
div.DivClassName
{
background-color: #9E8CCE;
}
.BgClassName
{
background-color: #9E8CCE;
}
</style>
border-color css
<style>
span { border-color: #9E8CCE; }
span { border-color: rgb(158,140,206); }
td.TdClassName
{
border-color: #9E8CCE;
}
.TagClassName
{
border-color: #9E8CCE;
}
</style>