Shades of Medium Purple #8E72DF
Tints of Medium Purple #8E72DF
RGB
CMYK
RGB Variations
Color information
#8E72DF (or 0x8E72DF) is known color: Medium Purple. HEX triplet: 8E, 72 and DF. RGB value is (142,114,223). Sum of RGB (Red+Green+Blue) = 142+114+223=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E72DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E72DF is #718D20. Grayscale: #868686. Windows color (decimal): -7441697 or 14643854. OLE color: 14643854.
HSL color Cylindrical-coordinate representation of color #8E72DF: hue angle of 255.41º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E72DF is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 142 | 114 | 223 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.13 |
| HSL | 255.41º | 0.63% | 0.66% | - |
| HSV(B) | 255.41º | 0.49% | 0.87% | - |
| XYZ | 30.49 | 23.11 | 72.67 | - |
| YUV | 134.8 | 177.78 | 133.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 114 | 223 | 0.36 | 0.49 | 0 | 0.13 | 255.41 | 0.63 | 0.66 |
| Hex | 8E | 72 | DF | 24 | 31 | 0 | D | FF | 3F | 42 |
| Octal | 216 | 162 | 337 | 44 | 61 | 0 | 15 | 377 | 77 | 102 |
| Binary | 10001110 | 1110010 | 11011111 | 100100 | 110001 | 0 | 1101 | 11111111 | 111111 | 1000010 |
Color Harmonies of #8E72DF
Complementary color
Monochromatic Colors of #8E72DF
Black with #8E72DF
Text Example
Text Example
White with #8E72DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E72DF; }
p { color: rgb(142,114,223); }
H1.HeaderClassName
{
color: #8E72DF;
}
.AnyTagClassName
{
color: #8E72DF;
}
</style>
background-color css
<style>
a { background-color: #8E72DF; }
a { background-color: rgb(142,114,223); }
div.DivClassName
{
background-color: #8E72DF;
}
.BgClassName
{
background-color: #8E72DF;
}
</style>
border-color css
<style>
span { border-color: #8E72DF; }
span { border-color: rgb(142,114,223); }
td.TdClassName
{
border-color: #8E72DF;
}
.TagClassName
{
border-color: #8E72DF;
}
</style>