Shades of Dark Purple #8B0E7E
Tints of Dark Purple #8B0E7E
RGB
CMYK
RGB Variations
Color information
#8B0E7E (or 0x8B0E7E) is known color: Dark Purple. HEX triplet: 8B, 0E and 7E. RGB value is (139,14,126). Sum of RGB (Red+Green+Blue) = 139+14+126=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 14 (5.86% from 255 or 5.02% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E7E is #74F181. Grayscale: #3F3F3F. Windows color (decimal): -7664002 or 8261259. OLE color: 8261259.
HSL color Cylindrical-coordinate representation of color #8B0E7E: hue angle of 306.24º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8B0E7E is Cyan = 0, Magento = 0.90, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 14 | 126 | - |
| CMYK | 0 | 0.90 | 0.09 | 0.45 |
| HSL | 306.24º | 0.82% | 0.3% | - |
| HSV(B) | 306.24º | 0.9% | 0.55% | - |
| XYZ | 14.57 | 7.31 | 20.38 | - |
| YUV | 64.14 | 162.91 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 14 | 126 | 0 | 0.90 | 0.09 | 0.45 | 306.24 | 0.82 | 0.3 |
| Hex | 8B | E | 7E | 0 | 5A | 9 | 2D | 132 | 52 | 1E |
| Octal | 213 | 16 | 176 | 0 | 132 | 11 | 55 | 462 | 122 | 36 |
| Binary | 10001011 | 1110 | 1111110 | 0 | 1011010 | 1001 | 101101 | 100110010 | 1010010 | 11110 |
Color Harmonies of #8B0E7E
Complementary color
Monochromatic Colors of #8B0E7E
Black with #8B0E7E
Text Example
Text Example
White with #8B0E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0E7E; }
p { color: rgb(139,14,126); }
H1.HeaderClassName
{
color: #8B0E7E;
}
.AnyTagClassName
{
color: #8B0E7E;
}
</style>
background-color css
<style>
a { background-color: #8B0E7E; }
a { background-color: rgb(139,14,126); }
div.DivClassName
{
background-color: #8B0E7E;
}
.BgClassName
{
background-color: #8B0E7E;
}
</style>
border-color css
<style>
span { border-color: #8B0E7E; }
span { border-color: rgb(139,14,126); }
td.TdClassName
{
border-color: #8B0E7E;
}
.TagClassName
{
border-color: #8B0E7E;
}
</style>