Shades of Medium Purple #8E70DF
Tints of Medium Purple #8E70DF
RGB
CMYK
RGB Variations
Color information
#8E70DF (or 0x8E70DF) is known color: Medium Purple. HEX triplet: 8E, 70 and DF. RGB value is (142,112,223). Sum of RGB (Red+Green+Blue) = 142+112+223=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 223 (87.5% from 255 or 46.75% from 477); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E70DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E70DF is #718F20. Grayscale: #858585. Windows color (decimal): -7442209 or 14643342. OLE color: 14643342.
HSL color Cylindrical-coordinate representation of color #8E70DF: hue angle of 256.22º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8E70DF is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 112 | 223 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.13 |
| HSL | 256.22º | 0.63% | 0.66% | - |
| HSV(B) | 256.22º | 0.5% | 0.87% | - |
| XYZ | 30.27 | 22.67 | 72.59 | - |
| YUV | 133.62 | 178.44 | 133.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 112 | 223 | 0.36 | 0.50 | 0 | 0.13 | 256.22 | 0.63 | 0.66 |
| Hex | 8E | 70 | DF | 24 | 32 | 0 | D | 100 | 3F | 42 |
| Octal | 216 | 160 | 337 | 44 | 62 | 0 | 15 | 400 | 77 | 102 |
| Binary | 10001110 | 1110000 | 11011111 | 100100 | 110010 | 0 | 1101 | 100000000 | 111111 | 1000010 |
Color Harmonies of #8E70DF
Complementary color
Monochromatic Colors of #8E70DF
Black with #8E70DF
Text Example
Text Example
White with #8E70DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E70DF; }
p { color: rgb(142,112,223); }
H1.HeaderClassName
{
color: #8E70DF;
}
.AnyTagClassName
{
color: #8E70DF;
}
</style>
background-color css
<style>
a { background-color: #8E70DF; }
a { background-color: rgb(142,112,223); }
div.DivClassName
{
background-color: #8E70DF;
}
.BgClassName
{
background-color: #8E70DF;
}
</style>
border-color css
<style>
span { border-color: #8E70DF; }
span { border-color: rgb(142,112,223); }
td.TdClassName
{
border-color: #8E70DF;
}
.TagClassName
{
border-color: #8E70DF;
}
</style>