Shades of Medium Purple #8E5FD8
Tints of Medium Purple #8E5FD8
RGB
CMYK
RGB Variations
Color information
#8E5FD8 (or 0x8E5FD8) is known color: Medium Purple. HEX triplet: 8E, 5F and D8. RGB value is (142,95,216). Sum of RGB (Red+Green+Blue) = 142+95+216=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 95 (37.5% from 255 or 20.97% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #8E5FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E5FD8 is #71A027. Grayscale: #7A7A7A. Windows color (decimal): -7446568 or 14180238. OLE color: 14180238.
HSL color Cylindrical-coordinate representation of color #8E5FD8: hue angle of 263.31º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E5FD8 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 142 | 95 | 216 | - |
| CMYK | 0.34 | 0.56 | 0 | 0.15 |
| HSL | 263.31º | 0.61% | 0.61% | - |
| HSV(B) | 263.31º | 0.56% | 0.85% | - |
| XYZ | 27.64 | 18.89 | 67.16 | - |
| YUV | 122.85 | 180.57 | 141.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 95 | 216 | 0.34 | 0.56 | 0 | 0.15 | 263.31 | 0.61 | 0.61 |
| Hex | 8E | 5F | D8 | 22 | 38 | 0 | F | 107 | 3D | 3D |
| Octal | 216 | 137 | 330 | 42 | 70 | 0 | 17 | 407 | 75 | 75 |
| Binary | 10001110 | 1011111 | 11011000 | 100010 | 111000 | 0 | 1111 | 100000111 | 111101 | 111101 |
Color Harmonies of #8E5FD8
Complementary color
Monochromatic Colors of #8E5FD8
Black with #8E5FD8
Text Example
Text Example
White with #8E5FD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E5FD8; }
p { color: rgb(142,95,216); }
H1.HeaderClassName
{
color: #8E5FD8;
}
.AnyTagClassName
{
color: #8E5FD8;
}
</style>
background-color css
<style>
a { background-color: #8E5FD8; }
a { background-color: rgb(142,95,216); }
div.DivClassName
{
background-color: #8E5FD8;
}
.BgClassName
{
background-color: #8E5FD8;
}
</style>
border-color css
<style>
span { border-color: #8E5FD8; }
span { border-color: rgb(142,95,216); }
td.TdClassName
{
border-color: #8E5FD8;
}
.TagClassName
{
border-color: #8E5FD8;
}
</style>