Shades of Medium Purple #8563DB
Tints of Medium Purple #8563DB
RGB
CMYK
RGB Variations
Color information
#8563DB (or 0x8563DB) is known color: Medium Purple. HEX triplet: 85, 63 and DB. RGB value is (133,99,219). Sum of RGB (Red+Green+Blue) = 133+99+219=451 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.49% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #8563DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563DB is #7A9C24. Grayscale: #7A7A7A. Windows color (decimal): -8035365 or 14377861. OLE color: 14377861.
HSL color Cylindrical-coordinate representation of color #8563DB: hue angle of 257º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8563DB is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 133 | 99 | 219 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.14 |
| HSL | 257º | 0.63% | 0.62% | - |
| HSV(B) | 257º | 0.55% | 0.86% | - |
| XYZ | 26.92 | 19.02 | 69.27 | - |
| YUV | 122.85 | 182.26 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 219 | 0.39 | 0.55 | 0 | 0.14 | 257 | 0.63 | 0.62 |
| Hex | 85 | 63 | DB | 27 | 37 | 0 | E | 101 | 3E | 3E |
| Octal | 205 | 143 | 333 | 47 | 67 | 0 | 16 | 401 | 76 | 76 |
| Binary | 10000101 | 1100011 | 11011011 | 100111 | 110111 | 0 | 1110 | 100000001 | 111110 | 111110 |
Color Harmonies of #8563DB
Complementary color
Monochromatic Colors of #8563DB
Black with #8563DB
Text Example
Text Example
White with #8563DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8563DB; }
p { color: rgb(133,99,219); }
H1.HeaderClassName
{
color: #8563DB;
}
.AnyTagClassName
{
color: #8563DB;
}
</style>
background-color css
<style>
a { background-color: #8563DB; }
a { background-color: rgb(133,99,219); }
div.DivClassName
{
background-color: #8563DB;
}
.BgClassName
{
background-color: #8563DB;
}
</style>
border-color css
<style>
span { border-color: #8563DB; }
span { border-color: rgb(133,99,219); }
td.TdClassName
{
border-color: #8563DB;
}
.TagClassName
{
border-color: #8563DB;
}
</style>