Shades of Medium Purple #8564DB
Tints of Medium Purple #8564DB
RGB
CMYK
RGB Variations
Color information
#8564DB (or 0x8564DB) is known color: Medium Purple. HEX triplet: 85, 64 and DB. RGB value is (133,100,219). Sum of RGB (Red+Green+Blue) = 133+100+219=452 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.42% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #8564DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8564DB is #7A9B24. Grayscale: #7A7A7A. Windows color (decimal): -8035109 or 14378117. OLE color: 14378117.
HSL color Cylindrical-coordinate representation of color #8564DB: hue angle of 256.64º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8564DB is Cyan = 0.39, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 100 | 219 | - |
| CMYK | 0.39 | 0.54 | 0 | 0.14 |
| HSL | 256.64º | 0.62% | 0.63% | - |
| HSV(B) | 256.64º | 0.54% | 0.86% | - |
| XYZ | 27.02 | 19.22 | 69.3 | - |
| YUV | 123.43 | 181.93 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 219 | 0.39 | 0.54 | 0 | 0.14 | 256.64 | 0.62 | 0.63 |
| Hex | 85 | 64 | DB | 27 | 36 | 0 | E | 101 | 3E | 3F |
| Octal | 205 | 144 | 333 | 47 | 66 | 0 | 16 | 401 | 76 | 77 |
| Binary | 10000101 | 1100100 | 11011011 | 100111 | 110110 | 0 | 1110 | 100000001 | 111110 | 111111 |
Color Harmonies of #8564DB
Complementary color
Monochromatic Colors of #8564DB
Black with #8564DB
Text Example
Text Example
White with #8564DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8564DB; }
p { color: rgb(133,100,219); }
H1.HeaderClassName
{
color: #8564DB;
}
.AnyTagClassName
{
color: #8564DB;
}
</style>
background-color css
<style>
a { background-color: #8564DB; }
a { background-color: rgb(133,100,219); }
div.DivClassName
{
background-color: #8564DB;
}
.BgClassName
{
background-color: #8564DB;
}
</style>
border-color css
<style>
span { border-color: #8564DB; }
span { border-color: rgb(133,100,219); }
td.TdClassName
{
border-color: #8564DB;
}
.TagClassName
{
border-color: #8564DB;
}
</style>