Shades of Medium Purple #8F70E7
Tints of Medium Purple #8F70E7
RGB
CMYK
RGB Variations
Color information
#8F70E7 (or 0x8F70E7) is known color: Medium Purple. HEX triplet: 8F, 70 and E7. RGB value is (143,112,231). Sum of RGB (Red+Green+Blue) = 143+112+231=486 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.42% from 486); Green value is 112 (44.14% from 255 or 23.05% from 486); Blue value is 231 (90.62% from 255 or 47.53% from 486); Max value from RGB is 231 - color contains mainly: blue. Hex color #8F70E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F70E7 is #708F18. Grayscale: #868686. Windows color (decimal): -7376665 or 15167631. OLE color: 15167631.
HSL color Cylindrical-coordinate representation of color #8F70E7: hue angle of 255.63º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8F70E7 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 143 | 112 | 231 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.09 |
| HSL | 255.63º | 0.71% | 0.67% | - |
| HSV(B) | 255.63º | 0.52% | 0.91% | - |
| XYZ | 31.55 | 23.2 | 78.42 | - |
| YUV | 134.84 | 182.27 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 231 | 0.38 | 0.52 | 0 | 0.09 | 255.63 | 0.71 | 0.67 |
| Hex | 8F | 70 | E7 | 26 | 34 | 0 | 9 | 100 | 47 | 43 |
| Octal | 217 | 160 | 347 | 46 | 64 | 0 | 11 | 400 | 107 | 103 |
| Binary | 10001111 | 1110000 | 11100111 | 100110 | 110100 | 0 | 1001 | 100000000 | 1000111 | 1000011 |
Color Harmonies of #8F70E7
Complementary color
Monochromatic Colors of #8F70E7
Black with #8F70E7
Text Example
Text Example
White with #8F70E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F70E7; }
p { color: rgb(143,112,231); }
H1.HeaderClassName
{
color: #8F70E7;
}
.AnyTagClassName
{
color: #8F70E7;
}
</style>
background-color css
<style>
a { background-color: #8F70E7; }
a { background-color: rgb(143,112,231); }
div.DivClassName
{
background-color: #8F70E7;
}
.BgClassName
{
background-color: #8F70E7;
}
</style>
border-color css
<style>
span { border-color: #8F70E7; }
span { border-color: rgb(143,112,231); }
td.TdClassName
{
border-color: #8F70E7;
}
.TagClassName
{
border-color: #8F70E7;
}
</style>