Shades of Cold Purple #9E8CC0
Tints of Cold Purple #9E8CC0
RGB
CMYK
RGB Variations
Color information
#9E8CC0 (or 0x9E8CC0) is known color: Cold Purple. HEX triplet: 9E, 8C and C0. RGB value is (158,140,192). Sum of RGB (Red+Green+Blue) = 158+140+192=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 192 (75.39% from 255 or 39.18% from 490); Max value from RGB is 192 - color contains mainly: blue. Hex color #9E8CC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CC0 is #61733F. Grayscale: #979797. Windows color (decimal): -6386496 or 12618910. OLE color: 12618910.
HSL color Cylindrical-coordinate representation of color #9E8CC0: hue angle of 260.77º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9E8CC0 is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 158 | 140 | 192 | - |
| CMYK | 0.18 | 0.27 | 0 | 0.25 |
| HSL | 260.77º | 0.29% | 0.65% | - |
| HSV(B) | 260.77º | 0.27% | 0.75% | - |
| XYZ | 32.99 | 29.83 | 53.89 | - |
| YUV | 151.31 | 150.96 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 192 | 0.18 | 0.27 | 0 | 0.25 | 260.77 | 0.29 | 0.65 |
| Hex | 9E | 8C | C0 | 12 | 1B | 0 | 19 | 105 | 1D | 41 |
| Octal | 236 | 214 | 300 | 22 | 33 | 0 | 31 | 405 | 35 | 101 |
| Binary | 10011110 | 10001100 | 11000000 | 10010 | 11011 | 0 | 11001 | 100000101 | 11101 | 1000001 |
Color Harmonies of #9E8CC0
Complementary color
Monochromatic Colors of #9E8CC0
Black with #9E8CC0
Text Example
Text Example
White with #9E8CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CC0; }
p { color: rgb(158,140,192); }
H1.HeaderClassName
{
color: #9E8CC0;
}
.AnyTagClassName
{
color: #9E8CC0;
}
</style>
background-color css
<style>
a { background-color: #9E8CC0; }
a { background-color: rgb(158,140,192); }
div.DivClassName
{
background-color: #9E8CC0;
}
.BgClassName
{
background-color: #9E8CC0;
}
</style>
border-color css
<style>
span { border-color: #9E8CC0; }
span { border-color: rgb(158,140,192); }
td.TdClassName
{
border-color: #9E8CC0;
}
.TagClassName
{
border-color: #9E8CC0;
}
</style>