Shades of Medium Purple #8861D9
Tints of Medium Purple #8861D9
RGB
CMYK
RGB Variations
Color information
#8861D9 (or 0x8861D9) is known color: Medium Purple. HEX triplet: 88, 61 and D9. RGB value is (136,97,217). Sum of RGB (Red+Green+Blue) = 136+97+217=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 217 (85.16% from 255 or 48.22% from 450); Max value from RGB is 217 - color contains mainly: blue. Hex color #8861D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8861D9 is #779E26. Grayscale: #797979. Windows color (decimal): -7839271 or 14246280. OLE color: 14246280.
HSL color Cylindrical-coordinate representation of color #8861D9: hue angle of 259.5º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8861D9 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 97 | 217 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.15 |
| HSL | 259.5º | 0.61% | 0.62% | - |
| HSV(B) | 259.5º | 0.55% | 0.85% | - |
| XYZ | 26.95 | 18.79 | 67.85 | - |
| YUV | 122.34 | 181.42 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 217 | 0.37 | 0.55 | 0 | 0.15 | 259.5 | 0.61 | 0.62 |
| Hex | 88 | 61 | D9 | 25 | 37 | 0 | F | 104 | 3D | 3E |
| Octal | 210 | 141 | 331 | 45 | 67 | 0 | 17 | 404 | 75 | 76 |
| Binary | 10001000 | 1100001 | 11011001 | 100101 | 110111 | 0 | 1111 | 100000100 | 111101 | 111110 |
Color Harmonies of #8861D9
Complementary color
Monochromatic Colors of #8861D9
Black with #8861D9
Text Example
Text Example
White with #8861D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8861D9; }
p { color: rgb(136,97,217); }
H1.HeaderClassName
{
color: #8861D9;
}
.AnyTagClassName
{
color: #8861D9;
}
</style>
background-color css
<style>
a { background-color: #8861D9; }
a { background-color: rgb(136,97,217); }
div.DivClassName
{
background-color: #8861D9;
}
.BgClassName
{
background-color: #8861D9;
}
</style>
border-color css
<style>
span { border-color: #8861D9; }
span { border-color: rgb(136,97,217); }
td.TdClassName
{
border-color: #8861D9;
}
.TagClassName
{
border-color: #8861D9;
}
</style>