Shades of Medium Purple #865ADC
Tints of Medium Purple #865ADC
RGB
CMYK
RGB Variations
Color information
#865ADC (or 0x865ADC) is known color: Medium Purple. HEX triplet: 86, 5A and DC. RGB value is (134,90,220). Sum of RGB (Red+Green+Blue) = 134+90+220=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #865ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865ADC is #79A523. Grayscale: #757575. Windows color (decimal): -7972132 or 14441094. OLE color: 14441094.
HSL color Cylindrical-coordinate representation of color #865ADC: hue angle of 260.31º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #865ADC is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 90 | 220 | - |
| CMYK | 0.39 | 0.59 | 0 | 0.14 |
| HSL | 260.31º | 0.65% | 0.61% | - |
| HSV(B) | 260.31º | 0.59% | 0.86% | - |
| XYZ | 26.41 | 17.55 | 69.71 | - |
| YUV | 117.98 | 185.58 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 90 | 220 | 0.39 | 0.59 | 0 | 0.14 | 260.31 | 0.65 | 0.61 |
| Hex | 86 | 5A | DC | 27 | 3B | 0 | E | 104 | 41 | 3D |
| Octal | 206 | 132 | 334 | 47 | 73 | 0 | 16 | 404 | 101 | 75 |
| Binary | 10000110 | 1011010 | 11011100 | 100111 | 111011 | 0 | 1110 | 100000100 | 1000001 | 111101 |
Color Harmonies of #865ADC
Complementary color
Monochromatic Colors of #865ADC
Black with #865ADC
Text Example
Text Example
White with #865ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865ADC; }
p { color: rgb(134,90,220); }
H1.HeaderClassName
{
color: #865ADC;
}
.AnyTagClassName
{
color: #865ADC;
}
</style>
background-color css
<style>
a { background-color: #865ADC; }
a { background-color: rgb(134,90,220); }
div.DivClassName
{
background-color: #865ADC;
}
.BgClassName
{
background-color: #865ADC;
}
</style>
border-color css
<style>
span { border-color: #865ADC; }
span { border-color: rgb(134,90,220); }
td.TdClassName
{
border-color: #865ADC;
}
.TagClassName
{
border-color: #865ADC;
}
</style>