Shades of Medium Purple #8D52EB
Tints of Medium Purple #8D52EB
RGB
CMYK
RGB Variations
Color information
#8D52EB (or 0x8D52EB) is known color: Medium Purple. HEX triplet: 8D, 52 and EB. RGB value is (141,82,235). Sum of RGB (Red+Green+Blue) = 141+82+235=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 235 (92.19% from 255 or 51.31% from 458); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D52EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D52EB is #72AD14. Grayscale: #747474. Windows color (decimal): -7515413 or 15422093. OLE color: 15422093.
HSL color Cylindrical-coordinate representation of color #8D52EB: hue angle of 263.14º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8D52EB is Cyan = 0.4, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 82 | 235 | - |
| CMYK | 0.4 | 0.65 | 0 | 0.08 |
| HSL | 263.14º | 0.79% | 0.62% | - |
| HSV(B) | 263.14º | 0.65% | 0.92% | - |
| XYZ | 29 | 17.7 | 80.48 | - |
| YUV | 117.08 | 194.55 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 235 | 0.4 | 0.65 | 0 | 0.08 | 263.14 | 0.79 | 0.62 |
| Hex | 8D | 52 | EB | 28 | 41 | 0 | 8 | 107 | 4F | 3E |
| Octal | 215 | 122 | 353 | 50 | 101 | 0 | 10 | 407 | 117 | 76 |
| Binary | 10001101 | 1010010 | 11101011 | 101000 | 1000001 | 0 | 1000 | 100000111 | 1001111 | 111110 |
Color Harmonies of #8D52EB
Complementary color
Monochromatic Colors of #8D52EB
Black with #8D52EB
Text Example
Text Example
White with #8D52EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D52EB; }
p { color: rgb(141,82,235); }
H1.HeaderClassName
{
color: #8D52EB;
}
.AnyTagClassName
{
color: #8D52EB;
}
</style>
background-color css
<style>
a { background-color: #8D52EB; }
a { background-color: rgb(141,82,235); }
div.DivClassName
{
background-color: #8D52EB;
}
.BgClassName
{
background-color: #8D52EB;
}
</style>
border-color css
<style>
span { border-color: #8D52EB; }
span { border-color: rgb(141,82,235); }
td.TdClassName
{
border-color: #8D52EB;
}
.TagClassName
{
border-color: #8D52EB;
}
</style>