Shades of Medium Purple #866FE1
Tints of Medium Purple #866FE1
RGB
CMYK
RGB Variations
Color information
#866FE1 (or 0x866FE1) is known color: Medium Purple. HEX triplet: 86, 6F and E1. RGB value is (134,111,225). Sum of RGB (Red+Green+Blue) = 134+111+225=470 (62% of max value = 765). Red value is 134 (52.73% from 255 or 28.51% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #866FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FE1 is #79901E. Grayscale: #828282. Windows color (decimal): -7966751 or 14774150. OLE color: 14774150.
HSL color Cylindrical-coordinate representation of color #866FE1: hue angle of 252.11º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #866FE1 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 111 | 225 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.12 |
| HSL | 252.11º | 0.66% | 0.66% | - |
| HSV(B) | 252.11º | 0.51% | 0.88% | - |
| XYZ | 29.11 | 21.87 | 73.92 | - |
| YUV | 130.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 225 | 0.40 | 0.51 | 0 | 0.12 | 252.11 | 0.66 | 0.66 |
| Hex | 86 | 6F | E1 | 28 | 33 | 0 | C | FC | 42 | 42 |
| Octal | 206 | 157 | 341 | 50 | 63 | 0 | 14 | 374 | 102 | 102 |
| Binary | 10000110 | 1101111 | 11100001 | 101000 | 110011 | 0 | 1100 | 11111100 | 1000010 | 1000010 |
Color Harmonies of #866FE1
Complementary color
Monochromatic Colors of #866FE1
Black with #866FE1
Text Example
Text Example
White with #866FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866FE1; }
p { color: rgb(134,111,225); }
H1.HeaderClassName
{
color: #866FE1;
}
.AnyTagClassName
{
color: #866FE1;
}
</style>
background-color css
<style>
a { background-color: #866FE1; }
a { background-color: rgb(134,111,225); }
div.DivClassName
{
background-color: #866FE1;
}
.BgClassName
{
background-color: #866FE1;
}
</style>
border-color css
<style>
span { border-color: #866FE1; }
span { border-color: rgb(134,111,225); }
td.TdClassName
{
border-color: #866FE1;
}
.TagClassName
{
border-color: #866FE1;
}
</style>