Shades of Medium Purple #865AD7
Tints of Medium Purple #865AD7
RGB
CMYK
RGB Variations
Color information
#865AD7 (or 0x865AD7) is known color: Medium Purple. HEX triplet: 86, 5A and D7. RGB value is (134,90,215). Sum of RGB (Red+Green+Blue) = 134+90+215=439 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.52% from 439); Green value is 90 (35.55% from 255 or 20.50% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #865AD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865AD7 is #79A528. Grayscale: #747474. Windows color (decimal): -7972137 or 14113414. OLE color: 14113414.
HSL color Cylindrical-coordinate representation of color #865AD7: hue angle of 261.12º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #865AD7 is Cyan = 0.38, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 134 | 90 | 215 | - |
| CMYK | 0.38 | 0.58 | 0 | 0.16 |
| HSL | 261.12º | 0.61% | 0.6% | - |
| HSV(B) | 261.12º | 0.58% | 0.84% | - |
| XYZ | 25.75 | 17.29 | 66.27 | - |
| YUV | 117.41 | 183.08 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 215 | 0.38 | 0.58 | 0 | 0.16 | 261.12 | 0.61 | 0.6 |
| Hex | 86 | 5A | D7 | 26 | 3A | 0 | 10 | 105 | 3D | 3C |
| Octal | 206 | 132 | 327 | 46 | 72 | 0 | 20 | 405 | 75 | 74 |
| Binary | 10000110 | 1011010 | 11010111 | 100110 | 111010 | 0 | 10000 | 100000101 | 111101 | 111100 |
Color Harmonies of #865AD7
Complementary color
Monochromatic Colors of #865AD7
Black with #865AD7
Text Example
Text Example
White with #865AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865AD7; }
p { color: rgb(134,90,215); }
H1.HeaderClassName
{
color: #865AD7;
}
.AnyTagClassName
{
color: #865AD7;
}
</style>
background-color css
<style>
a { background-color: #865AD7; }
a { background-color: rgb(134,90,215); }
div.DivClassName
{
background-color: #865AD7;
}
.BgClassName
{
background-color: #865AD7;
}
</style>
border-color css
<style>
span { border-color: #865AD7; }
span { border-color: rgb(134,90,215); }
td.TdClassName
{
border-color: #865AD7;
}
.TagClassName
{
border-color: #865AD7;
}
</style>