Shades of Medium Purple #8E69E8
Tints of Medium Purple #8E69E8
RGB
CMYK
RGB Variations
Color information
#8E69E8 (or 0x8E69E8) is known color: Medium Purple. HEX triplet: 8E, 69 and E8. RGB value is (142,105,232). Sum of RGB (Red+Green+Blue) = 142+105+232=479 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.65% from 479); Green value is 105 (41.41% from 255 or 21.92% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #8E69E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E69E8 is #719617. Grayscale: #828282. Windows color (decimal): -7443992 or 15231374. OLE color: 15231374.
HSL color Cylindrical-coordinate representation of color #8E69E8: hue angle of 257.48º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8E69E8 is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 142 | 105 | 232 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.09 |
| HSL | 257.48º | 0.73% | 0.66% | - |
| HSV(B) | 257.48º | 0.55% | 0.91% | - |
| XYZ | 30.77 | 21.68 | 78.91 | - |
| YUV | 130.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 232 | 0.39 | 0.55 | 0 | 0.09 | 257.48 | 0.73 | 0.66 |
| Hex | 8E | 69 | E8 | 27 | 37 | 0 | 9 | 101 | 49 | 42 |
| Octal | 216 | 151 | 350 | 47 | 67 | 0 | 11 | 401 | 111 | 102 |
| Binary | 10001110 | 1101001 | 11101000 | 100111 | 110111 | 0 | 1001 | 100000001 | 1001001 | 1000010 |
Color Harmonies of #8E69E8
Complementary color
Monochromatic Colors of #8E69E8
Black with #8E69E8
Text Example
Text Example
White with #8E69E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E69E8; }
p { color: rgb(142,105,232); }
H1.HeaderClassName
{
color: #8E69E8;
}
.AnyTagClassName
{
color: #8E69E8;
}
</style>
background-color css
<style>
a { background-color: #8E69E8; }
a { background-color: rgb(142,105,232); }
div.DivClassName
{
background-color: #8E69E8;
}
.BgClassName
{
background-color: #8E69E8;
}
</style>
border-color css
<style>
span { border-color: #8E69E8; }
span { border-color: rgb(142,105,232); }
td.TdClassName
{
border-color: #8E69E8;
}
.TagClassName
{
border-color: #8E69E8;
}
</style>