Shades of Medium Purple #8C51E5
Tints of Medium Purple #8C51E5
RGB
CMYK
RGB Variations
Color information
#8C51E5 (or 0x8C51E5) is known color: Medium Purple. HEX triplet: 8C, 51 and E5. RGB value is (140,81,229). Sum of RGB (Red+Green+Blue) = 140+81+229=450 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.11% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 229 (89.84% from 255 or 50.89% from 450); Max value from RGB is 229 - color contains mainly: blue. Hex color #8C51E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C51E5 is #73AE1A. Grayscale: #727272. Windows color (decimal): -7581211 or 15028620. OLE color: 15028620.
HSL color Cylindrical-coordinate representation of color #8C51E5: hue angle of 263.92º 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 #8C51E5 is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 81 | 229 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.10 |
| HSL | 263.92º | 0.74% | 0.61% | - |
| HSV(B) | 263.92º | 0.65% | 0.9% | - |
| XYZ | 27.9 | 17.12 | 75.96 | - |
| YUV | 115.51 | 192.05 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 81 | 229 | 0.39 | 0.65 | 0 | 0.10 | 263.92 | 0.74 | 0.61 |
| Hex | 8C | 51 | E5 | 27 | 41 | 0 | A | 108 | 4A | 3D |
| Octal | 214 | 121 | 345 | 47 | 101 | 0 | 12 | 410 | 112 | 75 |
| Binary | 10001100 | 1010001 | 11100101 | 100111 | 1000001 | 0 | 1010 | 100001000 | 1001010 | 111101 |
Color Harmonies of #8C51E5
Complementary color
Monochromatic Colors of #8C51E5
Black with #8C51E5
Text Example
Text Example
White with #8C51E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C51E5; }
p { color: rgb(140,81,229); }
H1.HeaderClassName
{
color: #8C51E5;
}
.AnyTagClassName
{
color: #8C51E5;
}
</style>
background-color css
<style>
a { background-color: #8C51E5; }
a { background-color: rgb(140,81,229); }
div.DivClassName
{
background-color: #8C51E5;
}
.BgClassName
{
background-color: #8C51E5;
}
</style>
border-color css
<style>
span { border-color: #8C51E5; }
span { border-color: rgb(140,81,229); }
td.TdClassName
{
border-color: #8C51E5;
}
.TagClassName
{
border-color: #8C51E5;
}
</style>