Shades of Dark Purple #8F2471
Tints of Dark Purple #8F2471
RGB
CMYK
RGB Variations
Color information
#8F2471 (or 0x8F2471) is known color: Dark Purple. HEX triplet: 8F, 24 and 71. RGB value is (143,36,113). Sum of RGB (Red+Green+Blue) = 143+36+113=292 (38% of max value = 765). Red value is 143 (56.25% from 255 or 48.97% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 113 (44.53% from 255 or 38.70% from 292); Max value from RGB is 143 - color contains mainly: red. Hex color #8F2471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F2471 is #70DB8E. Grayscale: #4C4C4C. Windows color (decimal): -7396239 or 7414927. OLE color: 7414927.
HSL color Cylindrical-coordinate representation of color #8F2471: hue angle of 316.82º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8F2471 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 36 | 113 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.44 |
| HSL | 316.82º | 0.6% | 0.35% | - |
| HSV(B) | 316.82º | 0.75% | 0.56% | - |
| XYZ | 14.94 | 8.29 | 16.44 | - |
| YUV | 76.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 36 | 113 | 0 | 0.75 | 0.21 | 0.44 | 316.82 | 0.6 | 0.35 |
| Hex | 8F | 24 | 71 | 0 | 4B | 15 | 2C | 13D | 3C | 23 |
| Octal | 217 | 44 | 161 | 0 | 113 | 25 | 54 | 475 | 74 | 43 |
| Binary | 10001111 | 100100 | 1110001 | 0 | 1001011 | 10101 | 101100 | 100111101 | 111100 | 100011 |
Color Harmonies of #8F2471
Complementary color
Monochromatic Colors of #8F2471
Black with #8F2471
Text Example
Text Example
White with #8F2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F2471; }
p { color: rgb(143,36,113); }
H1.HeaderClassName
{
color: #8F2471;
}
.AnyTagClassName
{
color: #8F2471;
}
</style>
background-color css
<style>
a { background-color: #8F2471; }
a { background-color: rgb(143,36,113); }
div.DivClassName
{
background-color: #8F2471;
}
.BgClassName
{
background-color: #8F2471;
}
</style>
border-color css
<style>
span { border-color: #8F2471; }
span { border-color: rgb(143,36,113); }
td.TdClassName
{
border-color: #8F2471;
}
.TagClassName
{
border-color: #8F2471;
}
</style>