Shades of Medium Purple #866FE0
Tints of Medium Purple #866FE0
RGB
CMYK
RGB Variations
Color information
#866FE0 (or 0x866FE0) is known color: Medium Purple. HEX triplet: 86, 6F and E0. RGB value is (134,111,224). Sum of RGB (Red+Green+Blue) = 134+111+224=469 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.57% from 469); Green value is 111 (43.75% from 255 or 23.67% from 469); Blue value is 224 (87.89% from 255 or 47.76% from 469); Max value from RGB is 224 - color contains mainly: blue. Hex color #866FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FE0 is #79901F. Grayscale: #828282. Windows color (decimal): -7966752 or 14708614. OLE color: 14708614.
HSL color Cylindrical-coordinate representation of color #866FE0: hue angle of 252.21º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #866FE0 is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 111 | 224 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.12 |
| HSL | 252.21º | 0.65% | 0.66% | - |
| HSV(B) | 252.21º | 0.5% | 0.88% | - |
| XYZ | 28.97 | 21.82 | 73.21 | - |
| YUV | 130.76 | 180.62 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 224 | 0.40 | 0.50 | 0 | 0.12 | 252.21 | 0.65 | 0.66 |
| Hex | 86 | 6F | E0 | 28 | 32 | 0 | C | FC | 41 | 42 |
| Octal | 206 | 157 | 340 | 50 | 62 | 0 | 14 | 374 | 101 | 102 |
| Binary | 10000110 | 1101111 | 11100000 | 101000 | 110010 | 0 | 1100 | 11111100 | 1000001 | 1000010 |
Color Harmonies of #866FE0
Complementary color
Monochromatic Colors of #866FE0
Black with #866FE0
Text Example
Text Example
White with #866FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866FE0; }
p { color: rgb(134,111,224); }
H1.HeaderClassName
{
color: #866FE0;
}
.AnyTagClassName
{
color: #866FE0;
}
</style>
background-color css
<style>
a { background-color: #866FE0; }
a { background-color: rgb(134,111,224); }
div.DivClassName
{
background-color: #866FE0;
}
.BgClassName
{
background-color: #866FE0;
}
</style>
border-color css
<style>
span { border-color: #866FE0; }
span { border-color: rgb(134,111,224); }
td.TdClassName
{
border-color: #866FE0;
}
.TagClassName
{
border-color: #866FE0;
}
</style>