Shades of Dark Purple #8B2A81
Tints of Dark Purple #8B2A81
RGB
CMYK
RGB Variations
Color information
#8B2A81 (or 0x8B2A81) is known color: Dark Purple. HEX triplet: 8B, 2A and 81. RGB value is (139,42,129). Sum of RGB (Red+Green+Blue) = 139+42+129=310 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.84% from 310); Green value is 42 (16.80% from 255 or 13.55% from 310); Blue value is 129 (50.78% from 255 or 41.61% from 310); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2A81 is #74D57E. Grayscale: #505050. Windows color (decimal): -7656831 or 8465035. OLE color: 8465035.
HSL color Cylindrical-coordinate representation of color #8B2A81: hue angle of 306.19º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8B2A81 is Cyan = 0, Magento = 0.70, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 42 | 129 | - |
| CMYK | 0 | 0.70 | 0.07 | 0.45 |
| HSL | 306.19º | 0.54% | 0.35% | - |
| HSV(B) | 306.19º | 0.7% | 0.55% | - |
| XYZ | 15.44 | 8.73 | 21.64 | - |
| YUV | 80.92 | 155.14 | 169.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 42 | 129 | 0 | 0.70 | 0.07 | 0.45 | 306.19 | 0.54 | 0.35 |
| Hex | 8B | 2A | 81 | 0 | 46 | 7 | 2D | 132 | 36 | 23 |
| Octal | 213 | 52 | 201 | 0 | 106 | 7 | 55 | 462 | 66 | 43 |
| Binary | 10001011 | 101010 | 10000001 | 0 | 1000110 | 111 | 101101 | 100110010 | 110110 | 100011 |
Color Harmonies of #8B2A81
Complementary color
Monochromatic Colors of #8B2A81
Black with #8B2A81
Text Example
Text Example
White with #8B2A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2A81; }
p { color: rgb(139,42,129); }
H1.HeaderClassName
{
color: #8B2A81;
}
.AnyTagClassName
{
color: #8B2A81;
}
</style>
background-color css
<style>
a { background-color: #8B2A81; }
a { background-color: rgb(139,42,129); }
div.DivClassName
{
background-color: #8B2A81;
}
.BgClassName
{
background-color: #8B2A81;
}
</style>
border-color css
<style>
span { border-color: #8B2A81; }
span { border-color: rgb(139,42,129); }
td.TdClassName
{
border-color: #8B2A81;
}
.TagClassName
{
border-color: #8B2A81;
}
</style>