Shades of Medium Purple #9E70DD
Tints of Medium Purple #9E70DD
RGB
CMYK
RGB Variations
Color information
#9E70DD (or 0x9E70DD) is known color: Medium Purple. HEX triplet: 9E, 70 and DD. RGB value is (158,112,221). Sum of RGB (Red+Green+Blue) = 158+112+221=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 112 (44.14% from 255 or 22.81% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 221 - color contains mainly: blue. Hex color #9E70DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E70DD is #618F22. Grayscale: #898989. Windows color (decimal): -6393635 or 14512286. OLE color: 14512286.
HSL color Cylindrical-coordinate representation of color #9E70DD: hue angle of 265.32º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E70DD is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 112 | 221 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.13 |
| HSL | 265.32º | 0.62% | 0.65% | - |
| HSV(B) | 265.32º | 0.49% | 0.87% | - |
| XYZ | 32.95 | 24.08 | 71.32 | - |
| YUV | 138.18 | 174.74 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 221 | 0.29 | 0.49 | 0 | 0.13 | 265.32 | 0.62 | 0.65 |
| Hex | 9E | 70 | DD | 1D | 31 | 0 | D | 109 | 3E | 41 |
| Octal | 236 | 160 | 335 | 35 | 61 | 0 | 15 | 411 | 76 | 101 |
| Binary | 10011110 | 1110000 | 11011101 | 11101 | 110001 | 0 | 1101 | 100001001 | 111110 | 1000001 |
Color Harmonies of #9E70DD
Complementary color
Monochromatic Colors of #9E70DD
Black with #9E70DD
Text Example
Text Example
White with #9E70DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E70DD; }
p { color: rgb(158,112,221); }
H1.HeaderClassName
{
color: #9E70DD;
}
.AnyTagClassName
{
color: #9E70DD;
}
</style>
background-color css
<style>
a { background-color: #9E70DD; }
a { background-color: rgb(158,112,221); }
div.DivClassName
{
background-color: #9E70DD;
}
.BgClassName
{
background-color: #9E70DD;
}
</style>
border-color css
<style>
span { border-color: #9E70DD; }
span { border-color: rgb(158,112,221); }
td.TdClassName
{
border-color: #9E70DD;
}
.TagClassName
{
border-color: #9E70DD;
}
</style>