Shades of Medium Purple #8472DC
Tints of Medium Purple #8472DC
RGB
CMYK
RGB Variations
Color information
#8472DC (or 0x8472DC) is known color: Medium Purple. HEX triplet: 84, 72 and DC. RGB value is (132,114,220). Sum of RGB (Red+Green+Blue) = 132+114+220=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #8472DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472DC is #7B8D23. Grayscale: #838383. Windows color (decimal): -8097060 or 14447236. OLE color: 14447236.
HSL color Cylindrical-coordinate representation of color #8472DC: hue angle of 250.19º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8472DC is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 114 | 220 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.14 |
| HSL | 250.19º | 0.6% | 0.65% | - |
| HSV(B) | 250.19º | 0.48% | 0.86% | - |
| XYZ | 28.45 | 22.11 | 70.48 | - |
| YUV | 131.47 | 177.96 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 114 | 220 | 0.40 | 0.48 | 0 | 0.14 | 250.19 | 0.6 | 0.65 |
| Hex | 84 | 72 | DC | 28 | 30 | 0 | E | FA | 3C | 41 |
| Octal | 204 | 162 | 334 | 50 | 60 | 0 | 16 | 372 | 74 | 101 |
| Binary | 10000100 | 1110010 | 11011100 | 101000 | 110000 | 0 | 1110 | 11111010 | 111100 | 1000001 |
Color Harmonies of #8472DC
Complementary color
Monochromatic Colors of #8472DC
Black with #8472DC
Text Example
Text Example
White with #8472DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8472DC; }
p { color: rgb(132,114,220); }
H1.HeaderClassName
{
color: #8472DC;
}
.AnyTagClassName
{
color: #8472DC;
}
</style>
background-color css
<style>
a { background-color: #8472DC; }
a { background-color: rgb(132,114,220); }
div.DivClassName
{
background-color: #8472DC;
}
.BgClassName
{
background-color: #8472DC;
}
</style>
border-color css
<style>
span { border-color: #8472DC; }
span { border-color: rgb(132,114,220); }
td.TdClassName
{
border-color: #8472DC;
}
.TagClassName
{
border-color: #8472DC;
}
</style>