Shades of Medium Purple #8F70EB
Tints of Medium Purple #8F70EB
RGB
CMYK
RGB Variations
Color information
#8F70EB (or 0x8F70EB) is known color: Medium Purple. HEX triplet: 8F, 70 and EB. RGB value is (143,112,235). Sum of RGB (Red+Green+Blue) = 143+112+235=490 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.18% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #8F70EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F70EB is #708F14. Grayscale: #868686. Windows color (decimal): -7376661 or 15429775. OLE color: 15429775.
HSL color Cylindrical-coordinate representation of color #8F70EB: hue angle of 255.12º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F70EB is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 143 | 112 | 235 | - |
| CMYK | 0.39 | 0.52 | 0 | 0.08 |
| HSL | 255.12º | 0.75% | 0.68% | - |
| HSV(B) | 255.12º | 0.52% | 0.92% | - |
| XYZ | 32.12 | 23.43 | 81.43 | - |
| YUV | 135.29 | 184.27 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 235 | 0.39 | 0.52 | 0 | 0.08 | 255.12 | 0.75 | 0.68 |
| Hex | 8F | 70 | EB | 27 | 34 | 0 | 8 | FF | 4B | 44 |
| Octal | 217 | 160 | 353 | 47 | 64 | 0 | 10 | 377 | 113 | 104 |
| Binary | 10001111 | 1110000 | 11101011 | 100111 | 110100 | 0 | 1000 | 11111111 | 1001011 | 1000100 |
Color Harmonies of #8F70EB
Complementary color
Monochromatic Colors of #8F70EB
Black with #8F70EB
Text Example
Text Example
White with #8F70EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F70EB; }
p { color: rgb(143,112,235); }
H1.HeaderClassName
{
color: #8F70EB;
}
.AnyTagClassName
{
color: #8F70EB;
}
</style>
background-color css
<style>
a { background-color: #8F70EB; }
a { background-color: rgb(143,112,235); }
div.DivClassName
{
background-color: #8F70EB;
}
.BgClassName
{
background-color: #8F70EB;
}
</style>
border-color css
<style>
span { border-color: #8F70EB; }
span { border-color: rgb(143,112,235); }
td.TdClassName
{
border-color: #8F70EB;
}
.TagClassName
{
border-color: #8F70EB;
}
</style>