Shades of Medium Purple #8D5FEB
Tints of Medium Purple #8D5FEB
RGB
CMYK
RGB Variations
Color information
#8D5FEB (or 0x8D5FEB) is known color: Medium Purple. HEX triplet: 8D, 5F and EB. RGB value is (141,95,235). Sum of RGB (Red+Green+Blue) = 141+95+235=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 95 (37.5% from 255 or 20.17% from 471); Blue value is 235 (92.19% from 255 or 49.89% from 471); Max value from RGB is 235 - color contains mainly: blue. Hex color #8D5FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8D5FEB is #72A014. Grayscale: #7C7C7C. Windows color (decimal): -7512085 or 15425421. OLE color: 15425421.
HSL color Cylindrical-coordinate representation of color #8D5FEB: hue angle of 259.71º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D5FEB is Cyan = 0.4, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 141 | 95 | 235 | - |
| CMYK | 0.4 | 0.60 | 0 | 0.08 |
| HSL | 259.71º | 0.78% | 0.65% | - |
| HSV(B) | 259.71º | 0.6% | 0.92% | - |
| XYZ | 30.07 | 19.85 | 80.84 | - |
| YUV | 124.71 | 190.24 | 139.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 95 | 235 | 0.4 | 0.60 | 0 | 0.08 | 259.71 | 0.78 | 0.65 |
| Hex | 8D | 5F | EB | 28 | 3C | 0 | 8 | 104 | 4E | 41 |
| Octal | 215 | 137 | 353 | 50 | 74 | 0 | 10 | 404 | 116 | 101 |
| Binary | 10001101 | 1011111 | 11101011 | 101000 | 111100 | 0 | 1000 | 100000100 | 1001110 | 1000001 |
Color Harmonies of #8D5FEB
Complementary color
Monochromatic Colors of #8D5FEB
Black with #8D5FEB
Text Example
Text Example
White with #8D5FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5FEB; }
p { color: rgb(141,95,235); }
H1.HeaderClassName
{
color: #8D5FEB;
}
.AnyTagClassName
{
color: #8D5FEB;
}
</style>
background-color css
<style>
a { background-color: #8D5FEB; }
a { background-color: rgb(141,95,235); }
div.DivClassName
{
background-color: #8D5FEB;
}
.BgClassName
{
background-color: #8D5FEB;
}
</style>
border-color css
<style>
span { border-color: #8D5FEB; }
span { border-color: rgb(141,95,235); }
td.TdClassName
{
border-color: #8D5FEB;
}
.TagClassName
{
border-color: #8D5FEB;
}
</style>