Shades of Dark Purple #8B1471
Tints of Dark Purple #8B1471
RGB
CMYK
RGB Variations
Color information
#8B1471 (or 0x8B1471) is known color: Dark Purple. HEX triplet: 8B, 14 and 71. RGB value is (139,20,113). Sum of RGB (Red+Green+Blue) = 139+20+113=272 (36% of max value = 765). Red value is 139 (54.69% from 255 or 51.10% from 272); Green value is 20 (8.20% from 255 or 7.35% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1471 is #74EB8E. Grayscale: #414141. Windows color (decimal): -7662479 or 7410827. OLE color: 7410827.
HSL color Cylindrical-coordinate representation of color #8B1471: hue angle of 313.11º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1471 is Cyan = 0, Magento = 0.86, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 20 | 113 | - |
| CMYK | 0 | 0.86 | 0.19 | 0.45 |
| HSL | 313.11º | 0.75% | 0.31% | - |
| HSV(B) | 313.11º | 0.86% | 0.55% | - |
| XYZ | 13.88 | 7.18 | 16.28 | - |
| YUV | 66.18 | 154.42 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 20 | 113 | 0 | 0.86 | 0.19 | 0.45 | 313.11 | 0.75 | 0.31 |
| Hex | 8B | 14 | 71 | 0 | 56 | 13 | 2D | 139 | 4B | 1F |
| Octal | 213 | 24 | 161 | 0 | 126 | 23 | 55 | 471 | 113 | 37 |
| Binary | 10001011 | 10100 | 1110001 | 0 | 1010110 | 10011 | 101101 | 100111001 | 1001011 | 11111 |
Color Harmonies of #8B1471
Complementary color
Monochromatic Colors of #8B1471
Black with #8B1471
Text Example
Text Example
White with #8B1471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1471; }
p { color: rgb(139,20,113); }
H1.HeaderClassName
{
color: #8B1471;
}
.AnyTagClassName
{
color: #8B1471;
}
</style>
background-color css
<style>
a { background-color: #8B1471; }
a { background-color: rgb(139,20,113); }
div.DivClassName
{
background-color: #8B1471;
}
.BgClassName
{
background-color: #8B1471;
}
</style>
border-color css
<style>
span { border-color: #8B1471; }
span { border-color: rgb(139,20,113); }
td.TdClassName
{
border-color: #8B1471;
}
.TagClassName
{
border-color: #8B1471;
}
</style>