Shades of Medium Purple #8F70D8
Tints of Medium Purple #8F70D8
RGB
CMYK
RGB Variations
Color information
#8F70D8 (or 0x8F70D8) is known color: Medium Purple. HEX triplet: 8F, 70 and D8. RGB value is (143,112,216). Sum of RGB (Red+Green+Blue) = 143+112+216=471 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.36% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 216 (84.77% from 255 or 45.86% from 471); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F70D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F70D8 is #708F27. Grayscale: #848484. Windows color (decimal): -7376680 or 14184591. OLE color: 14184591.
HSL color Cylindrical-coordinate representation of color #8F70D8: hue angle of 257.88º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F70D8 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 112 | 216 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.15 |
| HSL | 257.88º | 0.57% | 0.64% | - |
| HSV(B) | 257.88º | 0.48% | 0.85% | - |
| XYZ | 29.52 | 22.39 | 67.73 | - |
| YUV | 133.13 | 174.77 | 135.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 216 | 0.34 | 0.48 | 0 | 0.15 | 257.88 | 0.57 | 0.64 |
| Hex | 8F | 70 | D8 | 22 | 30 | 0 | F | 102 | 39 | 40 |
| Octal | 217 | 160 | 330 | 42 | 60 | 0 | 17 | 402 | 71 | 100 |
| Binary | 10001111 | 1110000 | 11011000 | 100010 | 110000 | 0 | 1111 | 100000010 | 111001 | 1000000 |
Color Harmonies of #8F70D8
Complementary color
Monochromatic Colors of #8F70D8
Black with #8F70D8
Text Example
Text Example
White with #8F70D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F70D8; }
p { color: rgb(143,112,216); }
H1.HeaderClassName
{
color: #8F70D8;
}
.AnyTagClassName
{
color: #8F70D8;
}
</style>
background-color css
<style>
a { background-color: #8F70D8; }
a { background-color: rgb(143,112,216); }
div.DivClassName
{
background-color: #8F70D8;
}
.BgClassName
{
background-color: #8F70D8;
}
</style>
border-color css
<style>
span { border-color: #8F70D8; }
span { border-color: rgb(143,112,216); }
td.TdClassName
{
border-color: #8F70D8;
}
.TagClassName
{
border-color: #8F70D8;
}
</style>