Shades of Medium Purple #866ADF
Tints of Medium Purple #866ADF
RGB
CMYK
RGB Variations
Color information
#866ADF (or 0x866ADF) is known color: Medium Purple. HEX triplet: 86, 6A and DF. RGB value is (134,106,223). Sum of RGB (Red+Green+Blue) = 134+106+223=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #866ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866ADF is #799520. Grayscale: #7F7F7F. Windows color (decimal): -7968033 or 14641798. OLE color: 14641798.
HSL color Cylindrical-coordinate representation of color #866ADF: hue angle of 254.36º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #866ADF is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 106 | 223 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.13 |
| HSL | 254.36º | 0.65% | 0.65% | - |
| HSV(B) | 254.36º | 0.52% | 0.87% | - |
| XYZ | 28.3 | 20.7 | 72.32 | - |
| YUV | 127.71 | 181.78 | 132.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 106 | 223 | 0.40 | 0.52 | 0 | 0.13 | 254.36 | 0.65 | 0.65 |
| Hex | 86 | 6A | DF | 28 | 34 | 0 | D | FE | 41 | 41 |
| Octal | 206 | 152 | 337 | 50 | 64 | 0 | 15 | 376 | 101 | 101 |
| Binary | 10000110 | 1101010 | 11011111 | 101000 | 110100 | 0 | 1101 | 11111110 | 1000001 | 1000001 |
Color Harmonies of #866ADF
Complementary color
Monochromatic Colors of #866ADF
Black with #866ADF
Text Example
Text Example
White with #866ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866ADF; }
p { color: rgb(134,106,223); }
H1.HeaderClassName
{
color: #866ADF;
}
.AnyTagClassName
{
color: #866ADF;
}
</style>
background-color css
<style>
a { background-color: #866ADF; }
a { background-color: rgb(134,106,223); }
div.DivClassName
{
background-color: #866ADF;
}
.BgClassName
{
background-color: #866ADF;
}
</style>
border-color css
<style>
span { border-color: #866ADF; }
span { border-color: rgb(134,106,223); }
td.TdClassName
{
border-color: #866ADF;
}
.TagClassName
{
border-color: #866ADF;
}
</style>