Shades of Medium Purple #9E70DC
Tints of Medium Purple #9E70DC
RGB
CMYK
RGB Variations
Color information
#9E70DC (or 0x9E70DC) is known color: Medium Purple. HEX triplet: 9E, 70 and DC. RGB value is (158,112,220). Sum of RGB (Red+Green+Blue) = 158+112+220=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 220 (86.33% from 255 or 44.90% from 490); Max value from RGB is 220 - color contains mainly: blue. Hex color #9E70DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E70DC is #618F23. Grayscale: #898989. Windows color (decimal): -6393636 or 14446750. OLE color: 14446750.
HSL color Cylindrical-coordinate representation of color #9E70DC: hue angle of 265.56º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9E70DC is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 112 | 220 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.14 |
| HSL | 265.56º | 0.61% | 0.65% | - |
| HSV(B) | 265.56º | 0.49% | 0.86% | - |
| XYZ | 32.81 | 24.02 | 70.62 | - |
| YUV | 138.07 | 174.24 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 220 | 0.28 | 0.49 | 0 | 0.14 | 265.56 | 0.61 | 0.65 |
| Hex | 9E | 70 | DC | 1C | 31 | 0 | E | 10A | 3D | 41 |
| Octal | 236 | 160 | 334 | 34 | 61 | 0 | 16 | 412 | 75 | 101 |
| Binary | 10011110 | 1110000 | 11011100 | 11100 | 110001 | 0 | 1110 | 100001010 | 111101 | 1000001 |
Color Harmonies of #9E70DC
Complementary color
Monochromatic Colors of #9E70DC
Black with #9E70DC
Text Example
Text Example
White with #9E70DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E70DC; }
p { color: rgb(158,112,220); }
H1.HeaderClassName
{
color: #9E70DC;
}
.AnyTagClassName
{
color: #9E70DC;
}
</style>
background-color css
<style>
a { background-color: #9E70DC; }
a { background-color: rgb(158,112,220); }
div.DivClassName
{
background-color: #9E70DC;
}
.BgClassName
{
background-color: #9E70DC;
}
</style>
border-color css
<style>
span { border-color: #9E70DC; }
span { border-color: rgb(158,112,220); }
td.TdClassName
{
border-color: #9E70DC;
}
.TagClassName
{
border-color: #9E70DC;
}
</style>