Shades of Medium Purple #8457DD
Tints of Medium Purple #8457DD
RGB
CMYK
RGB Variations
Color information
#8457DD (or 0x8457DD) is known color: Medium Purple. HEX triplet: 84, 57 and DD. RGB value is (132,87,221). Sum of RGB (Red+Green+Blue) = 132+87+221=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 87 (34.38% from 255 or 19.77% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #8457DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8457DD is #7BA822. Grayscale: #737373. Windows color (decimal): -8103971 or 14505860. OLE color: 14505860.
HSL color Cylindrical-coordinate representation of color #8457DD: hue angle of 260.15º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8457DD is Cyan = 0.40, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 132 | 87 | 221 | - |
| CMYK | 0.40 | 0.61 | 0 | 0.13 |
| HSL | 260.15º | 0.66% | 0.6% | - |
| HSV(B) | 260.15º | 0.61% | 0.87% | - |
| XYZ | 25.98 | 16.94 | 70.31 | - |
| YUV | 115.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 221 | 0.40 | 0.61 | 0 | 0.13 | 260.15 | 0.66 | 0.6 |
| Hex | 84 | 57 | DD | 28 | 3D | 0 | D | 104 | 42 | 3C |
| Octal | 204 | 127 | 335 | 50 | 75 | 0 | 15 | 404 | 102 | 74 |
| Binary | 10000100 | 1010111 | 11011101 | 101000 | 111101 | 0 | 1101 | 100000100 | 1000010 | 111100 |
Color Harmonies of #8457DD
Complementary color
Monochromatic Colors of #8457DD
Black with #8457DD
Text Example
Text Example
White with #8457DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8457DD; }
p { color: rgb(132,87,221); }
H1.HeaderClassName
{
color: #8457DD;
}
.AnyTagClassName
{
color: #8457DD;
}
</style>
background-color css
<style>
a { background-color: #8457DD; }
a { background-color: rgb(132,87,221); }
div.DivClassName
{
background-color: #8457DD;
}
.BgClassName
{
background-color: #8457DD;
}
</style>
border-color css
<style>
span { border-color: #8457DD; }
span { border-color: rgb(132,87,221); }
td.TdClassName
{
border-color: #8457DD;
}
.TagClassName
{
border-color: #8457DD;
}
</style>