Shades of Medium Purple #8F71DC
Tints of Medium Purple #8F71DC
RGB
CMYK
RGB Variations
Color information
#8F71DC (or 0x8F71DC) is known color: Medium Purple. HEX triplet: 8F, 71 and DC. RGB value is (143,113,220). Sum of RGB (Red+Green+Blue) = 143+113+220=476 (63% of max value = 765). Red value is 143 (56.25% from 255 or 30.04% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 220 (86.33% from 255 or 46.22% from 476); Max value from RGB is 220 - color contains mainly: blue. Hex color #8F71DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F71DC is #708E23. Grayscale: #858585. Windows color (decimal): -7376420 or 14446991. OLE color: 14446991.
HSL color Cylindrical-coordinate representation of color #8F71DC: hue angle of 256.82º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F71DC is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 143 | 113 | 220 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.14 |
| HSL | 256.82º | 0.6% | 0.65% | - |
| HSV(B) | 256.82º | 0.49% | 0.86% | - |
| XYZ | 30.15 | 22.82 | 70.53 | - |
| YUV | 134.17 | 176.44 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 113 | 220 | 0.35 | 0.49 | 0 | 0.14 | 256.82 | 0.6 | 0.65 |
| Hex | 8F | 71 | DC | 23 | 31 | 0 | E | 101 | 3C | 41 |
| Octal | 217 | 161 | 334 | 43 | 61 | 0 | 16 | 401 | 74 | 101 |
| Binary | 10001111 | 1110001 | 11011100 | 100011 | 110001 | 0 | 1110 | 100000001 | 111100 | 1000001 |
Color Harmonies of #8F71DC
Complementary color
Monochromatic Colors of #8F71DC
Black with #8F71DC
Text Example
Text Example
White with #8F71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F71DC; }
p { color: rgb(143,113,220); }
H1.HeaderClassName
{
color: #8F71DC;
}
.AnyTagClassName
{
color: #8F71DC;
}
</style>
background-color css
<style>
a { background-color: #8F71DC; }
a { background-color: rgb(143,113,220); }
div.DivClassName
{
background-color: #8F71DC;
}
.BgClassName
{
background-color: #8F71DC;
}
</style>
border-color css
<style>
span { border-color: #8F71DC; }
span { border-color: rgb(143,113,220); }
td.TdClassName
{
border-color: #8F71DC;
}
.TagClassName
{
border-color: #8F71DC;
}
</style>