Shades of Cold Purple #9E8CCA
Tints of Cold Purple #9E8CCA
RGB
CMYK
RGB Variations
Color information
#9E8CCA (or 0x9E8CCA) is known color: Cold Purple. HEX triplet: 9E, 8C and CA. RGB value is (158,140,202). Sum of RGB (Red+Green+Blue) = 158+140+202=500 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.6% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E8CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E8CCA is #617335. Grayscale: #989898. Windows color (decimal): -6386486 or 13274270. OLE color: 13274270.
HSL color Cylindrical-coordinate representation of color #9E8CCA: hue angle of 257.42º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E8CCA is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 140 | 202 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.21 |
| HSL | 257.42º | 0.37% | 0.67% | - |
| HSV(B) | 257.42º | 0.31% | 0.79% | - |
| XYZ | 34.14 | 30.29 | 59.92 | - |
| YUV | 152.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 140 | 202 | 0.22 | 0.31 | 0 | 0.21 | 257.42 | 0.37 | 0.67 |
| Hex | 9E | 8C | CA | 16 | 1F | 0 | 15 | 101 | 25 | 43 |
| Octal | 236 | 214 | 312 | 26 | 37 | 0 | 25 | 401 | 45 | 103 |
| Binary | 10011110 | 10001100 | 11001010 | 10110 | 11111 | 0 | 10101 | 100000001 | 100101 | 1000011 |
Color Harmonies of #9E8CCA
Complementary color
Monochromatic Colors of #9E8CCA
Black with #9E8CCA
Text Example
Text Example
White with #9E8CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E8CCA; }
p { color: rgb(158,140,202); }
H1.HeaderClassName
{
color: #9E8CCA;
}
.AnyTagClassName
{
color: #9E8CCA;
}
</style>
background-color css
<style>
a { background-color: #9E8CCA; }
a { background-color: rgb(158,140,202); }
div.DivClassName
{
background-color: #9E8CCA;
}
.BgClassName
{
background-color: #9E8CCA;
}
</style>
border-color css
<style>
span { border-color: #9E8CCA; }
span { border-color: rgb(158,140,202); }
td.TdClassName
{
border-color: #9E8CCA;
}
.TagClassName
{
border-color: #9E8CCA;
}
</style>