Shades of Dark Purple #8B1979
Tints of Dark Purple #8B1979
RGB
CMYK
RGB Variations
Color information
#8B1979 (or 0x8B1979) is known color: Dark Purple. HEX triplet: 8B, 19 and 79. RGB value is (139,25,121). Sum of RGB (Red+Green+Blue) = 139+25+121=285 (37% of max value = 765). Red value is 139 (54.69% from 255 or 48.77% from 285); Green value is 25 (10.16% from 255 or 8.77% from 285); Blue value is 121 (47.66% from 255 or 42.46% from 285); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1979 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1979 is #74E686. Grayscale: #454545. Windows color (decimal): -7661191 or 7936395. OLE color: 7936395.
HSL color Cylindrical-coordinate representation of color #8B1979: hue angle of 309.47º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8B1979 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 25 | 121 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.45 |
| HSL | 309.47º | 0.7% | 0.32% | - |
| HSV(B) | 309.47º | 0.82% | 0.55% | - |
| XYZ | 14.45 | 7.56 | 18.79 | - |
| YUV | 70.03 | 156.77 | 177.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 25 | 121 | 0 | 0.82 | 0.13 | 0.45 | 309.47 | 0.7 | 0.32 |
| Hex | 8B | 19 | 79 | 0 | 52 | D | 2D | 135 | 46 | 20 |
| Octal | 213 | 31 | 171 | 0 | 122 | 15 | 55 | 465 | 106 | 40 |
| Binary | 10001011 | 11001 | 1111001 | 0 | 1010010 | 1101 | 101101 | 100110101 | 1000110 | 100000 |
Color Harmonies of #8B1979
Complementary color
Monochromatic Colors of #8B1979
Black with #8B1979
Text Example
Text Example
White with #8B1979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1979; }
p { color: rgb(139,25,121); }
H1.HeaderClassName
{
color: #8B1979;
}
.AnyTagClassName
{
color: #8B1979;
}
</style>
background-color css
<style>
a { background-color: #8B1979; }
a { background-color: rgb(139,25,121); }
div.DivClassName
{
background-color: #8B1979;
}
.BgClassName
{
background-color: #8B1979;
}
</style>
border-color css
<style>
span { border-color: #8B1979; }
span { border-color: rgb(139,25,121); }
td.TdClassName
{
border-color: #8B1979;
}
.TagClassName
{
border-color: #8B1979;
}
</style>