Shades of Dark Purple #8B2A79
Tints of Dark Purple #8B2A79
RGB
CMYK
RGB Variations
Color information
#8B2A79 (or 0x8B2A79) is known color: Dark Purple. HEX triplet: 8B, 2A and 79. RGB value is (139,42,121). Sum of RGB (Red+Green+Blue) = 139+42+121=302 (40% of max value = 765). Red value is 139 (54.69% from 255 or 46.03% from 302); Green value is 42 (16.80% from 255 or 13.91% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 139 - color contains mainly: red. Hex color #8B2A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B2A79 is #74D586. Grayscale: #4F4F4F. Windows color (decimal): -7656839 or 7940747. OLE color: 7940747.
HSL color Cylindrical-coordinate representation of color #8B2A79: hue angle of 311.13º 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 #8B2A79 is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 42 | 121 | - |
| CMYK | 0 | 0.70 | 0.13 | 0.45 |
| HSL | 311.13º | 0.54% | 0.35% | - |
| HSV(B) | 311.13º | 0.7% | 0.55% | - |
| XYZ | 14.93 | 8.53 | 18.95 | - |
| YUV | 80.01 | 151.14 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 42 | 121 | 0 | 0.70 | 0.13 | 0.45 | 311.13 | 0.54 | 0.35 |
| Hex | 8B | 2A | 79 | 0 | 46 | D | 2D | 137 | 36 | 23 |
| Octal | 213 | 52 | 171 | 0 | 106 | 15 | 55 | 467 | 66 | 43 |
| Binary | 10001011 | 101010 | 1111001 | 0 | 1000110 | 1101 | 101101 | 100110111 | 110110 | 100011 |
Color Harmonies of #8B2A79
Complementary color
Monochromatic Colors of #8B2A79
Black with #8B2A79
Text Example
Text Example
White with #8B2A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B2A79; }
p { color: rgb(139,42,121); }
H1.HeaderClassName
{
color: #8B2A79;
}
.AnyTagClassName
{
color: #8B2A79;
}
</style>
background-color css
<style>
a { background-color: #8B2A79; }
a { background-color: rgb(139,42,121); }
div.DivClassName
{
background-color: #8B2A79;
}
.BgClassName
{
background-color: #8B2A79;
}
</style>
border-color css
<style>
span { border-color: #8B2A79; }
span { border-color: rgb(139,42,121); }
td.TdClassName
{
border-color: #8B2A79;
}
.TagClassName
{
border-color: #8B2A79;
}
</style>