Shades of Medium Purple #865BE1
Tints of Medium Purple #865BE1
RGB
CMYK
RGB Variations
Color information
#865BE1 (or 0x865BE1) is known color: Medium Purple. HEX triplet: 86, 5B and E1. RGB value is (134,91,225). Sum of RGB (Red+Green+Blue) = 134+91+225=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 91 (35.94% from 255 or 20.22% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #865BE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865BE1 is #79A41E. Grayscale: #767676. Windows color (decimal): -7971871 or 14769030. OLE color: 14769030.
HSL color Cylindrical-coordinate representation of color #865BE1: hue angle of 259.25º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #865BE1 is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 134 | 91 | 225 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.12 |
| HSL | 259.25º | 0.69% | 0.62% | - |
| HSV(B) | 259.25º | 0.6% | 0.88% | - |
| XYZ | 27.16 | 17.99 | 73.27 | - |
| YUV | 119.13 | 187.75 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 91 | 225 | 0.40 | 0.60 | 0 | 0.12 | 259.25 | 0.69 | 0.62 |
| Hex | 86 | 5B | E1 | 28 | 3C | 0 | C | 103 | 45 | 3E |
| Octal | 206 | 133 | 341 | 50 | 74 | 0 | 14 | 403 | 105 | 76 |
| Binary | 10000110 | 1011011 | 11100001 | 101000 | 111100 | 0 | 1100 | 100000011 | 1000101 | 111110 |
Color Harmonies of #865BE1
Complementary color
Monochromatic Colors of #865BE1
Black with #865BE1
Text Example
Text Example
White with #865BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865BE1; }
p { color: rgb(134,91,225); }
H1.HeaderClassName
{
color: #865BE1;
}
.AnyTagClassName
{
color: #865BE1;
}
</style>
background-color css
<style>
a { background-color: #865BE1; }
a { background-color: rgb(134,91,225); }
div.DivClassName
{
background-color: #865BE1;
}
.BgClassName
{
background-color: #865BE1;
}
</style>
border-color css
<style>
span { border-color: #865BE1; }
span { border-color: rgb(134,91,225); }
td.TdClassName
{
border-color: #865BE1;
}
.TagClassName
{
border-color: #865BE1;
}
</style>