Shades of Medium Purple #866FDC
Tints of Medium Purple #866FDC
RGB
CMYK
RGB Variations
Color information
#866FDC (or 0x866FDC) is known color: Medium Purple. HEX triplet: 86, 6F and DC. RGB value is (134,111,220). Sum of RGB (Red+Green+Blue) = 134+111+220=465 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.82% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #866FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FDC is #799023. Grayscale: #818181. Windows color (decimal): -7966756 or 14446470. OLE color: 14446470.
HSL color Cylindrical-coordinate representation of color #866FDC: hue angle of 252.66º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #866FDC is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 111 | 220 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.14 |
| HSL | 252.66º | 0.61% | 0.65% | - |
| HSV(B) | 252.66º | 0.5% | 0.86% | - |
| XYZ | 28.43 | 21.6 | 70.38 | - |
| YUV | 130.3 | 178.62 | 130.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 220 | 0.39 | 0.50 | 0 | 0.14 | 252.66 | 0.61 | 0.65 |
| Hex | 86 | 6F | DC | 27 | 32 | 0 | E | FD | 3D | 41 |
| Octal | 206 | 157 | 334 | 47 | 62 | 0 | 16 | 375 | 75 | 101 |
| Binary | 10000110 | 1101111 | 11011100 | 100111 | 110010 | 0 | 1110 | 11111101 | 111101 | 1000001 |
Color Harmonies of #866FDC
Complementary color
Monochromatic Colors of #866FDC
Black with #866FDC
Text Example
Text Example
White with #866FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866FDC; }
p { color: rgb(134,111,220); }
H1.HeaderClassName
{
color: #866FDC;
}
.AnyTagClassName
{
color: #866FDC;
}
</style>
background-color css
<style>
a { background-color: #866FDC; }
a { background-color: rgb(134,111,220); }
div.DivClassName
{
background-color: #866FDC;
}
.BgClassName
{
background-color: #866FDC;
}
</style>
border-color css
<style>
span { border-color: #866FDC; }
span { border-color: rgb(134,111,220); }
td.TdClassName
{
border-color: #866FDC;
}
.TagClassName
{
border-color: #866FDC;
}
</style>