Shades of Cold Purple #9E85CC
Tints of Cold Purple #9E85CC
RGB
CMYK
RGB Variations
Color information
#9E85CC (or 0x9E85CC) is known color: Cold Purple. HEX triplet: 9E, 85 and CC. RGB value is (158,133,204). Sum of RGB (Red+Green+Blue) = 158+133+204=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 133 (52.34% from 255 or 26.87% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E85CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E85CC is #617A33. Grayscale: #949494. Windows color (decimal): -6388276 or 13403550. OLE color: 13403550.
HSL color Cylindrical-coordinate representation of color #9E85CC: hue angle of 261.13º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E85CC is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 133 | 204 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.2 |
| HSL | 261.13º | 0.41% | 0.66% | - |
| HSV(B) | 261.13º | 0.35% | 0.8% | - |
| XYZ | 33.39 | 28.4 | 60.85 | - |
| YUV | 148.57 | 159.28 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 133 | 204 | 0.23 | 0.35 | 0 | 0.2 | 261.13 | 0.41 | 0.66 |
| Hex | 9E | 85 | CC | 17 | 23 | 0 | 14 | 105 | 29 | 42 |
| Octal | 236 | 205 | 314 | 27 | 43 | 0 | 24 | 405 | 51 | 102 |
| Binary | 10011110 | 10000101 | 11001100 | 10111 | 100011 | 0 | 10100 | 100000101 | 101001 | 1000010 |
Color Harmonies of #9E85CC
Complementary color
Monochromatic Colors of #9E85CC
Black with #9E85CC
Text Example
Text Example
White with #9E85CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E85CC; }
p { color: rgb(158,133,204); }
H1.HeaderClassName
{
color: #9E85CC;
}
.AnyTagClassName
{
color: #9E85CC;
}
</style>
background-color css
<style>
a { background-color: #9E85CC; }
a { background-color: rgb(158,133,204); }
div.DivClassName
{
background-color: #9E85CC;
}
.BgClassName
{
background-color: #9E85CC;
}
</style>
border-color css
<style>
span { border-color: #9E85CC; }
span { border-color: rgb(158,133,204); }
td.TdClassName
{
border-color: #9E85CC;
}
.TagClassName
{
border-color: #9E85CC;
}
</style>