Shades of Medium Purple #9E84DD
Tints of Medium Purple #9E84DD
RGB
CMYK
RGB Variations
Color information
#9E84DD (or 0x9E84DD) is known color: Medium Purple. HEX triplet: 9E, 84 and DD. RGB value is (158,132,221). Sum of RGB (Red+Green+Blue) = 158+132+221=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 132 (51.95% from 255 or 25.83% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E84DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9E84DD is #617B22. Grayscale: #959595. Windows color (decimal): -6388515 or 14517406. OLE color: 14517406.
HSL color Cylindrical-coordinate representation of color #9E84DD: hue angle of 257.53º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E84DD is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 132 | 221 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.13 |
| HSL | 257.53º | 0.57% | 0.69% | - |
| HSV(B) | 257.53º | 0.4% | 0.87% | - |
| XYZ | 35.4 | 28.99 | 72.14 | - |
| YUV | 149.92 | 168.11 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 132 | 221 | 0.29 | 0.40 | 0 | 0.13 | 257.53 | 0.57 | 0.69 |
| Hex | 9E | 84 | DD | 1D | 28 | 0 | D | 102 | 39 | 45 |
| Octal | 236 | 204 | 335 | 35 | 50 | 0 | 15 | 402 | 71 | 105 |
| Binary | 10011110 | 10000100 | 11011101 | 11101 | 101000 | 0 | 1101 | 100000010 | 111001 | 1000101 |
Color Harmonies of #9E84DD
Complementary color
Monochromatic Colors of #9E84DD
Black with #9E84DD
Text Example
Text Example
White with #9E84DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E84DD; }
p { color: rgb(158,132,221); }
H1.HeaderClassName
{
color: #9E84DD;
}
.AnyTagClassName
{
color: #9E84DD;
}
</style>
background-color css
<style>
a { background-color: #9E84DD; }
a { background-color: rgb(158,132,221); }
div.DivClassName
{
background-color: #9E84DD;
}
.BgClassName
{
background-color: #9E84DD;
}
</style>
border-color css
<style>
span { border-color: #9E84DD; }
span { border-color: rgb(158,132,221); }
td.TdClassName
{
border-color: #9E84DD;
}
.TagClassName
{
border-color: #9E84DD;
}
</style>