Shades of Medium Purple #866CD5
Tints of Medium Purple #866CD5
RGB
CMYK
RGB Variations
Color information
#866CD5 (or 0x866CD5) is known color: Medium Purple. HEX triplet: 86, 6C and D5. RGB value is (134,108,213). Sum of RGB (Red+Green+Blue) = 134+108+213=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 213 (83.59% from 255 or 46.81% from 455); Max value from RGB is 213 - color contains mainly: blue. Hex color #866CD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CD5 is #79932A. Grayscale: #7F7F7F. Windows color (decimal): -7967531 or 13986950. OLE color: 13986950.
HSL color Cylindrical-coordinate representation of color #866CD5: hue angle of 254.86º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #866CD5 is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 108 | 213 | - |
| CMYK | 0.37 | 0.49 | 0 | 0.16 |
| HSL | 254.86º | 0.56% | 0.63% | - |
| HSV(B) | 254.86º | 0.49% | 0.84% | - |
| XYZ | 27.2 | 20.6 | 65.49 | - |
| YUV | 127.74 | 176.11 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 213 | 0.37 | 0.49 | 0 | 0.16 | 254.86 | 0.56 | 0.63 |
| Hex | 86 | 6C | D5 | 25 | 31 | 0 | 10 | FF | 38 | 3F |
| Octal | 206 | 154 | 325 | 45 | 61 | 0 | 20 | 377 | 70 | 77 |
| Binary | 10000110 | 1101100 | 11010101 | 100101 | 110001 | 0 | 10000 | 11111111 | 111000 | 111111 |
Color Harmonies of #866CD5
Complementary color
Monochromatic Colors of #866CD5
Black with #866CD5
Text Example
Text Example
White with #866CD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866CD5; }
p { color: rgb(134,108,213); }
H1.HeaderClassName
{
color: #866CD5;
}
.AnyTagClassName
{
color: #866CD5;
}
</style>
background-color css
<style>
a { background-color: #866CD5; }
a { background-color: rgb(134,108,213); }
div.DivClassName
{
background-color: #866CD5;
}
.BgClassName
{
background-color: #866CD5;
}
</style>
border-color css
<style>
span { border-color: #866CD5; }
span { border-color: rgb(134,108,213); }
td.TdClassName
{
border-color: #866CD5;
}
.TagClassName
{
border-color: #866CD5;
}
</style>