Shades of Medium Purple #8F71D8
Tints of Medium Purple #8F71D8
RGB
CMYK
RGB Variations
Color information
#8F71D8 (or 0x8F71D8) is known color: Medium Purple. HEX triplet: 8F, 71 and D8. RGB value is (143,113,216). Sum of RGB (Red+Green+Blue) = 143+113+216=472 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.30% from 472); Green value is 113 (44.53% from 255 or 23.94% from 472); Blue value is 216 (84.77% from 255 or 45.76% from 472); Max value from RGB is 216 - color contains mainly: blue. Hex color #8F71D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F71D8 is #708E27. Grayscale: #858585. Windows color (decimal): -7376424 or 14184847. OLE color: 14184847.
HSL color Cylindrical-coordinate representation of color #8F71D8: hue angle of 257.48º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F71D8 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 143 | 113 | 216 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.15 |
| HSL | 257.48º | 0.57% | 0.65% | - |
| HSV(B) | 257.48º | 0.48% | 0.85% | - |
| XYZ | 29.63 | 22.61 | 67.77 | - |
| YUV | 133.71 | 174.44 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 216 | 0.34 | 0.48 | 0 | 0.15 | 257.48 | 0.57 | 0.65 |
| Hex | 8F | 71 | D8 | 22 | 30 | 0 | F | 101 | 39 | 41 |
| Octal | 217 | 161 | 330 | 42 | 60 | 0 | 17 | 401 | 71 | 101 |
| Binary | 10001111 | 1110001 | 11011000 | 100010 | 110000 | 0 | 1111 | 100000001 | 111001 | 1000001 |
Color Harmonies of #8F71D8
Complementary color
Monochromatic Colors of #8F71D8
Black with #8F71D8
Text Example
Text Example
White with #8F71D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F71D8; }
p { color: rgb(143,113,216); }
H1.HeaderClassName
{
color: #8F71D8;
}
.AnyTagClassName
{
color: #8F71D8;
}
</style>
background-color css
<style>
a { background-color: #8F71D8; }
a { background-color: rgb(143,113,216); }
div.DivClassName
{
background-color: #8F71D8;
}
.BgClassName
{
background-color: #8F71D8;
}
</style>
border-color css
<style>
span { border-color: #8F71D8; }
span { border-color: rgb(143,113,216); }
td.TdClassName
{
border-color: #8F71D8;
}
.TagClassName
{
border-color: #8F71D8;
}
</style>