Shades of Medium Purple #8F5EEB
Tints of Medium Purple #8F5EEB
RGB
CMYK
RGB Variations
Color information
#8F5EEB (or 0x8F5EEB) is known color: Medium Purple. HEX triplet: 8F, 5E and EB. RGB value is (143,94,235). Sum of RGB (Red+Green+Blue) = 143+94+235=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 94 (37.11% from 255 or 19.92% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F5EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5EEB is #70A114. Grayscale: #7C7C7C. Windows color (decimal): -7381269 or 15425167. OLE color: 15425167.
HSL color Cylindrical-coordinate representation of color #8F5EEB: hue angle of 260.85º 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 #8F5EEB is Cyan = 0.39, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 94 | 235 | - |
| CMYK | 0.39 | 0.6 | 0 | 0.08 |
| HSL | 260.85º | 0.78% | 0.65% | - |
| HSV(B) | 260.85º | 0.6% | 0.92% | - |
| XYZ | 30.33 | 19.84 | 80.83 | - |
| YUV | 124.73 | 190.23 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 235 | 0.39 | 0.6 | 0 | 0.08 | 260.85 | 0.78 | 0.65 |
| Hex | 8F | 5E | EB | 27 | 3C | 0 | 8 | 105 | 4E | 41 |
| Octal | 217 | 136 | 353 | 47 | 74 | 0 | 10 | 405 | 116 | 101 |
| Binary | 10001111 | 1011110 | 11101011 | 100111 | 111100 | 0 | 1000 | 100000101 | 1001110 | 1000001 |
Color Harmonies of #8F5EEB
Complementary color
Monochromatic Colors of #8F5EEB
Black with #8F5EEB
Text Example
Text Example
White with #8F5EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5EEB; }
p { color: rgb(143,94,235); }
H1.HeaderClassName
{
color: #8F5EEB;
}
.AnyTagClassName
{
color: #8F5EEB;
}
</style>
background-color css
<style>
a { background-color: #8F5EEB; }
a { background-color: rgb(143,94,235); }
div.DivClassName
{
background-color: #8F5EEB;
}
.BgClassName
{
background-color: #8F5EEB;
}
</style>
border-color css
<style>
span { border-color: #8F5EEB; }
span { border-color: rgb(143,94,235); }
td.TdClassName
{
border-color: #8F5EEB;
}
.TagClassName
{
border-color: #8F5EEB;
}
</style>