Shades of Cold Purple #9E84CC
Tints of Cold Purple #9E84CC
RGB
CMYK
RGB Variations
Color information
#9E84CC (or 0x9E84CC) is known color: Cold Purple. HEX triplet: 9E, 84 and CC. RGB value is (158,132,204). Sum of RGB (Red+Green+Blue) = 158+132+204=494 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.98% from 494); Green value is 132 (51.95% from 255 or 26.72% from 494); Blue value is 204 (80.08% from 255 or 41.30% from 494); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E84CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E84CC is #617B33. Grayscale: #939393. Windows color (decimal): -6388532 or 13403294. OLE color: 13403294.
HSL color Cylindrical-coordinate representation of color #9E84CC: hue angle of 261.67º 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 #9E84CC is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 132 | 204 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.2 |
| HSL | 261.67º | 0.41% | 0.66% | - |
| HSV(B) | 261.67º | 0.35% | 0.8% | - |
| XYZ | 33.25 | 28.13 | 60.8 | - |
| YUV | 147.98 | 159.61 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 204 | 0.23 | 0.35 | 0 | 0.2 | 261.67 | 0.41 | 0.66 |
| Hex | 9E | 84 | CC | 17 | 23 | 0 | 14 | 106 | 29 | 42 |
| Octal | 236 | 204 | 314 | 27 | 43 | 0 | 24 | 406 | 51 | 102 |
| Binary | 10011110 | 10000100 | 11001100 | 10111 | 100011 | 0 | 10100 | 100000110 | 101001 | 1000010 |
Color Harmonies of #9E84CC
Complementary color
Monochromatic Colors of #9E84CC
Black with #9E84CC
Text Example
Text Example
White with #9E84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E84CC; }
p { color: rgb(158,132,204); }
H1.HeaderClassName
{
color: #9E84CC;
}
.AnyTagClassName
{
color: #9E84CC;
}
</style>
background-color css
<style>
a { background-color: #9E84CC; }
a { background-color: rgb(158,132,204); }
div.DivClassName
{
background-color: #9E84CC;
}
.BgClassName
{
background-color: #9E84CC;
}
</style>
border-color css
<style>
span { border-color: #9E84CC; }
span { border-color: rgb(158,132,204); }
td.TdClassName
{
border-color: #9E84CC;
}
.TagClassName
{
border-color: #9E84CC;
}
</style>