Shades of Medium Purple #8563DF
Tints of Medium Purple #8563DF
RGB
CMYK
RGB Variations
Color information
#8563DF (or 0x8563DF) is known color: Medium Purple. HEX triplet: 85, 63 and DF. RGB value is (133,99,223). Sum of RGB (Red+Green+Blue) = 133+99+223=455 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.23% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #8563DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8563DF is #7A9C20. Grayscale: #7A7A7A. Windows color (decimal): -8035361 or 14640005. OLE color: 14640005.
HSL color Cylindrical-coordinate representation of color #8563DF: hue angle of 256.45º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8563DF is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 99 | 223 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.13 |
| HSL | 256.45º | 0.66% | 0.63% | - |
| HSV(B) | 256.45º | 0.56% | 0.87% | - |
| XYZ | 27.45 | 19.24 | 72.08 | - |
| YUV | 123.3 | 184.26 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 99 | 223 | 0.40 | 0.56 | 0 | 0.13 | 256.45 | 0.66 | 0.63 |
| Hex | 85 | 63 | DF | 28 | 38 | 0 | D | 100 | 42 | 3F |
| Octal | 205 | 143 | 337 | 50 | 70 | 0 | 15 | 400 | 102 | 77 |
| Binary | 10000101 | 1100011 | 11011111 | 101000 | 111000 | 0 | 1101 | 100000000 | 1000010 | 111111 |
Color Harmonies of #8563DF
Complementary color
Monochromatic Colors of #8563DF
Black with #8563DF
Text Example
Text Example
White with #8563DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8563DF; }
p { color: rgb(133,99,223); }
H1.HeaderClassName
{
color: #8563DF;
}
.AnyTagClassName
{
color: #8563DF;
}
</style>
background-color css
<style>
a { background-color: #8563DF; }
a { background-color: rgb(133,99,223); }
div.DivClassName
{
background-color: #8563DF;
}
.BgClassName
{
background-color: #8563DF;
}
</style>
border-color css
<style>
span { border-color: #8563DF; }
span { border-color: rgb(133,99,223); }
td.TdClassName
{
border-color: #8563DF;
}
.TagClassName
{
border-color: #8563DF;
}
</style>