Shades of Medium Purple #8E66EA
Tints of Medium Purple #8E66EA
RGB
CMYK
RGB Variations
Color information
#8E66EA (or 0x8E66EA) is known color: Medium Purple. HEX triplet: 8E, 66 and EA. RGB value is (142,102,234). Sum of RGB (Red+Green+Blue) = 142+102+234=478 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.71% from 478); Green value is 102 (40.23% from 255 or 21.34% from 478); Blue value is 234 (91.80% from 255 or 48.95% from 478); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E66EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E66EA is #719915. Grayscale: #808080. Windows color (decimal): -7444758 or 15361678. OLE color: 15361678.
HSL color Cylindrical-coordinate representation of color #8E66EA: hue angle of 258.18º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8E66EA is Cyan = 0.39, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 102 | 234 | - |
| CMYK | 0.39 | 0.56 | 0 | 0.08 |
| HSL | 258.18º | 0.76% | 0.66% | - |
| HSV(B) | 258.18º | 0.56% | 0.92% | - |
| XYZ | 30.76 | 21.19 | 80.31 | - |
| YUV | 129.01 | 187.25 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 102 | 234 | 0.39 | 0.56 | 0 | 0.08 | 258.18 | 0.76 | 0.66 |
| Hex | 8E | 66 | EA | 27 | 38 | 0 | 8 | 102 | 4C | 42 |
| Octal | 216 | 146 | 352 | 47 | 70 | 0 | 10 | 402 | 114 | 102 |
| Binary | 10001110 | 1100110 | 11101010 | 100111 | 111000 | 0 | 1000 | 100000010 | 1001100 | 1000010 |
Color Harmonies of #8E66EA
Complementary color
Monochromatic Colors of #8E66EA
Black with #8E66EA
Text Example
Text Example
White with #8E66EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E66EA; }
p { color: rgb(142,102,234); }
H1.HeaderClassName
{
color: #8E66EA;
}
.AnyTagClassName
{
color: #8E66EA;
}
</style>
background-color css
<style>
a { background-color: #8E66EA; }
a { background-color: rgb(142,102,234); }
div.DivClassName
{
background-color: #8E66EA;
}
.BgClassName
{
background-color: #8E66EA;
}
</style>
border-color css
<style>
span { border-color: #8E66EA; }
span { border-color: rgb(142,102,234); }
td.TdClassName
{
border-color: #8E66EA;
}
.TagClassName
{
border-color: #8E66EA;
}
</style>