Shades of Dark Purple #8B0E73
Tints of Dark Purple #8B0E73
RGB
CMYK
RGB Variations
Color information
#8B0E73 (or 0x8B0E73) is known color: Dark Purple. HEX triplet: 8B, 0E and 73. RGB value is (139,14,115). Sum of RGB (Red+Green+Blue) = 139+14+115=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 14 (5.86% from 255 or 5.22% from 268); Blue value is 115 (45.31% from 255 or 42.91% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0E73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0E73 is #74F18C. Grayscale: #3E3E3E. Windows color (decimal): -7664013 or 7540363. OLE color: 7540363.
HSL color Cylindrical-coordinate representation of color #8B0E73: hue angle of 311.52º 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 #8B0E73 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 14 | 115 | - |
| CMYK | 0 | 0.90 | 0.17 | 0.45 |
| HSL | 311.52º | 0.82% | 0.3% | - |
| HSV(B) | 311.52º | 0.9% | 0.55% | - |
| XYZ | 13.9 | 7.04 | 16.85 | - |
| YUV | 62.89 | 157.41 | 182.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 14 | 115 | 0 | 0.90 | 0.17 | 0.45 | 311.52 | 0.82 | 0.3 |
| Hex | 8B | E | 73 | 0 | 5A | 11 | 2D | 138 | 52 | 1E |
| Octal | 213 | 16 | 163 | 0 | 132 | 21 | 55 | 470 | 122 | 36 |
| Binary | 10001011 | 1110 | 1110011 | 0 | 1011010 | 10001 | 101101 | 100111000 | 1010010 | 11110 |
Color Harmonies of #8B0E73
Complementary color
Monochromatic Colors of #8B0E73
Black with #8B0E73
Text Example
Text Example
White with #8B0E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0E73; }
p { color: rgb(139,14,115); }
H1.HeaderClassName
{
color: #8B0E73;
}
.AnyTagClassName
{
color: #8B0E73;
}
</style>
background-color css
<style>
a { background-color: #8B0E73; }
a { background-color: rgb(139,14,115); }
div.DivClassName
{
background-color: #8B0E73;
}
.BgClassName
{
background-color: #8B0E73;
}
</style>
border-color css
<style>
span { border-color: #8B0E73; }
span { border-color: rgb(139,14,115); }
td.TdClassName
{
border-color: #8B0E73;
}
.TagClassName
{
border-color: #8B0E73;
}
</style>