Shades of Cold Purple #9E84CA
Tints of Cold Purple #9E84CA
RGB
CMYK
RGB Variations
Color information
#9E84CA (or 0x9E84CA) is known color: Cold Purple. HEX triplet: 9E, 84 and CA. RGB value is (158,132,202). Sum of RGB (Red+Green+Blue) = 158+132+202=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 132 (51.95% from 255 or 26.83% from 492); Blue value is 202 (79.30% from 255 or 41.06% from 492); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E84CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E84CA is #617B35. Grayscale: #939393. Windows color (decimal): -6388534 or 13272222. OLE color: 13272222.
HSL color Cylindrical-coordinate representation of color #9E84CA: hue angle of 262.29º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E84CA is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 132 | 202 | - |
| CMYK | 0.22 | 0.35 | 0 | 0.21 |
| HSL | 262.29º | 0.4% | 0.65% | - |
| HSV(B) | 262.29º | 0.35% | 0.79% | - |
| XYZ | 33.01 | 28.04 | 59.55 | - |
| YUV | 147.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 202 | 0.22 | 0.35 | 0 | 0.21 | 262.29 | 0.4 | 0.65 |
| Hex | 9E | 84 | CA | 16 | 23 | 0 | 15 | 106 | 28 | 41 |
| Octal | 236 | 204 | 312 | 26 | 43 | 0 | 25 | 406 | 50 | 101 |
| Binary | 10011110 | 10000100 | 11001010 | 10110 | 100011 | 0 | 10101 | 100000110 | 101000 | 1000001 |
Color Harmonies of #9E84CA
Complementary color
Monochromatic Colors of #9E84CA
Black with #9E84CA
Text Example
Text Example
White with #9E84CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E84CA; }
p { color: rgb(158,132,202); }
H1.HeaderClassName
{
color: #9E84CA;
}
.AnyTagClassName
{
color: #9E84CA;
}
</style>
background-color css
<style>
a { background-color: #9E84CA; }
a { background-color: rgb(158,132,202); }
div.DivClassName
{
background-color: #9E84CA;
}
.BgClassName
{
background-color: #9E84CA;
}
</style>
border-color css
<style>
span { border-color: #9E84CA; }
span { border-color: rgb(158,132,202); }
td.TdClassName
{
border-color: #9E84CA;
}
.TagClassName
{
border-color: #9E84CA;
}
</style>