Shades of Medium Purple #8A51E5
Tints of Medium Purple #8A51E5
RGB
CMYK
RGB Variations
Color information
#8A51E5 (or 0x8A51E5) is known color: Medium Purple. HEX triplet: 8A, 51 and E5. RGB value is (138,81,229). Sum of RGB (Red+Green+Blue) = 138+81+229=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 81 (32.03% from 255 or 18.08% from 448); Blue value is 229 (89.84% from 255 or 51.12% from 448); Max value from RGB is 229 - color contains mainly: blue. Hex color #8A51E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A51E5 is #75AE1A. Grayscale: #727272. Windows color (decimal): -7712283 or 15028618. OLE color: 15028618.
HSL color Cylindrical-coordinate representation of color #8A51E5: hue angle of 263.11º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8A51E5 is Cyan = 0.40, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 138 | 81 | 229 | - |
| CMYK | 0.40 | 0.65 | 0 | 0.10 |
| HSL | 263.11º | 0.74% | 0.61% | - |
| HSV(B) | 263.11º | 0.65% | 0.9% | - |
| XYZ | 27.57 | 16.95 | 75.95 | - |
| YUV | 114.92 | 192.38 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 81 | 229 | 0.40 | 0.65 | 0 | 0.10 | 263.11 | 0.74 | 0.61 |
| Hex | 8A | 51 | E5 | 28 | 41 | 0 | A | 107 | 4A | 3D |
| Octal | 212 | 121 | 345 | 50 | 101 | 0 | 12 | 407 | 112 | 75 |
| Binary | 10001010 | 1010001 | 11100101 | 101000 | 1000001 | 0 | 1010 | 100000111 | 1001010 | 111101 |
Color Harmonies of #8A51E5
Complementary color
Monochromatic Colors of #8A51E5
Black with #8A51E5
Text Example
Text Example
White with #8A51E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A51E5; }
p { color: rgb(138,81,229); }
H1.HeaderClassName
{
color: #8A51E5;
}
.AnyTagClassName
{
color: #8A51E5;
}
</style>
background-color css
<style>
a { background-color: #8A51E5; }
a { background-color: rgb(138,81,229); }
div.DivClassName
{
background-color: #8A51E5;
}
.BgClassName
{
background-color: #8A51E5;
}
</style>
border-color css
<style>
span { border-color: #8A51E5; }
span { border-color: rgb(138,81,229); }
td.TdClassName
{
border-color: #8A51E5;
}
.TagClassName
{
border-color: #8A51E5;
}
</style>