Shades of Medium Purple #8C54E5
Tints of Medium Purple #8C54E5
RGB
CMYK
RGB Variations
Color information
#8C54E5 (or 0x8C54E5) is known color: Medium Purple. HEX triplet: 8C, 54 and E5. RGB value is (140,84,229). Sum of RGB (Red+Green+Blue) = 140+84+229=453 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.91% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 229 (89.84% from 255 or 50.55% from 453); Max value from RGB is 229 - color contains mainly: blue. Hex color #8C54E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C54E5 is #73AB1A. Grayscale: #747474. Windows color (decimal): -7580443 or 15029388. OLE color: 15029388.
HSL color Cylindrical-coordinate representation of color #8C54E5: hue angle of 263.17º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C54E5 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 140 | 84 | 229 | - |
| CMYK | 0.39 | 0.63 | 0 | 0.10 |
| HSL | 263.17º | 0.74% | 0.61% | - |
| HSV(B) | 263.17º | 0.63% | 0.9% | - |
| XYZ | 28.13 | 17.57 | 76.04 | - |
| YUV | 117.27 | 191.05 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 229 | 0.39 | 0.63 | 0 | 0.10 | 263.17 | 0.74 | 0.61 |
| Hex | 8C | 54 | E5 | 27 | 3F | 0 | A | 107 | 4A | 3D |
| Octal | 214 | 124 | 345 | 47 | 77 | 0 | 12 | 407 | 112 | 75 |
| Binary | 10001100 | 1010100 | 11100101 | 100111 | 111111 | 0 | 1010 | 100000111 | 1001010 | 111101 |
Color Harmonies of #8C54E5
Complementary color
Monochromatic Colors of #8C54E5
Black with #8C54E5
Text Example
Text Example
White with #8C54E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C54E5; }
p { color: rgb(140,84,229); }
H1.HeaderClassName
{
color: #8C54E5;
}
.AnyTagClassName
{
color: #8C54E5;
}
</style>
background-color css
<style>
a { background-color: #8C54E5; }
a { background-color: rgb(140,84,229); }
div.DivClassName
{
background-color: #8C54E5;
}
.BgClassName
{
background-color: #8C54E5;
}
</style>
border-color css
<style>
span { border-color: #8C54E5; }
span { border-color: rgb(140,84,229); }
td.TdClassName
{
border-color: #8C54E5;
}
.TagClassName
{
border-color: #8C54E5;
}
</style>