Shades of Medium Purple #8F56EE
Tints of Medium Purple #8F56EE
RGB
CMYK
RGB Variations
Color information
#8F56EE (or 0x8F56EE) is known color: Medium Purple. HEX triplet: 8F, 56 and EE. RGB value is (143,86,238). Sum of RGB (Red+Green+Blue) = 143+86+238=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #8F56EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F56EE is #70A911. Grayscale: #777777. Windows color (decimal): -7383314 or 15619727. OLE color: 15619727.
HSL color Cylindrical-coordinate representation of color #8F56EE: hue angle of 262.5º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8F56EE is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 143 | 86 | 238 | - |
| CMYK | 0.40 | 0.64 | 0 | 0.07 |
| HSL | 262.5º | 0.82% | 0.64% | - |
| HSV(B) | 262.5º | 0.64% | 0.93% | - |
| XYZ | 30.09 | 18.67 | 82.91 | - |
| YUV | 120.37 | 194.38 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 86 | 238 | 0.40 | 0.64 | 0 | 0.07 | 262.5 | 0.82 | 0.64 |
| Hex | 8F | 56 | EE | 28 | 40 | 0 | 7 | 106 | 52 | 40 |
| Octal | 217 | 126 | 356 | 50 | 100 | 0 | 7 | 406 | 122 | 100 |
| Binary | 10001111 | 1010110 | 11101110 | 101000 | 1000000 | 0 | 111 | 100000110 | 1010010 | 1000000 |
Color Harmonies of #8F56EE
Complementary color
Monochromatic Colors of #8F56EE
Black with #8F56EE
Text Example
Text Example
White with #8F56EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F56EE; }
p { color: rgb(143,86,238); }
H1.HeaderClassName
{
color: #8F56EE;
}
.AnyTagClassName
{
color: #8F56EE;
}
</style>
background-color css
<style>
a { background-color: #8F56EE; }
a { background-color: rgb(143,86,238); }
div.DivClassName
{
background-color: #8F56EE;
}
.BgClassName
{
background-color: #8F56EE;
}
</style>
border-color css
<style>
span { border-color: #8F56EE; }
span { border-color: rgb(143,86,238); }
td.TdClassName
{
border-color: #8F56EE;
}
.TagClassName
{
border-color: #8F56EE;
}
</style>