Shades of Medium Purple #8562DA
Tints of Medium Purple #8562DA
RGB
CMYK
RGB Variations
Color information
#8562DA (or 0x8562DA) is known color: Medium Purple. HEX triplet: 85, 62 and DA. RGB value is (133,98,218). Sum of RGB (Red+Green+Blue) = 133+98+218=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #8562DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562DA is #7A9D25. Grayscale: #797979. Windows color (decimal): -8035622 or 14312069. OLE color: 14312069.
HSL color Cylindrical-coordinate representation of color #8562DA: hue angle of 257.5º 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 #8562DA is Cyan = 0.39, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 98 | 218 | - |
| CMYK | 0.39 | 0.55 | 0 | 0.15 |
| HSL | 257.5º | 0.62% | 0.62% | - |
| HSV(B) | 257.5º | 0.55% | 0.85% | - |
| XYZ | 26.7 | 18.78 | 68.55 | - |
| YUV | 122.15 | 182.1 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 218 | 0.39 | 0.55 | 0 | 0.15 | 257.5 | 0.62 | 0.62 |
| Hex | 85 | 62 | DA | 27 | 37 | 0 | F | 102 | 3E | 3E |
| Octal | 205 | 142 | 332 | 47 | 67 | 0 | 17 | 402 | 76 | 76 |
| Binary | 10000101 | 1100010 | 11011010 | 100111 | 110111 | 0 | 1111 | 100000010 | 111110 | 111110 |
Color Harmonies of #8562DA
Complementary color
Monochromatic Colors of #8562DA
Black with #8562DA
Text Example
Text Example
White with #8562DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8562DA; }
p { color: rgb(133,98,218); }
H1.HeaderClassName
{
color: #8562DA;
}
.AnyTagClassName
{
color: #8562DA;
}
</style>
background-color css
<style>
a { background-color: #8562DA; }
a { background-color: rgb(133,98,218); }
div.DivClassName
{
background-color: #8562DA;
}
.BgClassName
{
background-color: #8562DA;
}
</style>
border-color css
<style>
span { border-color: #8562DA; }
span { border-color: rgb(133,98,218); }
td.TdClassName
{
border-color: #8562DA;
}
.TagClassName
{
border-color: #8562DA;
}
</style>