Shades of Medium Purple #8564DF
Tints of Medium Purple #8564DF
RGB
CMYK
RGB Variations
Color information
#8564DF (or 0x8564DF) is known color: Medium Purple. HEX triplet: 85, 64 and DF. RGB value is (133,100,223). Sum of RGB (Red+Green+Blue) = 133+100+223=456 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.17% from 456); Green value is 100 (39.45% from 255 or 21.93% 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 #8564DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8564DF is #7A9B20. Grayscale: #7B7B7B. Windows color (decimal): -8035105 or 14640261. OLE color: 14640261.
HSL color Cylindrical-coordinate representation of color #8564DF: hue angle of 256.1º 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 #8564DF is Cyan = 0.40, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 100 | 223 | - |
| CMYK | 0.40 | 0.55 | 0 | 0.13 |
| HSL | 256.1º | 0.66% | 0.63% | - |
| HSV(B) | 256.1º | 0.55% | 0.87% | - |
| XYZ | 27.55 | 19.43 | 72.11 | - |
| YUV | 123.89 | 183.93 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 223 | 0.40 | 0.55 | 0 | 0.13 | 256.1 | 0.66 | 0.63 |
| Hex | 85 | 64 | DF | 28 | 37 | 0 | D | 100 | 42 | 3F |
| Octal | 205 | 144 | 337 | 50 | 67 | 0 | 15 | 400 | 102 | 77 |
| Binary | 10000101 | 1100100 | 11011111 | 101000 | 110111 | 0 | 1101 | 100000000 | 1000010 | 111111 |
Color Harmonies of #8564DF
Complementary color
Monochromatic Colors of #8564DF
Black with #8564DF
Text Example
Text Example
White with #8564DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8564DF; }
p { color: rgb(133,100,223); }
H1.HeaderClassName
{
color: #8564DF;
}
.AnyTagClassName
{
color: #8564DF;
}
</style>
background-color css
<style>
a { background-color: #8564DF; }
a { background-color: rgb(133,100,223); }
div.DivClassName
{
background-color: #8564DF;
}
.BgClassName
{
background-color: #8564DF;
}
</style>
border-color css
<style>
span { border-color: #8564DF; }
span { border-color: rgb(133,100,223); }
td.TdClassName
{
border-color: #8564DF;
}
.TagClassName
{
border-color: #8564DF;
}
</style>