Shades of Medium Purple #8472DA
Tints of Medium Purple #8472DA
RGB
CMYK
RGB Variations
Color information
#8472DA (or 0x8472DA) is known color: Medium Purple. HEX triplet: 84, 72 and DA. RGB value is (132,114,218). Sum of RGB (Red+Green+Blue) = 132+114+218=464 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.45% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #8472DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472DA is #7B8D25. Grayscale: #828282. Windows color (decimal): -8097062 or 14316164. OLE color: 14316164.
HSL color Cylindrical-coordinate representation of color #8472DA: hue angle of 250.38º 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 #8472DA is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 114 | 218 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.15 |
| HSL | 250.38º | 0.58% | 0.65% | - |
| HSV(B) | 250.38º | 0.48% | 0.85% | - |
| XYZ | 28.19 | 22 | 69.09 | - |
| YUV | 131.24 | 176.96 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 218 | 0.39 | 0.48 | 0 | 0.15 | 250.38 | 0.58 | 0.65 |
| Hex | 84 | 72 | DA | 27 | 30 | 0 | F | FA | 3A | 41 |
| Octal | 204 | 162 | 332 | 47 | 60 | 0 | 17 | 372 | 72 | 101 |
| Binary | 10000100 | 1110010 | 11011010 | 100111 | 110000 | 0 | 1111 | 11111010 | 111010 | 1000001 |
Color Harmonies of #8472DA
Complementary color
Monochromatic Colors of #8472DA
Black with #8472DA
Text Example
Text Example
White with #8472DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8472DA; }
p { color: rgb(132,114,218); }
H1.HeaderClassName
{
color: #8472DA;
}
.AnyTagClassName
{
color: #8472DA;
}
</style>
background-color css
<style>
a { background-color: #8472DA; }
a { background-color: rgb(132,114,218); }
div.DivClassName
{
background-color: #8472DA;
}
.BgClassName
{
background-color: #8472DA;
}
</style>
border-color css
<style>
span { border-color: #8472DA; }
span { border-color: rgb(132,114,218); }
td.TdClassName
{
border-color: #8472DA;
}
.TagClassName
{
border-color: #8472DA;
}
</style>