Shades of Dark Purple #8B3980
Tints of Dark Purple #8B3980
RGB
CMYK
RGB Variations
Color information
#8B3980 (or 0x8B3980) is known color: Dark Purple. HEX triplet: 8B, 39 and 80. RGB value is (139,57,128). Sum of RGB (Red+Green+Blue) = 139+57+128=324 (42% of max value = 765). Red value is 139 (54.69% from 255 or 42.90% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3980 is #74C67F. Grayscale: #595959. Windows color (decimal): -7652992 or 8403339. OLE color: 8403339.
HSL color Cylindrical-coordinate representation of color #8B3980: hue angle of 308.05º 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 #8B3980 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 57 | 128 | - |
| CMYK | 0 | 0.59 | 0.08 | 0.45 |
| HSL | 308.05º | 0.42% | 0.38% | - |
| HSV(B) | 308.05º | 0.59% | 0.55% | - |
| XYZ | 16.01 | 9.97 | 21.5 | - |
| YUV | 89.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 57 | 128 | 0 | 0.59 | 0.08 | 0.45 | 308.05 | 0.42 | 0.38 |
| Hex | 8B | 39 | 80 | 0 | 3B | 8 | 2D | 134 | 2A | 26 |
| Octal | 213 | 71 | 200 | 0 | 73 | 10 | 55 | 464 | 52 | 46 |
| Binary | 10001011 | 111001 | 10000000 | 0 | 111011 | 1000 | 101101 | 100110100 | 101010 | 100110 |
Color Harmonies of #8B3980
Complementary color
Monochromatic Colors of #8B3980
Black with #8B3980
Text Example
Text Example
White with #8B3980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3980; }
p { color: rgb(139,57,128); }
H1.HeaderClassName
{
color: #8B3980;
}
.AnyTagClassName
{
color: #8B3980;
}
</style>
background-color css
<style>
a { background-color: #8B3980; }
a { background-color: rgb(139,57,128); }
div.DivClassName
{
background-color: #8B3980;
}
.BgClassName
{
background-color: #8B3980;
}
</style>
border-color css
<style>
span { border-color: #8B3980; }
span { border-color: rgb(139,57,128); }
td.TdClassName
{
border-color: #8B3980;
}
.TagClassName
{
border-color: #8B3980;
}
</style>