Shades of Dark Purple #8B2471
Tints of Dark Purple #8B2471
RGB
CMYK
RGB Variations
Color information
#8B2471 (or 0x8B2471) is known color: Dark Purple. HEX triplet: 8B, 24 and 71. RGB value is (139,36,113). Sum of RGB (Red+Green+Blue) = 139+36+113=288 (38% of max value = 765). Red value is 139 (54.69% from 255 or 48.26% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 113 (44.53% from 255 or 39.24% from 288); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2471 is #74DB8E. Grayscale: #4B4B4B. Windows color (decimal): -7658383 or 7414923. OLE color: 7414923.
HSL color Cylindrical-coordinate representation of color #8B2471: hue angle of 315.15º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8B2471 is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 36 | 113 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.45 |
| HSL | 315.15º | 0.59% | 0.34% | - |
| HSV(B) | 315.15º | 0.74% | 0.55% | - |
| XYZ | 14.26 | 7.94 | 16.4 | - |
| YUV | 75.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 36 | 113 | 0 | 0.74 | 0.19 | 0.45 | 315.15 | 0.59 | 0.34 |
| Hex | 8B | 24 | 71 | 0 | 4A | 13 | 2D | 13B | 3B | 22 |
| Octal | 213 | 44 | 161 | 0 | 112 | 23 | 55 | 473 | 73 | 42 |
| Binary | 10001011 | 100100 | 1110001 | 0 | 1001010 | 10011 | 101101 | 100111011 | 111011 | 100010 |
Color Harmonies of #8B2471
Complementary color
Monochromatic Colors of #8B2471
Black with #8B2471
Text Example
Text Example
White with #8B2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2471; }
p { color: rgb(139,36,113); }
H1.HeaderClassName
{
color: #8B2471;
}
.AnyTagClassName
{
color: #8B2471;
}
</style>
background-color css
<style>
a { background-color: #8B2471; }
a { background-color: rgb(139,36,113); }
div.DivClassName
{
background-color: #8B2471;
}
.BgClassName
{
background-color: #8B2471;
}
</style>
border-color css
<style>
span { border-color: #8B2471; }
span { border-color: rgb(139,36,113); }
td.TdClassName
{
border-color: #8B2471;
}
.TagClassName
{
border-color: #8B2471;
}
</style>