Shades of Medium Purple #866BDD
Tints of Medium Purple #866BDD
RGB
CMYK
RGB Variations
Color information
#866BDD (or 0x866BDD) is known color: Medium Purple. HEX triplet: 86, 6B and DD. RGB value is (134,107,221). Sum of RGB (Red+Green+Blue) = 134+107+221=462 (61% of max value = 765). Red value is 134 (52.73% from 255 or 29.00% from 462); Green value is 107 (42.19% from 255 or 23.16% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #866BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BDD is #799422. Grayscale: #7F7F7F. Windows color (decimal): -7967779 or 14510982. OLE color: 14510982.
HSL color Cylindrical-coordinate representation of color #866BDD: hue angle of 254.21º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #866BDD is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 107 | 221 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.13 |
| HSL | 254.21º | 0.63% | 0.64% | - |
| HSV(B) | 254.21º | 0.52% | 0.87% | - |
| XYZ | 28.14 | 20.8 | 70.94 | - |
| YUV | 128.07 | 180.45 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 221 | 0.39 | 0.52 | 0 | 0.13 | 254.21 | 0.63 | 0.64 |
| Hex | 86 | 6B | DD | 27 | 34 | 0 | D | FE | 3F | 40 |
| Octal | 206 | 153 | 335 | 47 | 64 | 0 | 15 | 376 | 77 | 100 |
| Binary | 10000110 | 1101011 | 11011101 | 100111 | 110100 | 0 | 1101 | 11111110 | 111111 | 1000000 |
Color Harmonies of #866BDD
Complementary color
Monochromatic Colors of #866BDD
Black with #866BDD
Text Example
Text Example
White with #866BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866BDD; }
p { color: rgb(134,107,221); }
H1.HeaderClassName
{
color: #866BDD;
}
.AnyTagClassName
{
color: #866BDD;
}
</style>
background-color css
<style>
a { background-color: #866BDD; }
a { background-color: rgb(134,107,221); }
div.DivClassName
{
background-color: #866BDD;
}
.BgClassName
{
background-color: #866BDD;
}
</style>
border-color css
<style>
span { border-color: #866BDD; }
span { border-color: rgb(134,107,221); }
td.TdClassName
{
border-color: #866BDD;
}
.TagClassName
{
border-color: #866BDD;
}
</style>