Shades of Medium Purple #9E70DB
Tints of Medium Purple #9E70DB
RGB
CMYK
RGB Variations
Color information
#9E70DB (or 0x9E70DB) is known color: Medium Purple. HEX triplet: 9E, 70 and DB. RGB value is (158,112,219). Sum of RGB (Red+Green+Blue) = 158+112+219=489 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.31% from 489); Green value is 112 (44.14% from 255 or 22.90% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E70DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E70DB is #618F24. Grayscale: #898989. Windows color (decimal): -6393637 or 14381214. OLE color: 14381214.
HSL color Cylindrical-coordinate representation of color #9E70DB: hue angle of 265.79º degrees, saturation: 0.6, 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 #9E70DB is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 112 | 219 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.14 |
| HSL | 265.79º | 0.6% | 0.65% | - |
| HSV(B) | 265.79º | 0.49% | 0.86% | - |
| XYZ | 32.68 | 23.97 | 69.92 | - |
| YUV | 137.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 112 | 219 | 0.28 | 0.49 | 0 | 0.14 | 265.79 | 0.6 | 0.65 |
| Hex | 9E | 70 | DB | 1C | 31 | 0 | E | 10A | 3C | 41 |
| Octal | 236 | 160 | 333 | 34 | 61 | 0 | 16 | 412 | 74 | 101 |
| Binary | 10011110 | 1110000 | 11011011 | 11100 | 110001 | 0 | 1110 | 100001010 | 111100 | 1000001 |
Color Harmonies of #9E70DB
Complementary color
Monochromatic Colors of #9E70DB
Black with #9E70DB
Text Example
Text Example
White with #9E70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E70DB; }
p { color: rgb(158,112,219); }
H1.HeaderClassName
{
color: #9E70DB;
}
.AnyTagClassName
{
color: #9E70DB;
}
</style>
background-color css
<style>
a { background-color: #9E70DB; }
a { background-color: rgb(158,112,219); }
div.DivClassName
{
background-color: #9E70DB;
}
.BgClassName
{
background-color: #9E70DB;
}
</style>
border-color css
<style>
span { border-color: #9E70DB; }
span { border-color: rgb(158,112,219); }
td.TdClassName
{
border-color: #9E70DB;
}
.TagClassName
{
border-color: #9E70DB;
}
</style>