Shades of Medium Purple #9E70EE
Tints of Medium Purple #9E70EE
RGB
CMYK
RGB Variations
Color information
#9E70EE (or 0x9E70EE) is known color: Medium Purple. HEX triplet: 9E, 70 and EE. RGB value is (158,112,238). Sum of RGB (Red+Green+Blue) = 158+112+238=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 238 - color contains mainly: blue. Hex color #9E70EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9E70EE is #618F11. Grayscale: #8B8B8B. Windows color (decimal): -6393618 or 15626398. OLE color: 15626398.
HSL color Cylindrical-coordinate representation of color #9E70EE: hue angle of 261.9º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E70EE is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 158 | 112 | 238 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.07 |
| HSL | 261.9º | 0.79% | 0.69% | - |
| HSV(B) | 261.9º | 0.53% | 0.93% | - |
| XYZ | 35.33 | 25.03 | 83.86 | - |
| YUV | 140.12 | 183.24 | 140.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 238 | 0.34 | 0.53 | 0 | 0.07 | 261.9 | 0.79 | 0.69 |
| Hex | 9E | 70 | EE | 22 | 35 | 0 | 7 | 106 | 4F | 45 |
| Octal | 236 | 160 | 356 | 42 | 65 | 0 | 7 | 406 | 117 | 105 |
| Binary | 10011110 | 1110000 | 11101110 | 100010 | 110101 | 0 | 111 | 100000110 | 1001111 | 1000101 |
Color Harmonies of #9E70EE
Complementary color
Monochromatic Colors of #9E70EE
Black with #9E70EE
Text Example
Text Example
White with #9E70EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E70EE; }
p { color: rgb(158,112,238); }
H1.HeaderClassName
{
color: #9E70EE;
}
.AnyTagClassName
{
color: #9E70EE;
}
</style>
background-color css
<style>
a { background-color: #9E70EE; }
a { background-color: rgb(158,112,238); }
div.DivClassName
{
background-color: #9E70EE;
}
.BgClassName
{
background-color: #9E70EE;
}
</style>
border-color css
<style>
span { border-color: #9E70EE; }
span { border-color: rgb(158,112,238); }
td.TdClassName
{
border-color: #9E70EE;
}
.TagClassName
{
border-color: #9E70EE;
}
</style>