Shades of Cold Purple #9E82CA
Tints of Cold Purple #9E82CA
RGB
CMYK
RGB Variations
Color information
#9E82CA (or 0x9E82CA) is known color: Cold Purple. HEX triplet: 9E, 82 and CA. RGB value is (158,130,202). Sum of RGB (Red+Green+Blue) = 158+130+202=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 202 (79.30% from 255 or 41.22% from 490); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E82CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E82CA is #617D35. Grayscale: #929292. Windows color (decimal): -6389046 or 13271710. OLE color: 13271710.
HSL color Cylindrical-coordinate representation of color #9E82CA: hue angle of 263.33º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E82CA is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 130 | 202 | - |
| CMYK | 0.22 | 0.36 | 0 | 0.21 |
| HSL | 263.33º | 0.4% | 0.65% | - |
| HSV(B) | 263.33º | 0.36% | 0.79% | - |
| XYZ | 32.74 | 27.5 | 59.46 | - |
| YUV | 146.58 | 159.28 | 136.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 130 | 202 | 0.22 | 0.36 | 0 | 0.21 | 263.33 | 0.4 | 0.65 |
| Hex | 9E | 82 | CA | 16 | 24 | 0 | 15 | 107 | 28 | 41 |
| Octal | 236 | 202 | 312 | 26 | 44 | 0 | 25 | 407 | 50 | 101 |
| Binary | 10011110 | 10000010 | 11001010 | 10110 | 100100 | 0 | 10101 | 100000111 | 101000 | 1000001 |
Color Harmonies of #9E82CA
Complementary color
Monochromatic Colors of #9E82CA
Black with #9E82CA
Text Example
Text Example
White with #9E82CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E82CA; }
p { color: rgb(158,130,202); }
H1.HeaderClassName
{
color: #9E82CA;
}
.AnyTagClassName
{
color: #9E82CA;
}
</style>
background-color css
<style>
a { background-color: #9E82CA; }
a { background-color: rgb(158,130,202); }
div.DivClassName
{
background-color: #9E82CA;
}
.BgClassName
{
background-color: #9E82CA;
}
</style>
border-color css
<style>
span { border-color: #9E82CA; }
span { border-color: rgb(158,130,202); }
td.TdClassName
{
border-color: #9E82CA;
}
.TagClassName
{
border-color: #9E82CA;
}
</style>