Shades of Medium Purple #8564D7
Tints of Medium Purple #8564D7
RGB
CMYK
RGB Variations
Color information
#8564D7 (or 0x8564D7) is known color: Medium Purple. HEX triplet: 85, 64 and D7. RGB value is (133,100,215). Sum of RGB (Red+Green+Blue) = 133+100+215=448 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.69% from 448); Green value is 100 (39.45% from 255 or 22.32% from 448); Blue value is 215 (84.38% from 255 or 47.99% from 448); Max value from RGB is 215 - color contains mainly: blue. Hex color #8564D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8564D7 is #7A9B28. Grayscale: #7A7A7A. Windows color (decimal): -8035113 or 14115973. OLE color: 14115973.
HSL color Cylindrical-coordinate representation of color #8564D7: hue angle of 257.22º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8564D7 is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 100 | 215 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.16 |
| HSL | 257.22º | 0.59% | 0.62% | - |
| HSV(B) | 257.22º | 0.53% | 0.84% | - |
| XYZ | 26.5 | 19.01 | 66.56 | - |
| YUV | 122.98 | 179.93 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 215 | 0.38 | 0.53 | 0 | 0.16 | 257.22 | 0.59 | 0.62 |
| Hex | 85 | 64 | D7 | 26 | 35 | 0 | 10 | 101 | 3B | 3E |
| Octal | 205 | 144 | 327 | 46 | 65 | 0 | 20 | 401 | 73 | 76 |
| Binary | 10000101 | 1100100 | 11010111 | 100110 | 110101 | 0 | 10000 | 100000001 | 111011 | 111110 |
Color Harmonies of #8564D7
Complementary color
Monochromatic Colors of #8564D7
Black with #8564D7
Text Example
Text Example
White with #8564D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8564D7; }
p { color: rgb(133,100,215); }
H1.HeaderClassName
{
color: #8564D7;
}
.AnyTagClassName
{
color: #8564D7;
}
</style>
background-color css
<style>
a { background-color: #8564D7; }
a { background-color: rgb(133,100,215); }
div.DivClassName
{
background-color: #8564D7;
}
.BgClassName
{
background-color: #8564D7;
}
</style>
border-color css
<style>
span { border-color: #8564D7; }
span { border-color: rgb(133,100,215); }
td.TdClassName
{
border-color: #8564D7;
}
.TagClassName
{
border-color: #8564D7;
}
</style>