Shades of Medium Purple #865DDF
Tints of Medium Purple #865DDF
RGB
CMYK
RGB Variations
Color information
#865DDF (or 0x865DDF) is known color: Medium Purple. HEX triplet: 86, 5D and DF. RGB value is (134,93,223). Sum of RGB (Red+Green+Blue) = 134+93+223=450 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.78% from 450); Green value is 93 (36.72% from 255 or 20.67% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #865DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DDF is #79A220. Grayscale: #777777. Windows color (decimal): -7971361 or 14638470. OLE color: 14638470.
HSL color Cylindrical-coordinate representation of color #865DDF: hue angle of 258.92º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #865DDF is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 134 | 93 | 223 | - |
| CMYK | 0.40 | 0.58 | 0 | 0.13 |
| HSL | 258.92º | 0.67% | 0.62% | - |
| HSV(B) | 258.92º | 0.58% | 0.87% | - |
| XYZ | 27.07 | 18.22 | 71.9 | - |
| YUV | 120.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 223 | 0.40 | 0.58 | 0 | 0.13 | 258.92 | 0.67 | 0.62 |
| Hex | 86 | 5D | DF | 28 | 3A | 0 | D | 103 | 43 | 3E |
| Octal | 206 | 135 | 337 | 50 | 72 | 0 | 15 | 403 | 103 | 76 |
| Binary | 10000110 | 1011101 | 11011111 | 101000 | 111010 | 0 | 1101 | 100000011 | 1000011 | 111110 |
Color Harmonies of #865DDF
Complementary color
Monochromatic Colors of #865DDF
Black with #865DDF
Text Example
Text Example
White with #865DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865DDF; }
p { color: rgb(134,93,223); }
H1.HeaderClassName
{
color: #865DDF;
}
.AnyTagClassName
{
color: #865DDF;
}
</style>
background-color css
<style>
a { background-color: #865DDF; }
a { background-color: rgb(134,93,223); }
div.DivClassName
{
background-color: #865DDF;
}
.BgClassName
{
background-color: #865DDF;
}
</style>
border-color css
<style>
span { border-color: #865DDF; }
span { border-color: rgb(134,93,223); }
td.TdClassName
{
border-color: #865DDF;
}
.TagClassName
{
border-color: #865DDF;
}
</style>