Shades of Dark Purple #8B3974
Tints of Dark Purple #8B3974
RGB
CMYK
RGB Variations
Color information
#8B3974 (or 0x8B3974) is known color: Dark Purple. HEX triplet: 8B, 39 and 74. RGB value is (139,57,116). Sum of RGB (Red+Green+Blue) = 139+57+116=312 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.55% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B3974 is #74C68B. Grayscale: #585858. Windows color (decimal): -7653004 or 7616907. OLE color: 7616907.
HSL color Cylindrical-coordinate representation of color #8B3974: hue angle of 316.83º 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 #8B3974 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 57 | 116 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.45 |
| HSL | 316.83º | 0.42% | 0.38% | - |
| HSV(B) | 316.83º | 0.59% | 0.55% | - |
| XYZ | 15.26 | 9.68 | 17.59 | - |
| YUV | 88.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 116 | 0 | 0.59 | 0.17 | 0.45 | 316.83 | 0.42 | 0.38 |
| Hex | 8B | 39 | 74 | 0 | 3B | 11 | 2D | 13D | 2A | 26 |
| Octal | 213 | 71 | 164 | 0 | 73 | 21 | 55 | 475 | 52 | 46 |
| Binary | 10001011 | 111001 | 1110100 | 0 | 111011 | 10001 | 101101 | 100111101 | 101010 | 100110 |
Color Harmonies of #8B3974
Complementary color
Monochromatic Colors of #8B3974
Black with #8B3974
Text Example
Text Example
White with #8B3974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3974; }
p { color: rgb(139,57,116); }
H1.HeaderClassName
{
color: #8B3974;
}
.AnyTagClassName
{
color: #8B3974;
}
</style>
background-color css
<style>
a { background-color: #8B3974; }
a { background-color: rgb(139,57,116); }
div.DivClassName
{
background-color: #8B3974;
}
.BgClassName
{
background-color: #8B3974;
}
</style>
border-color css
<style>
span { border-color: #8B3974; }
span { border-color: rgb(139,57,116); }
td.TdClassName
{
border-color: #8B3974;
}
.TagClassName
{
border-color: #8B3974;
}
</style>