Shades of Medium Purple #8471DA
Tints of Medium Purple #8471DA
RGB
CMYK
RGB Variations
Color information
#8471DA (or 0x8471DA) is known color: Medium Purple. HEX triplet: 84, 71 and DA. RGB value is (132,113,218). Sum of RGB (Red+Green+Blue) = 132+113+218=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #8471DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8471DA is #7B8E25. Grayscale: #828282. Windows color (decimal): -8097318 or 14315908. OLE color: 14315908.
HSL color Cylindrical-coordinate representation of color #8471DA: hue angle of 250.86º degrees, saturation: 0.59, 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 #8471DA is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 113 | 218 | - |
| CMYK | 0.39 | 0.48 | 0 | 0.15 |
| HSL | 250.86º | 0.59% | 0.65% | - |
| HSV(B) | 250.86º | 0.48% | 0.85% | - |
| XYZ | 28.08 | 21.78 | 69.05 | - |
| YUV | 130.65 | 177.29 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 218 | 0.39 | 0.48 | 0 | 0.15 | 250.86 | 0.59 | 0.65 |
| Hex | 84 | 71 | DA | 27 | 30 | 0 | F | FB | 3B | 41 |
| Octal | 204 | 161 | 332 | 47 | 60 | 0 | 17 | 373 | 73 | 101 |
| Binary | 10000100 | 1110001 | 11011010 | 100111 | 110000 | 0 | 1111 | 11111011 | 111011 | 1000001 |
Color Harmonies of #8471DA
Complementary color
Monochromatic Colors of #8471DA
Black with #8471DA
Text Example
Text Example
White with #8471DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8471DA; }
p { color: rgb(132,113,218); }
H1.HeaderClassName
{
color: #8471DA;
}
.AnyTagClassName
{
color: #8471DA;
}
</style>
background-color css
<style>
a { background-color: #8471DA; }
a { background-color: rgb(132,113,218); }
div.DivClassName
{
background-color: #8471DA;
}
.BgClassName
{
background-color: #8471DA;
}
</style>
border-color css
<style>
span { border-color: #8471DA; }
span { border-color: rgb(132,113,218); }
td.TdClassName
{
border-color: #8471DA;
}
.TagClassName
{
border-color: #8471DA;
}
</style>