Shades of Dark Purple #8F3871
Tints of Dark Purple #8F3871
RGB
CMYK
RGB Variations
Color information
#8F3871 (or 0x8F3871) is known color: Dark Purple. HEX triplet: 8F, 38 and 71. RGB value is (143,56,113). Sum of RGB (Red+Green+Blue) = 143+56+113=312 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.83% from 312); Green value is 56 (22.27% from 255 or 17.95% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3871 is #70C78E. Grayscale: #585858. Windows color (decimal): -7391119 or 7420047. OLE color: 7420047.
HSL color Cylindrical-coordinate representation of color #8F3871: hue angle of 320.69º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F3871 is Cyan = 0, Magento = 0.61, Yellow = 0.21 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 56 | 113 | - |
| CMYK | 0 | 0.61 | 0.21 | 0.44 |
| HSL | 320.69º | 0.44% | 0.39% | - |
| HSV(B) | 320.69º | 0.61% | 0.56% | - |
| XYZ | 15.72 | 9.86 | 16.7 | - |
| YUV | 88.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 56 | 113 | 0 | 0.61 | 0.21 | 0.44 | 320.69 | 0.44 | 0.39 |
| Hex | 8F | 38 | 71 | 0 | 3D | 15 | 2C | 141 | 2C | 27 |
| Octal | 217 | 70 | 161 | 0 | 75 | 25 | 54 | 501 | 54 | 47 |
| Binary | 10001111 | 111000 | 1110001 | 0 | 111101 | 10101 | 101100 | 101000001 | 101100 | 100111 |
Color Harmonies of #8F3871
Complementary color
Monochromatic Colors of #8F3871
Black with #8F3871
Text Example
Text Example
White with #8F3871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F3871; }
p { color: rgb(143,56,113); }
H1.HeaderClassName
{
color: #8F3871;
}
.AnyTagClassName
{
color: #8F3871;
}
</style>
background-color css
<style>
a { background-color: #8F3871; }
a { background-color: rgb(143,56,113); }
div.DivClassName
{
background-color: #8F3871;
}
.BgClassName
{
background-color: #8F3871;
}
</style>
border-color css
<style>
span { border-color: #8F3871; }
span { border-color: rgb(143,56,113); }
td.TdClassName
{
border-color: #8F3871;
}
.TagClassName
{
border-color: #8F3871;
}
</style>