Shades of Medium Purple #8860DF
Tints of Medium Purple #8860DF
RGB
CMYK
RGB Variations
Color information
#8860DF (or 0x8860DF) is known color: Medium Purple. HEX triplet: 88, 60 and DF. RGB value is (136,96,223). Sum of RGB (Red+Green+Blue) = 136+96+223=455 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.89% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #8860DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8860DF is #779F20. Grayscale: #797979. Windows color (decimal): -7839521 or 14639240. OLE color: 14639240.
HSL color Cylindrical-coordinate representation of color #8860DF: hue angle of 258.9º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8860DF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 96 | 223 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.13 |
| HSL | 258.9º | 0.66% | 0.63% | - |
| HSV(B) | 258.9º | 0.57% | 0.87% | - |
| XYZ | 27.66 | 18.93 | 72.01 | - |
| YUV | 122.44 | 184.75 | 137.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 223 | 0.39 | 0.57 | 0 | 0.13 | 258.9 | 0.66 | 0.63 |
| Hex | 88 | 60 | DF | 27 | 39 | 0 | D | 103 | 42 | 3F |
| Octal | 210 | 140 | 337 | 47 | 71 | 0 | 15 | 403 | 102 | 77 |
| Binary | 10001000 | 1100000 | 11011111 | 100111 | 111001 | 0 | 1101 | 100000011 | 1000010 | 111111 |
Color Harmonies of #8860DF
Complementary color
Monochromatic Colors of #8860DF
Black with #8860DF
Text Example
Text Example
White with #8860DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8860DF; }
p { color: rgb(136,96,223); }
H1.HeaderClassName
{
color: #8860DF;
}
.AnyTagClassName
{
color: #8860DF;
}
</style>
background-color css
<style>
a { background-color: #8860DF; }
a { background-color: rgb(136,96,223); }
div.DivClassName
{
background-color: #8860DF;
}
.BgClassName
{
background-color: #8860DF;
}
</style>
border-color css
<style>
span { border-color: #8860DF; }
span { border-color: rgb(136,96,223); }
td.TdClassName
{
border-color: #8860DF;
}
.TagClassName
{
border-color: #8860DF;
}
</style>