Shades of Medium Purple #866EE0
Tints of Medium Purple #866EE0
RGB
CMYK
RGB Variations
Color information
#866EE0 (or 0x866EE0) is known color: Medium Purple. HEX triplet: 86, 6E and E0. RGB value is (134,110,224). Sum of RGB (Red+Green+Blue) = 134+110+224=468 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.63% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 224 (87.89% from 255 or 47.86% from 468); Max value from RGB is 224 - color contains mainly: blue. Hex color #866EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866EE0 is #79911F. Grayscale: #818181. Windows color (decimal): -7967008 or 14708358. OLE color: 14708358.
HSL color Cylindrical-coordinate representation of color #866EE0: hue angle of 252.63º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #866EE0 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 110 | 224 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.12 |
| HSL | 252.63º | 0.65% | 0.65% | - |
| HSV(B) | 252.63º | 0.51% | 0.88% | - |
| XYZ | 28.86 | 21.6 | 73.17 | - |
| YUV | 130.17 | 180.95 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 110 | 224 | 0.40 | 0.51 | 0 | 0.12 | 252.63 | 0.65 | 0.65 |
| Hex | 86 | 6E | E0 | 28 | 33 | 0 | C | FD | 41 | 41 |
| Octal | 206 | 156 | 340 | 50 | 63 | 0 | 14 | 375 | 101 | 101 |
| Binary | 10000110 | 1101110 | 11100000 | 101000 | 110011 | 0 | 1100 | 11111101 | 1000001 | 1000001 |
Color Harmonies of #866EE0
Complementary color
Monochromatic Colors of #866EE0
Black with #866EE0
Text Example
Text Example
White with #866EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866EE0; }
p { color: rgb(134,110,224); }
H1.HeaderClassName
{
color: #866EE0;
}
.AnyTagClassName
{
color: #866EE0;
}
</style>
background-color css
<style>
a { background-color: #866EE0; }
a { background-color: rgb(134,110,224); }
div.DivClassName
{
background-color: #866EE0;
}
.BgClassName
{
background-color: #866EE0;
}
</style>
border-color css
<style>
span { border-color: #866EE0; }
span { border-color: rgb(134,110,224); }
td.TdClassName
{
border-color: #866EE0;
}
.TagClassName
{
border-color: #866EE0;
}
</style>