Shades of Medium Purple #865BDA
Tints of Medium Purple #865BDA
RGB
CMYK
RGB Variations
Color information
#865BDA (or 0x865BDA) is known color: Medium Purple. HEX triplet: 86, 5B and DA. RGB value is (134,91,218). Sum of RGB (Red+Green+Blue) = 134+91+218=443 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.25% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #865BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BDA is #79A425. Grayscale: #757575. Windows color (decimal): -7971878 or 14310278. OLE color: 14310278.
HSL color Cylindrical-coordinate representation of color #865BDA: hue angle of 260.31º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #865BDA is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 91 | 218 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.15 |
| HSL | 260.31º | 0.63% | 0.61% | - |
| HSV(B) | 260.31º | 0.58% | 0.85% | - |
| XYZ | 26.23 | 17.61 | 68.35 | - |
| YUV | 118.34 | 184.25 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 218 | 0.39 | 0.58 | 0 | 0.15 | 260.31 | 0.63 | 0.61 |
| Hex | 86 | 5B | DA | 27 | 3A | 0 | F | 104 | 3F | 3D |
| Octal | 206 | 133 | 332 | 47 | 72 | 0 | 17 | 404 | 77 | 75 |
| Binary | 10000110 | 1011011 | 11011010 | 100111 | 111010 | 0 | 1111 | 100000100 | 111111 | 111101 |
Color Harmonies of #865BDA
Complementary color
Monochromatic Colors of #865BDA
Black with #865BDA
Text Example
Text Example
White with #865BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BDA; }
p { color: rgb(134,91,218); }
H1.HeaderClassName
{
color: #865BDA;
}
.AnyTagClassName
{
color: #865BDA;
}
</style>
background-color css
<style>
a { background-color: #865BDA; }
a { background-color: rgb(134,91,218); }
div.DivClassName
{
background-color: #865BDA;
}
.BgClassName
{
background-color: #865BDA;
}
</style>
border-color css
<style>
span { border-color: #865BDA; }
span { border-color: rgb(134,91,218); }
td.TdClassName
{
border-color: #865BDA;
}
.TagClassName
{
border-color: #865BDA;
}
</style>