Shades of Medium Purple #8F55EB
Tints of Medium Purple #8F55EB
RGB
CMYK
RGB Variations
Color information
#8F55EB (or 0x8F55EB) is known color: Medium Purple. HEX triplet: 8F, 55 and EB. RGB value is (143,85,235). Sum of RGB (Red+Green+Blue) = 143+85+235=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F55EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F55EB is #70AA14. Grayscale: #767676. Windows color (decimal): -7383573 or 15422863. OLE color: 15422863.
HSL color Cylindrical-coordinate representation of color #8F55EB: hue angle of 263.2º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F55EB is Cyan = 0.39, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 85 | 235 | - |
| CMYK | 0.39 | 0.64 | 0 | 0.08 |
| HSL | 263.2º | 0.79% | 0.63% | - |
| HSV(B) | 263.2º | 0.64% | 0.92% | - |
| XYZ | 29.57 | 18.33 | 80.58 | - |
| YUV | 119.44 | 193.22 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 235 | 0.39 | 0.64 | 0 | 0.08 | 263.2 | 0.79 | 0.63 |
| Hex | 8F | 55 | EB | 27 | 40 | 0 | 8 | 107 | 4F | 3F |
| Octal | 217 | 125 | 353 | 47 | 100 | 0 | 10 | 407 | 117 | 77 |
| Binary | 10001111 | 1010101 | 11101011 | 100111 | 1000000 | 0 | 1000 | 100000111 | 1001111 | 111111 |
Color Harmonies of #8F55EB
Complementary color
Monochromatic Colors of #8F55EB
Black with #8F55EB
Text Example
Text Example
White with #8F55EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F55EB; }
p { color: rgb(143,85,235); }
H1.HeaderClassName
{
color: #8F55EB;
}
.AnyTagClassName
{
color: #8F55EB;
}
</style>
background-color css
<style>
a { background-color: #8F55EB; }
a { background-color: rgb(143,85,235); }
div.DivClassName
{
background-color: #8F55EB;
}
.BgClassName
{
background-color: #8F55EB;
}
</style>
border-color css
<style>
span { border-color: #8F55EB; }
span { border-color: rgb(143,85,235); }
td.TdClassName
{
border-color: #8F55EB;
}
.TagClassName
{
border-color: #8F55EB;
}
</style>