Shades of Dark Purple #8B1E80
Tints of Dark Purple #8B1E80
RGB
CMYK
RGB Variations
Color information
#8B1E80 (or 0x8B1E80) is known color: Dark Purple. HEX triplet: 8B, 1E and 80. RGB value is (139,30,128). Sum of RGB (Red+Green+Blue) = 139+30+128=297 (39% of max value = 765). Red value is 139 (54.69% from 255 or 46.80% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 128 (50.39% from 255 or 43.10% from 297); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1E80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B1E80 is #74E17F. Grayscale: #494949. Windows color (decimal): -7659904 or 8396427. OLE color: 8396427.
HSL color Cylindrical-coordinate representation of color #8B1E80: hue angle of 306.06º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8B1E80 is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 30 | 128 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.45 |
| HSL | 306.06º | 0.64% | 0.33% | - |
| HSV(B) | 306.06º | 0.78% | 0.55% | - |
| XYZ | 15.01 | 7.98 | 21.17 | - |
| YUV | 73.76 | 158.61 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 30 | 128 | 0 | 0.78 | 0.08 | 0.45 | 306.06 | 0.64 | 0.33 |
| Hex | 8B | 1E | 80 | 0 | 4E | 8 | 2D | 132 | 40 | 21 |
| Octal | 213 | 36 | 200 | 0 | 116 | 10 | 55 | 462 | 100 | 41 |
| Binary | 10001011 | 11110 | 10000000 | 0 | 1001110 | 1000 | 101101 | 100110010 | 1000000 | 100001 |
Color Harmonies of #8B1E80
Complementary color
Monochromatic Colors of #8B1E80
Black with #8B1E80
Text Example
Text Example
White with #8B1E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1E80; }
p { color: rgb(139,30,128); }
H1.HeaderClassName
{
color: #8B1E80;
}
.AnyTagClassName
{
color: #8B1E80;
}
</style>
background-color css
<style>
a { background-color: #8B1E80; }
a { background-color: rgb(139,30,128); }
div.DivClassName
{
background-color: #8B1E80;
}
.BgClassName
{
background-color: #8B1E80;
}
</style>
border-color css
<style>
span { border-color: #8B1E80; }
span { border-color: rgb(139,30,128); }
td.TdClassName
{
border-color: #8B1E80;
}
.TagClassName
{
border-color: #8B1E80;
}
</style>