Shades of Medium Purple #866BDE
Tints of Medium Purple #866BDE
RGB
CMYK
RGB Variations
Color information
#866BDE (or 0x866BDE) is known color: Medium Purple. HEX triplet: 86, 6B and DE. RGB value is (134,107,222). Sum of RGB (Red+Green+Blue) = 134+107+222=463 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.94% from 463); Green value is 107 (42.19% from 255 or 23.11% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #866BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BDE is #799421. Grayscale: #7F7F7F. Windows color (decimal): -7967778 or 14576518. OLE color: 14576518.
HSL color Cylindrical-coordinate representation of color #866BDE: hue angle of 254.09º degrees, saturation: 0.64, 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 #866BDE is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 107 | 222 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.13 |
| HSL | 254.09º | 0.64% | 0.65% | - |
| HSV(B) | 254.09º | 0.52% | 0.87% | - |
| XYZ | 28.27 | 20.86 | 71.64 | - |
| YUV | 128.18 | 180.95 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 222 | 0.40 | 0.52 | 0 | 0.13 | 254.09 | 0.64 | 0.65 |
| Hex | 86 | 6B | DE | 28 | 34 | 0 | D | FE | 40 | 41 |
| Octal | 206 | 153 | 336 | 50 | 64 | 0 | 15 | 376 | 100 | 101 |
| Binary | 10000110 | 1101011 | 11011110 | 101000 | 110100 | 0 | 1101 | 11111110 | 1000000 | 1000001 |
Color Harmonies of #866BDE
Complementary color
Monochromatic Colors of #866BDE
Black with #866BDE
Text Example
Text Example
White with #866BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866BDE; }
p { color: rgb(134,107,222); }
H1.HeaderClassName
{
color: #866BDE;
}
.AnyTagClassName
{
color: #866BDE;
}
</style>
background-color css
<style>
a { background-color: #866BDE; }
a { background-color: rgb(134,107,222); }
div.DivClassName
{
background-color: #866BDE;
}
.BgClassName
{
background-color: #866BDE;
}
</style>
border-color css
<style>
span { border-color: #866BDE; }
span { border-color: rgb(134,107,222); }
td.TdClassName
{
border-color: #866BDE;
}
.TagClassName
{
border-color: #866BDE;
}
</style>