Shades of Cold Purple #9E8DCC
Tints of Cold Purple #9E8DCC
RGB
CMYK
RGB Variations
Color information
#9E8DCC (or 0x9E8DCC) is known color: Cold Purple. HEX triplet: 9E, 8D and CC. RGB value is (158,141,204). Sum of RGB (Red+Green+Blue) = 158+141+204=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 141 (55.47% from 255 or 28.03% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E8DCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8DCC is #617233. Grayscale: #999999. Windows color (decimal): -6386228 or 13405598. OLE color: 13405598.
HSL color Cylindrical-coordinate representation of color #9E8DCC: hue angle of 256.19º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E8DCC is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 141 | 204 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.2 |
| HSL | 256.19º | 0.38% | 0.68% | - |
| HSV(B) | 256.19º | 0.31% | 0.8% | - |
| XYZ | 34.52 | 30.68 | 61.23 | - |
| YUV | 153.27 | 156.63 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 141 | 204 | 0.23 | 0.31 | 0 | 0.2 | 256.19 | 0.38 | 0.68 |
| Hex | 9E | 8D | CC | 17 | 1F | 0 | 14 | 100 | 26 | 44 |
| Octal | 236 | 215 | 314 | 27 | 37 | 0 | 24 | 400 | 46 | 104 |
| Binary | 10011110 | 10001101 | 11001100 | 10111 | 11111 | 0 | 10100 | 100000000 | 100110 | 1000100 |
Color Harmonies of #9E8DCC
Complementary color
Monochromatic Colors of #9E8DCC
Black with #9E8DCC
Text Example
Text Example
White with #9E8DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8DCC; }
p { color: rgb(158,141,204); }
H1.HeaderClassName
{
color: #9E8DCC;
}
.AnyTagClassName
{
color: #9E8DCC;
}
</style>
background-color css
<style>
a { background-color: #9E8DCC; }
a { background-color: rgb(158,141,204); }
div.DivClassName
{
background-color: #9E8DCC;
}
.BgClassName
{
background-color: #9E8DCC;
}
</style>
border-color css
<style>
span { border-color: #9E8DCC; }
span { border-color: rgb(158,141,204); }
td.TdClassName
{
border-color: #9E8DCC;
}
.TagClassName
{
border-color: #9E8DCC;
}
</style>