Shades of Medium Purple #8C52E3
Tints of Medium Purple #8C52E3
RGB
CMYK
RGB Variations
Color information
#8C52E3 (or 0x8C52E3) is known color: Medium Purple. HEX triplet: 8C, 52 and E3. RGB value is (140,82,227). Sum of RGB (Red+Green+Blue) = 140+82+227=449 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.18% from 449); Green value is 82 (32.42% from 255 or 18.26% from 449); Blue value is 227 (89.06% from 255 or 50.56% from 449); Max value from RGB is 227 - color contains mainly: blue. Hex color #8C52E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52E3 is #73AD1C. Grayscale: #737373. Windows color (decimal): -7580957 or 14897804. OLE color: 14897804.
HSL color Cylindrical-coordinate representation of color #8C52E3: hue angle of 264º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C52E3 is Cyan = 0.38, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 82 | 227 | - |
| CMYK | 0.38 | 0.64 | 0 | 0.11 |
| HSL | 264º | 0.72% | 0.61% | - |
| HSV(B) | 264º | 0.64% | 0.89% | - |
| XYZ | 27.7 | 17.16 | 74.52 | - |
| YUV | 115.87 | 190.72 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 227 | 0.38 | 0.64 | 0 | 0.11 | 264 | 0.72 | 0.61 |
| Hex | 8C | 52 | E3 | 26 | 40 | 0 | B | 108 | 48 | 3D |
| Octal | 214 | 122 | 343 | 46 | 100 | 0 | 13 | 410 | 110 | 75 |
| Binary | 10001100 | 1010010 | 11100011 | 100110 | 1000000 | 0 | 1011 | 100001000 | 1001000 | 111101 |
Color Harmonies of #8C52E3
Complementary color
Monochromatic Colors of #8C52E3
Black with #8C52E3
Text Example
Text Example
White with #8C52E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C52E3; }
p { color: rgb(140,82,227); }
H1.HeaderClassName
{
color: #8C52E3;
}
.AnyTagClassName
{
color: #8C52E3;
}
</style>
background-color css
<style>
a { background-color: #8C52E3; }
a { background-color: rgb(140,82,227); }
div.DivClassName
{
background-color: #8C52E3;
}
.BgClassName
{
background-color: #8C52E3;
}
</style>
border-color css
<style>
span { border-color: #8C52E3; }
span { border-color: rgb(140,82,227); }
td.TdClassName
{
border-color: #8C52E3;
}
.TagClassName
{
border-color: #8C52E3;
}
</style>