Shades of Medium Purple #8A57DC
Tints of Medium Purple #8A57DC
RGB
CMYK
RGB Variations
Color information
#8A57DC (or 0x8A57DC) is known color: Medium Purple. HEX triplet: 8A, 57 and DC. RGB value is (138,87,220). Sum of RGB (Red+Green+Blue) = 138+87+220=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 220 (86.33% from 255 or 49.44% from 445); Max value from RGB is 220 - color contains mainly: blue. Hex color #8A57DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A57DC is #75A823. Grayscale: #747474. Windows color (decimal): -7710756 or 14440330. OLE color: 14440330.
HSL color Cylindrical-coordinate representation of color #8A57DC: hue angle of 263.01º 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 #8A57DC is Cyan = 0.37, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 87 | 220 | - |
| CMYK | 0.37 | 0.60 | 0 | 0.14 |
| HSL | 263.01º | 0.66% | 0.6% | - |
| HSV(B) | 263.01º | 0.6% | 0.86% | - |
| XYZ | 26.81 | 17.39 | 69.65 | - |
| YUV | 117.41 | 185.9 | 142.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 220 | 0.37 | 0.60 | 0 | 0.14 | 263.01 | 0.66 | 0.6 |
| Hex | 8A | 57 | DC | 25 | 3C | 0 | E | 107 | 42 | 3C |
| Octal | 212 | 127 | 334 | 45 | 74 | 0 | 16 | 407 | 102 | 74 |
| Binary | 10001010 | 1010111 | 11011100 | 100101 | 111100 | 0 | 1110 | 100000111 | 1000010 | 111100 |
Color Harmonies of #8A57DC
Complementary color
Monochromatic Colors of #8A57DC
Black with #8A57DC
Text Example
Text Example
White with #8A57DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A57DC; }
p { color: rgb(138,87,220); }
H1.HeaderClassName
{
color: #8A57DC;
}
.AnyTagClassName
{
color: #8A57DC;
}
</style>
background-color css
<style>
a { background-color: #8A57DC; }
a { background-color: rgb(138,87,220); }
div.DivClassName
{
background-color: #8A57DC;
}
.BgClassName
{
background-color: #8A57DC;
}
</style>
border-color css
<style>
span { border-color: #8A57DC; }
span { border-color: rgb(138,87,220); }
td.TdClassName
{
border-color: #8A57DC;
}
.TagClassName
{
border-color: #8A57DC;
}
</style>