Shades of Medium Purple #8E69E6
Tints of Medium Purple #8E69E6
RGB
CMYK
RGB Variations
Color information
#8E69E6 (or 0x8E69E6) is known color: Medium Purple. HEX triplet: 8E, 69 and E6. RGB value is (142,105,230). Sum of RGB (Red+Green+Blue) = 142+105+230=477 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.77% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 230 (90.23% from 255 or 48.22% from 477); Max value from RGB is 230 - color contains mainly: blue. Hex color #8E69E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E69E6 is #719619. Grayscale: #818181. Windows color (decimal): -7443994 or 15100302. OLE color: 15100302.
HSL color Cylindrical-coordinate representation of color #8E69E6: hue angle of 257.76º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E69E6 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 142 | 105 | 230 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.10 |
| HSL | 257.76º | 0.71% | 0.66% | - |
| HSV(B) | 257.76º | 0.54% | 0.9% | - |
| XYZ | 30.49 | 21.57 | 77.42 | - |
| YUV | 130.31 | 184.26 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 230 | 0.38 | 0.54 | 0 | 0.10 | 257.76 | 0.71 | 0.66 |
| Hex | 8E | 69 | E6 | 26 | 36 | 0 | A | 102 | 47 | 42 |
| Octal | 216 | 151 | 346 | 46 | 66 | 0 | 12 | 402 | 107 | 102 |
| Binary | 10001110 | 1101001 | 11100110 | 100110 | 110110 | 0 | 1010 | 100000010 | 1000111 | 1000010 |
Color Harmonies of #8E69E6
Complementary color
Monochromatic Colors of #8E69E6
Black with #8E69E6
Text Example
Text Example
White with #8E69E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E69E6; }
p { color: rgb(142,105,230); }
H1.HeaderClassName
{
color: #8E69E6;
}
.AnyTagClassName
{
color: #8E69E6;
}
</style>
background-color css
<style>
a { background-color: #8E69E6; }
a { background-color: rgb(142,105,230); }
div.DivClassName
{
background-color: #8E69E6;
}
.BgClassName
{
background-color: #8E69E6;
}
</style>
border-color css
<style>
span { border-color: #8E69E6; }
span { border-color: rgb(142,105,230); }
td.TdClassName
{
border-color: #8E69E6;
}
.TagClassName
{
border-color: #8E69E6;
}
</style>