Shades of Medium Purple #8E69ED
Tints of Medium Purple #8E69ED
RGB
CMYK
RGB Variations
Color information
#8E69ED (or 0x8E69ED) is known color: Medium Purple. HEX triplet: 8E, 69 and ED. RGB value is (142,105,237). Sum of RGB (Red+Green+Blue) = 142+105+237=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 105 (41.41% from 255 or 21.69% from 484); Blue value is 237 (92.97% from 255 or 48.97% from 484); Max value from RGB is 237 - color contains mainly: blue. Hex color #8E69ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E69ED is #719612. Grayscale: #828282. Windows color (decimal): -7443987 or 15559054. OLE color: 15559054.
HSL color Cylindrical-coordinate representation of color #8E69ED: hue angle of 256.82º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E69ED is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 142 | 105 | 237 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.07 |
| HSL | 256.82º | 0.79% | 0.67% | - |
| HSV(B) | 256.82º | 0.56% | 0.93% | - |
| XYZ | 31.49 | 21.97 | 82.7 | - |
| YUV | 131.11 | 187.76 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 237 | 0.40 | 0.56 | 0 | 0.07 | 256.82 | 0.79 | 0.67 |
| Hex | 8E | 69 | ED | 28 | 38 | 0 | 7 | 101 | 4F | 43 |
| Octal | 216 | 151 | 355 | 50 | 70 | 0 | 7 | 401 | 117 | 103 |
| Binary | 10001110 | 1101001 | 11101101 | 101000 | 111000 | 0 | 111 | 100000001 | 1001111 | 1000011 |
Color Harmonies of #8E69ED
Complementary color
Monochromatic Colors of #8E69ED
Black with #8E69ED
Text Example
Text Example
White with #8E69ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E69ED; }
p { color: rgb(142,105,237); }
H1.HeaderClassName
{
color: #8E69ED;
}
.AnyTagClassName
{
color: #8E69ED;
}
</style>
background-color css
<style>
a { background-color: #8E69ED; }
a { background-color: rgb(142,105,237); }
div.DivClassName
{
background-color: #8E69ED;
}
.BgClassName
{
background-color: #8E69ED;
}
</style>
border-color css
<style>
span { border-color: #8E69ED; }
span { border-color: rgb(142,105,237); }
td.TdClassName
{
border-color: #8E69ED;
}
.TagClassName
{
border-color: #8E69ED;
}
</style>