Shades of Medium Purple #8864DF
Tints of Medium Purple #8864DF
RGB
CMYK
RGB Variations
Color information
#8864DF (or 0x8864DF) is known color: Medium Purple. HEX triplet: 88, 64 and DF. RGB value is (136,100,223). Sum of RGB (Red+Green+Blue) = 136+100+223=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 100 (39.45% from 255 or 21.79% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #8864DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8864DF is #779B20. Grayscale: #7C7C7C. Windows color (decimal): -7838497 or 14640264. OLE color: 14640264.
HSL color Cylindrical-coordinate representation of color #8864DF: hue angle of 257.56º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8864DF is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 100 | 223 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.13 |
| HSL | 257.56º | 0.66% | 0.63% | - |
| HSV(B) | 257.56º | 0.55% | 0.87% | - |
| XYZ | 28.03 | 19.68 | 72.13 | - |
| YUV | 124.79 | 183.43 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 100 | 223 | 0.39 | 0.55 | 0 | 0.13 | 257.56 | 0.66 | 0.63 |
| Hex | 88 | 64 | DF | 27 | 37 | 0 | D | 102 | 42 | 3F |
| Octal | 210 | 144 | 337 | 47 | 67 | 0 | 15 | 402 | 102 | 77 |
| Binary | 10001000 | 1100100 | 11011111 | 100111 | 110111 | 0 | 1101 | 100000010 | 1000010 | 111111 |
Color Harmonies of #8864DF
Complementary color
Monochromatic Colors of #8864DF
Black with #8864DF
Text Example
Text Example
White with #8864DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8864DF; }
p { color: rgb(136,100,223); }
H1.HeaderClassName
{
color: #8864DF;
}
.AnyTagClassName
{
color: #8864DF;
}
</style>
background-color css
<style>
a { background-color: #8864DF; }
a { background-color: rgb(136,100,223); }
div.DivClassName
{
background-color: #8864DF;
}
.BgClassName
{
background-color: #8864DF;
}
</style>
border-color css
<style>
span { border-color: #8864DF; }
span { border-color: rgb(136,100,223); }
td.TdClassName
{
border-color: #8864DF;
}
.TagClassName
{
border-color: #8864DF;
}
</style>