Shades of Medium Purple #8562D7
Tints of Medium Purple #8562D7
RGB
CMYK
RGB Variations
Color information
#8562D7 (or 0x8562D7) is known color: Medium Purple. HEX triplet: 85, 62 and D7. RGB value is (133,98,215). Sum of RGB (Red+Green+Blue) = 133+98+215=446 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.82% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #8562D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8562D7 is #7A9D28. Grayscale: #797979. Windows color (decimal): -8035625 or 14115461. OLE color: 14115461.
HSL color Cylindrical-coordinate representation of color #8562D7: hue angle of 257.95º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8562D7 is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 133 | 98 | 215 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.16 |
| HSL | 257.95º | 0.59% | 0.61% | - |
| HSV(B) | 257.95º | 0.54% | 0.84% | - |
| XYZ | 26.31 | 18.63 | 66.5 | - |
| YUV | 121.8 | 180.6 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 98 | 215 | 0.38 | 0.54 | 0 | 0.16 | 257.95 | 0.59 | 0.61 |
| Hex | 85 | 62 | D7 | 26 | 36 | 0 | 10 | 102 | 3B | 3D |
| Octal | 205 | 142 | 327 | 46 | 66 | 0 | 20 | 402 | 73 | 75 |
| Binary | 10000101 | 1100010 | 11010111 | 100110 | 110110 | 0 | 10000 | 100000010 | 111011 | 111101 |
Color Harmonies of #8562D7
Complementary color
Monochromatic Colors of #8562D7
Black with #8562D7
Text Example
Text Example
White with #8562D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8562D7; }
p { color: rgb(133,98,215); }
H1.HeaderClassName
{
color: #8562D7;
}
.AnyTagClassName
{
color: #8562D7;
}
</style>
background-color css
<style>
a { background-color: #8562D7; }
a { background-color: rgb(133,98,215); }
div.DivClassName
{
background-color: #8562D7;
}
.BgClassName
{
background-color: #8562D7;
}
</style>
border-color css
<style>
span { border-color: #8562D7; }
span { border-color: rgb(133,98,215); }
td.TdClassName
{
border-color: #8562D7;
}
.TagClassName
{
border-color: #8562D7;
}
</style>