Shades of Dark Purple #8B3680
Tints of Dark Purple #8B3680
RGB
CMYK
RGB Variations
Color information
#8B3680 (or 0x8B3680) is known color: Dark Purple. HEX triplet: 8B, 36 and 80. RGB value is (139,54,128). Sum of RGB (Red+Green+Blue) = 139+54+128=321 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.30% from 321); Green value is 54 (21.48% from 255 or 16.82% from 321); Blue value is 128 (50.39% from 255 or 39.88% from 321); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3680 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B3680 is #74C97F. Grayscale: #575757. Windows color (decimal): -7653760 or 8402571. OLE color: 8402571.
HSL color Cylindrical-coordinate representation of color #8B3680: hue angle of 307.76º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B3680 is Cyan = 0, Magento = 0.61, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 54 | 128 | - |
| CMYK | 0 | 0.61 | 0.08 | 0.45 |
| HSL | 307.76º | 0.44% | 0.38% | - |
| HSV(B) | 307.76º | 0.61% | 0.55% | - |
| XYZ | 15.86 | 9.69 | 21.46 | - |
| YUV | 87.85 | 150.66 | 164.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 54 | 128 | 0 | 0.61 | 0.08 | 0.45 | 307.76 | 0.44 | 0.38 |
| Hex | 8B | 36 | 80 | 0 | 3D | 8 | 2D | 134 | 2C | 26 |
| Octal | 213 | 66 | 200 | 0 | 75 | 10 | 55 | 464 | 54 | 46 |
| Binary | 10001011 | 110110 | 10000000 | 0 | 111101 | 1000 | 101101 | 100110100 | 101100 | 100110 |
Color Harmonies of #8B3680
Complementary color
Monochromatic Colors of #8B3680
Black with #8B3680
Text Example
Text Example
White with #8B3680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3680; }
p { color: rgb(139,54,128); }
H1.HeaderClassName
{
color: #8B3680;
}
.AnyTagClassName
{
color: #8B3680;
}
</style>
background-color css
<style>
a { background-color: #8B3680; }
a { background-color: rgb(139,54,128); }
div.DivClassName
{
background-color: #8B3680;
}
.BgClassName
{
background-color: #8B3680;
}
</style>
border-color css
<style>
span { border-color: #8B3680; }
span { border-color: rgb(139,54,128); }
td.TdClassName
{
border-color: #8B3680;
}
.TagClassName
{
border-color: #8B3680;
}
</style>