Shades of Cold Purple #9E80CF
Tints of Cold Purple #9E80CF
RGB
CMYK
RGB Variations
Color information
#9E80CF (or 0x9E80CF) is known color: Cold Purple. HEX triplet: 9E, 80 and CF. RGB value is (158,128,207). Sum of RGB (Red+Green+Blue) = 158+128+207=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E80CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E80CF is #617F30. Grayscale: #919191. Windows color (decimal): -6389553 or 13598878. OLE color: 13598878.
HSL color Cylindrical-coordinate representation of color #9E80CF: hue angle of 262.78º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E80CF is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 128 | 207 | - |
| CMYK | 0.24 | 0.38 | 0 | 0.19 |
| HSL | 262.78º | 0.45% | 0.66% | - |
| HSV(B) | 262.78º | 0.38% | 0.81% | - |
| XYZ | 33.08 | 27.21 | 62.54 | - |
| YUV | 145.98 | 162.44 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 128 | 207 | 0.24 | 0.38 | 0 | 0.19 | 262.78 | 0.45 | 0.66 |
| Hex | 9E | 80 | CF | 18 | 26 | 0 | 13 | 107 | 2D | 42 |
| Octal | 236 | 200 | 317 | 30 | 46 | 0 | 23 | 407 | 55 | 102 |
| Binary | 10011110 | 10000000 | 11001111 | 11000 | 100110 | 0 | 10011 | 100000111 | 101101 | 1000010 |
Color Harmonies of #9E80CF
Complementary color
Monochromatic Colors of #9E80CF
Black with #9E80CF
Text Example
Text Example
White with #9E80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E80CF; }
p { color: rgb(158,128,207); }
H1.HeaderClassName
{
color: #9E80CF;
}
.AnyTagClassName
{
color: #9E80CF;
}
</style>
background-color css
<style>
a { background-color: #9E80CF; }
a { background-color: rgb(158,128,207); }
div.DivClassName
{
background-color: #9E80CF;
}
.BgClassName
{
background-color: #9E80CF;
}
</style>
border-color css
<style>
span { border-color: #9E80CF; }
span { border-color: rgb(158,128,207); }
td.TdClassName
{
border-color: #9E80CF;
}
.TagClassName
{
border-color: #9E80CF;
}
</style>