Shades of Cold Purple #9E85CF
Tints of Cold Purple #9E85CF
RGB
CMYK
RGB Variations
Color information
#9E85CF (or 0x9E85CF) is known color: Cold Purple. HEX triplet: 9E, 85 and CF. RGB value is (158,133,207). Sum of RGB (Red+Green+Blue) = 158+133+207=498 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.73% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #9E85CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E85CF is #617A30. Grayscale: #949494. Windows color (decimal): -6388273 or 13600158. OLE color: 13600158.
HSL color Cylindrical-coordinate representation of color #9E85CF: hue angle of 260.27º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E85CF is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 133 | 207 | - |
| CMYK | 0.24 | 0.36 | 0 | 0.19 |
| HSL | 260.27º | 0.44% | 0.67% | - |
| HSV(B) | 260.27º | 0.36% | 0.81% | - |
| XYZ | 33.75 | 28.55 | 62.76 | - |
| YUV | 148.91 | 160.78 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 207 | 0.24 | 0.36 | 0 | 0.19 | 260.27 | 0.44 | 0.67 |
| Hex | 9E | 85 | CF | 18 | 24 | 0 | 13 | 104 | 2C | 43 |
| Octal | 236 | 205 | 317 | 30 | 44 | 0 | 23 | 404 | 54 | 103 |
| Binary | 10011110 | 10000101 | 11001111 | 11000 | 100100 | 0 | 10011 | 100000100 | 101100 | 1000011 |
Color Harmonies of #9E85CF
Complementary color
Monochromatic Colors of #9E85CF
Black with #9E85CF
Text Example
Text Example
White with #9E85CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E85CF; }
p { color: rgb(158,133,207); }
H1.HeaderClassName
{
color: #9E85CF;
}
.AnyTagClassName
{
color: #9E85CF;
}
</style>
background-color css
<style>
a { background-color: #9E85CF; }
a { background-color: rgb(158,133,207); }
div.DivClassName
{
background-color: #9E85CF;
}
.BgClassName
{
background-color: #9E85CF;
}
</style>
border-color css
<style>
span { border-color: #9E85CF; }
span { border-color: rgb(158,133,207); }
td.TdClassName
{
border-color: #9E85CF;
}
.TagClassName
{
border-color: #9E85CF;
}
</style>