Shades of Medium Purple #8572DA
Tints of Medium Purple #8572DA
RGB
CMYK
RGB Variations
Color information
#8572DA (or 0x8572DA) is known color: Medium Purple. HEX triplet: 85, 72 and DA. RGB value is (133,114,218). Sum of RGB (Red+Green+Blue) = 133+114+218=465 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.60% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #8572DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8572DA is #7A8D25. Grayscale: #838383. Windows color (decimal): -8031526 or 14316165. OLE color: 14316165.
HSL color Cylindrical-coordinate representation of color #8572DA: hue angle of 250.96º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8572DA is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 133 | 114 | 218 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.15 |
| HSL | 250.96º | 0.58% | 0.65% | - |
| HSV(B) | 250.96º | 0.48% | 0.85% | - |
| XYZ | 28.35 | 22.08 | 69.1 | - |
| YUV | 131.54 | 176.79 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 114 | 218 | 0.39 | 0.48 | 0 | 0.15 | 250.96 | 0.58 | 0.65 |
| Hex | 85 | 72 | DA | 27 | 30 | 0 | F | FB | 3A | 41 |
| Octal | 205 | 162 | 332 | 47 | 60 | 0 | 17 | 373 | 72 | 101 |
| Binary | 10000101 | 1110010 | 11011010 | 100111 | 110000 | 0 | 1111 | 11111011 | 111010 | 1000001 |
Color Harmonies of #8572DA
Complementary color
Monochromatic Colors of #8572DA
Black with #8572DA
Text Example
Text Example
White with #8572DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8572DA; }
p { color: rgb(133,114,218); }
H1.HeaderClassName
{
color: #8572DA;
}
.AnyTagClassName
{
color: #8572DA;
}
</style>
background-color css
<style>
a { background-color: #8572DA; }
a { background-color: rgb(133,114,218); }
div.DivClassName
{
background-color: #8572DA;
}
.BgClassName
{
background-color: #8572DA;
}
</style>
border-color css
<style>
span { border-color: #8572DA; }
span { border-color: rgb(133,114,218); }
td.TdClassName
{
border-color: #8572DA;
}
.TagClassName
{
border-color: #8572DA;
}
</style>