Shades of Medium Purple #866BDF
Tints of Medium Purple #866BDF
RGB
CMYK
RGB Variations
Color information
#866BDF (or 0x866BDF) is known color: Medium Purple. HEX triplet: 86, 6B and DF. RGB value is (134,107,223). Sum of RGB (Red+Green+Blue) = 134+107+223=464 (61% of max value = 765). Red value is 134 (52.73% from 255 or 28.88% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 223 (87.5% from 255 or 48.06% from 464); Max value from RGB is 223 - color contains mainly: blue. Hex color #866BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BDF is #799420. Grayscale: #7F7F7F. Windows color (decimal): -7967777 or 14642054. OLE color: 14642054.
HSL color Cylindrical-coordinate representation of color #866BDF: hue angle of 253.97º 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 #866BDF is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 107 | 223 | - |
| CMYK | 0.40 | 0.52 | 0 | 0.13 |
| HSL | 253.97º | 0.64% | 0.65% | - |
| HSV(B) | 253.97º | 0.52% | 0.87% | - |
| XYZ | 28.41 | 20.91 | 72.35 | - |
| YUV | 128.3 | 181.45 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 107 | 223 | 0.40 | 0.52 | 0 | 0.13 | 253.97 | 0.64 | 0.65 |
| Hex | 86 | 6B | DF | 28 | 34 | 0 | D | FE | 40 | 41 |
| Octal | 206 | 153 | 337 | 50 | 64 | 0 | 15 | 376 | 100 | 101 |
| Binary | 10000110 | 1101011 | 11011111 | 101000 | 110100 | 0 | 1101 | 11111110 | 1000000 | 1000001 |
Color Harmonies of #866BDF
Complementary color
Monochromatic Colors of #866BDF
Black with #866BDF
Text Example
Text Example
White with #866BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866BDF; }
p { color: rgb(134,107,223); }
H1.HeaderClassName
{
color: #866BDF;
}
.AnyTagClassName
{
color: #866BDF;
}
</style>
background-color css
<style>
a { background-color: #866BDF; }
a { background-color: rgb(134,107,223); }
div.DivClassName
{
background-color: #866BDF;
}
.BgClassName
{
background-color: #866BDF;
}
</style>
border-color css
<style>
span { border-color: #866BDF; }
span { border-color: rgb(134,107,223); }
td.TdClassName
{
border-color: #866BDF;
}
.TagClassName
{
border-color: #866BDF;
}
</style>