Shades of Medium Purple #8473DD
Tints of Medium Purple #8473DD
RGB
CMYK
RGB Variations
Color information
#8473DD (or 0x8473DD) is known color: Medium Purple. HEX triplet: 84, 73 and DD. RGB value is (132,115,221). Sum of RGB (Red+Green+Blue) = 132+115+221=468 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.21% from 468); Green value is 115 (45.31% from 255 or 24.57% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #8473DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8473DD is #7B8C22. Grayscale: #838383. Windows color (decimal): -8096803 or 14513028. OLE color: 14513028.
HSL color Cylindrical-coordinate representation of color #8473DD: hue angle of 249.62º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8473DD is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 115 | 221 | - |
| CMYK | 0.40 | 0.48 | 0 | 0.13 |
| HSL | 249.62º | 0.61% | 0.66% | - |
| HSV(B) | 249.62º | 0.48% | 0.87% | - |
| XYZ | 28.7 | 22.39 | 71.22 | - |
| YUV | 132.17 | 178.13 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 221 | 0.40 | 0.48 | 0 | 0.13 | 249.62 | 0.61 | 0.66 |
| Hex | 84 | 73 | DD | 28 | 30 | 0 | D | FA | 3D | 42 |
| Octal | 204 | 163 | 335 | 50 | 60 | 0 | 15 | 372 | 75 | 102 |
| Binary | 10000100 | 1110011 | 11011101 | 101000 | 110000 | 0 | 1101 | 11111010 | 111101 | 1000010 |
Color Harmonies of #8473DD
Complementary color
Monochromatic Colors of #8473DD
Black with #8473DD
Text Example
Text Example
White with #8473DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8473DD; }
p { color: rgb(132,115,221); }
H1.HeaderClassName
{
color: #8473DD;
}
.AnyTagClassName
{
color: #8473DD;
}
</style>
background-color css
<style>
a { background-color: #8473DD; }
a { background-color: rgb(132,115,221); }
div.DivClassName
{
background-color: #8473DD;
}
.BgClassName
{
background-color: #8473DD;
}
</style>
border-color css
<style>
span { border-color: #8473DD; }
span { border-color: rgb(132,115,221); }
td.TdClassName
{
border-color: #8473DD;
}
.TagClassName
{
border-color: #8473DD;
}
</style>