Shades of Medium Purple #865CDC
Tints of Medium Purple #865CDC
RGB
CMYK
RGB Variations
Color information
#865CDC (or 0x865CDC) is known color: Medium Purple. HEX triplet: 86, 5C and DC. RGB value is (134,92,220). Sum of RGB (Red+Green+Blue) = 134+92+220=446 (59% of max value = 765). Red value is 134 (52.73% from 255 or 30.04% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #865CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865CDC is #79A323. Grayscale: #767676. Windows color (decimal): -7971620 or 14441606. OLE color: 14441606.
HSL color Cylindrical-coordinate representation of color #865CDC: hue angle of 259.69º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #865CDC is Cyan = 0.39, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 134 | 92 | 220 | - |
| CMYK | 0.39 | 0.58 | 0 | 0.14 |
| HSL | 259.69º | 0.65% | 0.61% | - |
| HSV(B) | 259.69º | 0.58% | 0.86% | - |
| XYZ | 26.58 | 17.89 | 69.76 | - |
| YUV | 119.15 | 184.91 | 138.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 92 | 220 | 0.39 | 0.58 | 0 | 0.14 | 259.69 | 0.65 | 0.61 |
| Hex | 86 | 5C | DC | 27 | 3A | 0 | E | 104 | 41 | 3D |
| Octal | 206 | 134 | 334 | 47 | 72 | 0 | 16 | 404 | 101 | 75 |
| Binary | 10000110 | 1011100 | 11011100 | 100111 | 111010 | 0 | 1110 | 100000100 | 1000001 | 111101 |
Color Harmonies of #865CDC
Complementary color
Monochromatic Colors of #865CDC
Black with #865CDC
Text Example
Text Example
White with #865CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865CDC; }
p { color: rgb(134,92,220); }
H1.HeaderClassName
{
color: #865CDC;
}
.AnyTagClassName
{
color: #865CDC;
}
</style>
background-color css
<style>
a { background-color: #865CDC; }
a { background-color: rgb(134,92,220); }
div.DivClassName
{
background-color: #865CDC;
}
.BgClassName
{
background-color: #865CDC;
}
</style>
border-color css
<style>
span { border-color: #865CDC; }
span { border-color: rgb(134,92,220); }
td.TdClassName
{
border-color: #865CDC;
}
.TagClassName
{
border-color: #865CDC;
}
</style>