Shades of Medium Purple #8861DF
Tints of Medium Purple #8861DF
RGB
CMYK
RGB Variations
Color information
#8861DF (or 0x8861DF) is known color: Medium Purple. HEX triplet: 88, 61 and DF. RGB value is (136,97,223). Sum of RGB (Red+Green+Blue) = 136+97+223=456 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.82% from 456); Green value is 97 (38.28% from 255 or 21.27% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #8861DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8861DF is #779E20. Grayscale: #7A7A7A. Windows color (decimal): -7839265 or 14639496. OLE color: 14639496.
HSL color Cylindrical-coordinate representation of color #8861DF: hue angle of 258.57º 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 #8861DF is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 97 | 223 | - |
| CMYK | 0.39 | 0.57 | 0 | 0.13 |
| HSL | 258.57º | 0.66% | 0.63% | - |
| HSV(B) | 258.57º | 0.57% | 0.87% | - |
| XYZ | 27.75 | 19.11 | 72.04 | - |
| YUV | 123.03 | 184.42 | 137.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 223 | 0.39 | 0.57 | 0 | 0.13 | 258.57 | 0.66 | 0.63 |
| Hex | 88 | 61 | DF | 27 | 39 | 0 | D | 103 | 42 | 3F |
| Octal | 210 | 141 | 337 | 47 | 71 | 0 | 15 | 403 | 102 | 77 |
| Binary | 10001000 | 1100001 | 11011111 | 100111 | 111001 | 0 | 1101 | 100000011 | 1000010 | 111111 |
Color Harmonies of #8861DF
Complementary color
Monochromatic Colors of #8861DF
Black with #8861DF
Text Example
Text Example
White with #8861DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8861DF; }
p { color: rgb(136,97,223); }
H1.HeaderClassName
{
color: #8861DF;
}
.AnyTagClassName
{
color: #8861DF;
}
</style>
background-color css
<style>
a { background-color: #8861DF; }
a { background-color: rgb(136,97,223); }
div.DivClassName
{
background-color: #8861DF;
}
.BgClassName
{
background-color: #8861DF;
}
</style>
border-color css
<style>
span { border-color: #8861DF; }
span { border-color: rgb(136,97,223); }
td.TdClassName
{
border-color: #8861DF;
}
.TagClassName
{
border-color: #8861DF;
}
</style>