Shades of Medium Purple #865FDF
Tints of Medium Purple #865FDF
RGB
CMYK
RGB Variations
Color information
#865FDF (or 0x865FDF) is known color: Medium Purple. HEX triplet: 86, 5F and DF. RGB value is (134,95,223). Sum of RGB (Red+Green+Blue) = 134+95+223=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #865FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865FDF is #79A020. Grayscale: #787878. Windows color (decimal): -7970849 or 14638982. OLE color: 14638982.
HSL color Cylindrical-coordinate representation of color #865FDF: hue angle of 258.28º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #865FDF is Cyan = 0.40, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 95 | 223 | - |
| CMYK | 0.40 | 0.57 | 0 | 0.13 |
| HSL | 258.28º | 0.67% | 0.62% | - |
| HSV(B) | 258.28º | 0.57% | 0.87% | - |
| XYZ | 27.24 | 18.58 | 71.96 | - |
| YUV | 121.25 | 185.42 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 95 | 223 | 0.40 | 0.57 | 0 | 0.13 | 258.28 | 0.67 | 0.62 |
| Hex | 86 | 5F | DF | 28 | 39 | 0 | D | 102 | 43 | 3E |
| Octal | 206 | 137 | 337 | 50 | 71 | 0 | 15 | 402 | 103 | 76 |
| Binary | 10000110 | 1011111 | 11011111 | 101000 | 111001 | 0 | 1101 | 100000010 | 1000011 | 111110 |
Color Harmonies of #865FDF
Complementary color
Monochromatic Colors of #865FDF
Black with #865FDF
Text Example
Text Example
White with #865FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865FDF; }
p { color: rgb(134,95,223); }
H1.HeaderClassName
{
color: #865FDF;
}
.AnyTagClassName
{
color: #865FDF;
}
</style>
background-color css
<style>
a { background-color: #865FDF; }
a { background-color: rgb(134,95,223); }
div.DivClassName
{
background-color: #865FDF;
}
.BgClassName
{
background-color: #865FDF;
}
</style>
border-color css
<style>
span { border-color: #865FDF; }
span { border-color: rgb(134,95,223); }
td.TdClassName
{
border-color: #865FDF;
}
.TagClassName
{
border-color: #865FDF;
}
</style>