Shades of Medium Purple #8457DC
Tints of Medium Purple #8457DC
RGB
CMYK
RGB Variations
Color information
#8457DC (or 0x8457DC) is known color: Medium Purple. HEX triplet: 84, 57 and DC. RGB value is (132,87,220). Sum of RGB (Red+Green+Blue) = 132+87+220=439 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.07% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #8457DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8457DC is #7BA823. Grayscale: #737373. Windows color (decimal): -8103972 or 14440324. OLE color: 14440324.
HSL color Cylindrical-coordinate representation of color #8457DC: hue angle of 260.3º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8457DC is Cyan = 0.40, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 132 | 87 | 220 | - |
| CMYK | 0.40 | 0.60 | 0 | 0.14 |
| HSL | 260.3º | 0.66% | 0.6% | - |
| HSV(B) | 260.3º | 0.6% | 0.86% | - |
| XYZ | 25.84 | 16.89 | 69.61 | - |
| YUV | 115.62 | 186.91 | 139.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 87 | 220 | 0.40 | 0.60 | 0 | 0.14 | 260.3 | 0.66 | 0.6 |
| Hex | 84 | 57 | DC | 28 | 3C | 0 | E | 104 | 42 | 3C |
| Octal | 204 | 127 | 334 | 50 | 74 | 0 | 16 | 404 | 102 | 74 |
| Binary | 10000100 | 1010111 | 11011100 | 101000 | 111100 | 0 | 1110 | 100000100 | 1000010 | 111100 |
Color Harmonies of #8457DC
Complementary color
Monochromatic Colors of #8457DC
Black with #8457DC
Text Example
Text Example
White with #8457DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8457DC; }
p { color: rgb(132,87,220); }
H1.HeaderClassName
{
color: #8457DC;
}
.AnyTagClassName
{
color: #8457DC;
}
</style>
background-color css
<style>
a { background-color: #8457DC; }
a { background-color: rgb(132,87,220); }
div.DivClassName
{
background-color: #8457DC;
}
.BgClassName
{
background-color: #8457DC;
}
</style>
border-color css
<style>
span { border-color: #8457DC; }
span { border-color: rgb(132,87,220); }
td.TdClassName
{
border-color: #8457DC;
}
.TagClassName
{
border-color: #8457DC;
}
</style>