Shades of Medium Purple #8F6EEB
Tints of Medium Purple #8F6EEB
RGB
CMYK
RGB Variations
Color information
#8F6EEB (or 0x8F6EEB) is known color: Medium Purple. HEX triplet: 8F, 6E and EB. RGB value is (143,110,235). Sum of RGB (Red+Green+Blue) = 143+110+235=488 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.30% from 488); Green value is 110 (43.36% from 255 or 22.54% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F6EEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F6EEB is #709114. Grayscale: #858585. Windows color (decimal): -7377173 or 15429263. OLE color: 15429263.
HSL color Cylindrical-coordinate representation of color #8F6EEB: hue angle of 255.84º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8F6EEB is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 110 | 235 | - |
| CMYK | 0.39 | 0.53 | 0 | 0.08 |
| HSL | 255.84º | 0.76% | 0.68% | - |
| HSV(B) | 255.84º | 0.53% | 0.92% | - |
| XYZ | 31.9 | 22.99 | 81.35 | - |
| YUV | 134.12 | 184.93 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 110 | 235 | 0.39 | 0.53 | 0 | 0.08 | 255.84 | 0.76 | 0.68 |
| Hex | 8F | 6E | EB | 27 | 35 | 0 | 8 | 100 | 4C | 44 |
| Octal | 217 | 156 | 353 | 47 | 65 | 0 | 10 | 400 | 114 | 104 |
| Binary | 10001111 | 1101110 | 11101011 | 100111 | 110101 | 0 | 1000 | 100000000 | 1001100 | 1000100 |
Color Harmonies of #8F6EEB
Complementary color
Monochromatic Colors of #8F6EEB
Black with #8F6EEB
Text Example
Text Example
White with #8F6EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6EEB; }
p { color: rgb(143,110,235); }
H1.HeaderClassName
{
color: #8F6EEB;
}
.AnyTagClassName
{
color: #8F6EEB;
}
</style>
background-color css
<style>
a { background-color: #8F6EEB; }
a { background-color: rgb(143,110,235); }
div.DivClassName
{
background-color: #8F6EEB;
}
.BgClassName
{
background-color: #8F6EEB;
}
</style>
border-color css
<style>
span { border-color: #8F6EEB; }
span { border-color: rgb(143,110,235); }
td.TdClassName
{
border-color: #8F6EEB;
}
.TagClassName
{
border-color: #8F6EEB;
}
</style>