Shades of Medium Purple #8F5BEB
Tints of Medium Purple #8F5BEB
RGB
CMYK
RGB Variations
Color information
#8F5BEB (or 0x8F5BEB) is known color: Medium Purple. HEX triplet: 8F, 5B and EB. RGB value is (143,91,235). Sum of RGB (Red+Green+Blue) = 143+91+235=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 91 (35.94% from 255 or 19.40% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F5BEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F5BEB is #70A414. Grayscale: #7A7A7A. Windows color (decimal): -7382037 or 15424399. OLE color: 15424399.
HSL color Cylindrical-coordinate representation of color #8F5BEB: hue angle of 261.67º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F5BEB is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 91 | 235 | - |
| CMYK | 0.39 | 0.61 | 0 | 0.08 |
| HSL | 261.67º | 0.78% | 0.64% | - |
| HSV(B) | 261.67º | 0.61% | 0.92% | - |
| XYZ | 30.06 | 19.32 | 80.74 | - |
| YUV | 122.96 | 191.23 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 91 | 235 | 0.39 | 0.61 | 0 | 0.08 | 261.67 | 0.78 | 0.64 |
| Hex | 8F | 5B | EB | 27 | 3D | 0 | 8 | 106 | 4E | 40 |
| Octal | 217 | 133 | 353 | 47 | 75 | 0 | 10 | 406 | 116 | 100 |
| Binary | 10001111 | 1011011 | 11101011 | 100111 | 111101 | 0 | 1000 | 100000110 | 1001110 | 1000000 |
Color Harmonies of #8F5BEB
Complementary color
Monochromatic Colors of #8F5BEB
Black with #8F5BEB
Text Example
Text Example
White with #8F5BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5BEB; }
p { color: rgb(143,91,235); }
H1.HeaderClassName
{
color: #8F5BEB;
}
.AnyTagClassName
{
color: #8F5BEB;
}
</style>
background-color css
<style>
a { background-color: #8F5BEB; }
a { background-color: rgb(143,91,235); }
div.DivClassName
{
background-color: #8F5BEB;
}
.BgClassName
{
background-color: #8F5BEB;
}
</style>
border-color css
<style>
span { border-color: #8F5BEB; }
span { border-color: rgb(143,91,235); }
td.TdClassName
{
border-color: #8F5BEB;
}
.TagClassName
{
border-color: #8F5BEB;
}
</style>