Shades of Medium Purple #8E6CEA
Tints of Medium Purple #8E6CEA
RGB
CMYK
RGB Variations
Color information
#8E6CEA (or 0x8E6CEA) is known color: Medium Purple. HEX triplet: 8E, 6C and EA. RGB value is (142,108,234). Sum of RGB (Red+Green+Blue) = 142+108+234=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 108 (42.58% from 255 or 22.31% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E6CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8E6CEA is #719315. Grayscale: #848484. Windows color (decimal): -7443222 or 15363214. OLE color: 15363214.
HSL color Cylindrical-coordinate representation of color #8E6CEA: hue angle of 256.19º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8E6CEA is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 108 | 234 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.08 |
| HSL | 256.19º | 0.75% | 0.67% | - |
| HSV(B) | 256.19º | 0.54% | 0.92% | - |
| XYZ | 31.37 | 22.42 | 80.52 | - |
| YUV | 132.53 | 185.26 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 108 | 234 | 0.39 | 0.54 | 0 | 0.08 | 256.19 | 0.75 | 0.67 |
| Hex | 8E | 6C | EA | 27 | 36 | 0 | 8 | 100 | 4B | 43 |
| Octal | 216 | 154 | 352 | 47 | 66 | 0 | 10 | 400 | 113 | 103 |
| Binary | 10001110 | 1101100 | 11101010 | 100111 | 110110 | 0 | 1000 | 100000000 | 1001011 | 1000011 |
Color Harmonies of #8E6CEA
Complementary color
Monochromatic Colors of #8E6CEA
Black with #8E6CEA
Text Example
Text Example
White with #8E6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6CEA; }
p { color: rgb(142,108,234); }
H1.HeaderClassName
{
color: #8E6CEA;
}
.AnyTagClassName
{
color: #8E6CEA;
}
</style>
background-color css
<style>
a { background-color: #8E6CEA; }
a { background-color: rgb(142,108,234); }
div.DivClassName
{
background-color: #8E6CEA;
}
.BgClassName
{
background-color: #8E6CEA;
}
</style>
border-color css
<style>
span { border-color: #8E6CEA; }
span { border-color: rgb(142,108,234); }
td.TdClassName
{
border-color: #8E6CEA;
}
.TagClassName
{
border-color: #8E6CEA;
}
</style>