Shades of Medium Purple #8562DF
Tints of Medium Purple #8562DF
RGB
CMYK
RGB Variations
Color information
#8562DF (or 0x8562DF) is known color: Medium Purple. HEX triplet: 85, 62 and DF. RGB value is (133,98,223). Sum of RGB (Red+Green+Blue) = 133+98+223=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 98 (38.67% from 255 or 21.59% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #8562DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562DF is #7A9D20. Grayscale: #7A7A7A. Windows color (decimal): -8035617 or 14639749. OLE color: 14639749.
HSL color Cylindrical-coordinate representation of color #8562DF: hue angle of 256.8º 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 #8562DF is Cyan = 0.40, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 98 | 223 | - |
| CMYK | 0.40 | 0.56 | 0 | 0.13 |
| HSL | 256.8º | 0.66% | 0.63% | - |
| HSV(B) | 256.8º | 0.56% | 0.87% | - |
| XYZ | 27.36 | 19.05 | 72.05 | - |
| YUV | 122.72 | 184.6 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 223 | 0.40 | 0.56 | 0 | 0.13 | 256.8 | 0.66 | 0.63 |
| Hex | 85 | 62 | DF | 28 | 38 | 0 | D | 101 | 42 | 3F |
| Octal | 205 | 142 | 337 | 50 | 70 | 0 | 15 | 401 | 102 | 77 |
| Binary | 10000101 | 1100010 | 11011111 | 101000 | 111000 | 0 | 1101 | 100000001 | 1000010 | 111111 |
Color Harmonies of #8562DF
Complementary color
Monochromatic Colors of #8562DF
Black with #8562DF
Text Example
Text Example
White with #8562DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8562DF; }
p { color: rgb(133,98,223); }
H1.HeaderClassName
{
color: #8562DF;
}
.AnyTagClassName
{
color: #8562DF;
}
</style>
background-color css
<style>
a { background-color: #8562DF; }
a { background-color: rgb(133,98,223); }
div.DivClassName
{
background-color: #8562DF;
}
.BgClassName
{
background-color: #8562DF;
}
</style>
border-color css
<style>
span { border-color: #8562DF; }
span { border-color: rgb(133,98,223); }
td.TdClassName
{
border-color: #8562DF;
}
.TagClassName
{
border-color: #8562DF;
}
</style>