Shades of Medium Purple #865ADA
Tints of Medium Purple #865ADA
RGB
CMYK
RGB Variations
Color information
#865ADA (or 0x865ADA) is known color: Medium Purple. HEX triplet: 86, 5A and DA. RGB value is (134,90,218). Sum of RGB (Red+Green+Blue) = 134+90+218=442 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.32% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #865ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ADA is #79A525. Grayscale: #757575. Windows color (decimal): -7972134 or 14310022. OLE color: 14310022.
HSL color Cylindrical-coordinate representation of color #865ADA: hue angle of 260.62º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #865ADA is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 134 | 90 | 218 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.15 |
| HSL | 260.63º | 0.63% | 0.6% | - |
| HSV(B) | 260.63º | 0.59% | 0.85% | - |
| XYZ | 26.14 | 17.44 | 68.32 | - |
| YUV | 117.75 | 184.58 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 218 | 0.39 | 0.59 | 0 | 0.15 | 260.63 | 0.63 | 0.6 |
| Hex | 86 | 5A | DA | 27 | 3B | 0 | F | 105 | 3F | 3C |
| Octal | 206 | 132 | 332 | 47 | 73 | 0 | 17 | 405 | 77 | 74 |
| Binary | 10000110 | 1011010 | 11011010 | 100111 | 111011 | 0 | 1111 | 100000101 | 111111 | 111100 |
Color Harmonies of #865ADA
Complementary color
Monochromatic Colors of #865ADA
Black with #865ADA
Text Example
Text Example
White with #865ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865ADA; }
p { color: rgb(134,90,218); }
H1.HeaderClassName
{
color: #865ADA;
}
.AnyTagClassName
{
color: #865ADA;
}
</style>
background-color css
<style>
a { background-color: #865ADA; }
a { background-color: rgb(134,90,218); }
div.DivClassName
{
background-color: #865ADA;
}
.BgClassName
{
background-color: #865ADA;
}
</style>
border-color css
<style>
span { border-color: #865ADA; }
span { border-color: rgb(134,90,218); }
td.TdClassName
{
border-color: #865ADA;
}
.TagClassName
{
border-color: #865ADA;
}
</style>