Shades of Dark Purple #8B3973
Tints of Dark Purple #8B3973
RGB
CMYK
RGB Variations
Color information
#8B3973 (or 0x8B3973) is known color: Dark Purple. HEX triplet: 8B, 39 and 73. RGB value is (139,57,115). Sum of RGB (Red+Green+Blue) = 139+57+115=311 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.69% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3973 is #74C68C. Grayscale: #575757. Windows color (decimal): -7653005 or 7551371. OLE color: 7551371.
HSL color Cylindrical-coordinate representation of color #8B3973: hue angle of 317.56º 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 #8B3973 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 57 | 115 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.45 |
| HSL | 317.56º | 0.42% | 0.38% | - |
| HSV(B) | 317.56º | 0.59% | 0.55% | - |
| XYZ | 15.21 | 9.65 | 17.28 | - |
| YUV | 88.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 115 | 0 | 0.59 | 0.17 | 0.45 | 317.56 | 0.42 | 0.38 |
| Hex | 8B | 39 | 73 | 0 | 3B | 11 | 2D | 13E | 2A | 26 |
| Octal | 213 | 71 | 163 | 0 | 73 | 21 | 55 | 476 | 52 | 46 |
| Binary | 10001011 | 111001 | 1110011 | 0 | 111011 | 10001 | 101101 | 100111110 | 101010 | 100110 |
Color Harmonies of #8B3973
Complementary color
Monochromatic Colors of #8B3973
Black with #8B3973
Text Example
Text Example
White with #8B3973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3973; }
p { color: rgb(139,57,115); }
H1.HeaderClassName
{
color: #8B3973;
}
.AnyTagClassName
{
color: #8B3973;
}
</style>
background-color css
<style>
a { background-color: #8B3973; }
a { background-color: rgb(139,57,115); }
div.DivClassName
{
background-color: #8B3973;
}
.BgClassName
{
background-color: #8B3973;
}
</style>
border-color css
<style>
span { border-color: #8B3973; }
span { border-color: rgb(139,57,115); }
td.TdClassName
{
border-color: #8B3973;
}
.TagClassName
{
border-color: #8B3973;
}
</style>