Shades of Medium Purple #866CDC
Tints of Medium Purple #866CDC
RGB
CMYK
RGB Variations
Color information
#866CDC (or 0x866CDC) is known color: Medium Purple. HEX triplet: 86, 6C and DC. RGB value is (134,108,220). Sum of RGB (Red+Green+Blue) = 134+108+220=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #866CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CDC is #799323. Grayscale: #808080. Windows color (decimal): -7967524 or 14445702. OLE color: 14445702.
HSL color Cylindrical-coordinate representation of color #866CDC: hue angle of 253.93º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #866CDC is Cyan = 0.39, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 108 | 220 | - |
| CMYK | 0.39 | 0.51 | 0 | 0.14 |
| HSL | 253.93º | 0.62% | 0.64% | - |
| HSV(B) | 253.93º | 0.51% | 0.86% | - |
| XYZ | 28.11 | 20.96 | 70.27 | - |
| YUV | 128.54 | 179.61 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 220 | 0.39 | 0.51 | 0 | 0.14 | 253.93 | 0.62 | 0.64 |
| Hex | 86 | 6C | DC | 27 | 33 | 0 | E | FE | 3E | 40 |
| Octal | 206 | 154 | 334 | 47 | 63 | 0 | 16 | 376 | 76 | 100 |
| Binary | 10000110 | 1101100 | 11011100 | 100111 | 110011 | 0 | 1110 | 11111110 | 111110 | 1000000 |
Color Harmonies of #866CDC
Complementary color
Monochromatic Colors of #866CDC
Black with #866CDC
Text Example
Text Example
White with #866CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866CDC; }
p { color: rgb(134,108,220); }
H1.HeaderClassName
{
color: #866CDC;
}
.AnyTagClassName
{
color: #866CDC;
}
</style>
background-color css
<style>
a { background-color: #866CDC; }
a { background-color: rgb(134,108,220); }
div.DivClassName
{
background-color: #866CDC;
}
.BgClassName
{
background-color: #866CDC;
}
</style>
border-color css
<style>
span { border-color: #866CDC; }
span { border-color: rgb(134,108,220); }
td.TdClassName
{
border-color: #866CDC;
}
.TagClassName
{
border-color: #866CDC;
}
</style>