Shades of Dark Purple #8B3979
Tints of Dark Purple #8B3979
RGB
CMYK
RGB Variations
Color information
#8B3979 (or 0x8B3979) is known color: Dark Purple. HEX triplet: 8B, 39 and 79. RGB value is (139,57,121). Sum of RGB (Red+Green+Blue) = 139+57+121=317 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.85% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3979 is #74C686. Grayscale: #585858. Windows color (decimal): -7652999 or 7944587. OLE color: 7944587.
HSL color Cylindrical-coordinate representation of color #8B3979: hue angle of 313.17º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8B3979 is Cyan = 0, Magento = 0.59, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 57 | 121 | - |
| CMYK | 0 | 0.59 | 0.13 | 0.45 |
| HSL | 313.17º | 0.42% | 0.38% | - |
| HSV(B) | 313.17º | 0.59% | 0.55% | - |
| XYZ | 15.56 | 9.8 | 19.16 | - |
| YUV | 88.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 121 | 0 | 0.59 | 0.13 | 0.45 | 313.17 | 0.42 | 0.38 |
| Hex | 8B | 39 | 79 | 0 | 3B | D | 2D | 139 | 2A | 26 |
| Octal | 213 | 71 | 171 | 0 | 73 | 15 | 55 | 471 | 52 | 46 |
| Binary | 10001011 | 111001 | 1111001 | 0 | 111011 | 1101 | 101101 | 100111001 | 101010 | 100110 |
Color Harmonies of #8B3979
Complementary color
Monochromatic Colors of #8B3979
Black with #8B3979
Text Example
Text Example
White with #8B3979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3979; }
p { color: rgb(139,57,121); }
H1.HeaderClassName
{
color: #8B3979;
}
.AnyTagClassName
{
color: #8B3979;
}
</style>
background-color css
<style>
a { background-color: #8B3979; }
a { background-color: rgb(139,57,121); }
div.DivClassName
{
background-color: #8B3979;
}
.BgClassName
{
background-color: #8B3979;
}
</style>
border-color css
<style>
span { border-color: #8B3979; }
span { border-color: rgb(139,57,121); }
td.TdClassName
{
border-color: #8B3979;
}
.TagClassName
{
border-color: #8B3979;
}
</style>