Shades of Medium Purple #8563DA
Tints of Medium Purple #8563DA
RGB
CMYK
RGB Variations
Color information
#8563DA (or 0x8563DA) is known color: Medium Purple. HEX triplet: 85, 63 and DA. RGB value is (133,99,218). Sum of RGB (Red+Green+Blue) = 133+99+218=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #8563DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563DA is #7A9C25. Grayscale: #7A7A7A. Windows color (decimal): -8035366 or 14312325. OLE color: 14312325.
HSL color Cylindrical-coordinate representation of color #8563DA: hue angle of 257.14º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8563DA is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 99 | 218 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.15 |
| HSL | 257.14º | 0.62% | 0.62% | - |
| HSV(B) | 257.14º | 0.55% | 0.85% | - |
| XYZ | 26.79 | 18.97 | 68.58 | - |
| YUV | 122.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 218 | 0.39 | 0.55 | 0 | 0.15 | 257.14 | 0.62 | 0.62 |
| Hex | 85 | 63 | DA | 27 | 37 | 0 | F | 101 | 3E | 3E |
| Octal | 205 | 143 | 332 | 47 | 67 | 0 | 17 | 401 | 76 | 76 |
| Binary | 10000101 | 1100011 | 11011010 | 100111 | 110111 | 0 | 1111 | 100000001 | 111110 | 111110 |
Color Harmonies of #8563DA
Complementary color
Monochromatic Colors of #8563DA
Black with #8563DA
Text Example
Text Example
White with #8563DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8563DA; }
p { color: rgb(133,99,218); }
H1.HeaderClassName
{
color: #8563DA;
}
.AnyTagClassName
{
color: #8563DA;
}
</style>
background-color css
<style>
a { background-color: #8563DA; }
a { background-color: rgb(133,99,218); }
div.DivClassName
{
background-color: #8563DA;
}
.BgClassName
{
background-color: #8563DA;
}
</style>
border-color css
<style>
span { border-color: #8563DA; }
span { border-color: rgb(133,99,218); }
td.TdClassName
{
border-color: #8563DA;
}
.TagClassName
{
border-color: #8563DA;
}
</style>