Shades of Dark Purple #8B2A84
Tints of Dark Purple #8B2A84
RGB
CMYK
RGB Variations
Color information
#8B2A84 (or 0x8B2A84) is known color: Dark Purple. HEX triplet: 8B, 2A and 84. RGB value is (139,42,132). Sum of RGB (Red+Green+Blue) = 139+42+132=313 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.41% from 313); Green value is 42 (16.80% from 255 or 13.42% from 313); Blue value is 132 (51.95% from 255 or 42.17% from 313); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B2A84 is #74D57B. Grayscale: #505050. Windows color (decimal): -7656828 or 8661643. OLE color: 8661643.
HSL color Cylindrical-coordinate representation of color #8B2A84: hue angle of 304.33º 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 #8B2A84 is Cyan = 0, Magento = 0.70, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 42 | 132 | - |
| CMYK | 0 | 0.70 | 0.05 | 0.45 |
| HSL | 304.33º | 0.54% | 0.35% | - |
| HSV(B) | 304.33º | 0.7% | 0.55% | - |
| XYZ | 15.64 | 8.81 | 22.71 | - |
| YUV | 81.26 | 156.64 | 169.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 42 | 132 | 0 | 0.70 | 0.05 | 0.45 | 304.33 | 0.54 | 0.35 |
| Hex | 8B | 2A | 84 | 0 | 46 | 5 | 2D | 130 | 36 | 23 |
| Octal | 213 | 52 | 204 | 0 | 106 | 5 | 55 | 460 | 66 | 43 |
| Binary | 10001011 | 101010 | 10000100 | 0 | 1000110 | 101 | 101101 | 100110000 | 110110 | 100011 |
Color Harmonies of #8B2A84
Complementary color
Monochromatic Colors of #8B2A84
Black with #8B2A84
Text Example
Text Example
White with #8B2A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2A84; }
p { color: rgb(139,42,132); }
H1.HeaderClassName
{
color: #8B2A84;
}
.AnyTagClassName
{
color: #8B2A84;
}
</style>
background-color css
<style>
a { background-color: #8B2A84; }
a { background-color: rgb(139,42,132); }
div.DivClassName
{
background-color: #8B2A84;
}
.BgClassName
{
background-color: #8B2A84;
}
</style>
border-color css
<style>
span { border-color: #8B2A84; }
span { border-color: rgb(139,42,132); }
td.TdClassName
{
border-color: #8B2A84;
}
.TagClassName
{
border-color: #8B2A84;
}
</style>