Shades of Dark Purple #8B1473
Tints of Dark Purple #8B1473
RGB
CMYK
RGB Variations
Color information
#8B1473 (or 0x8B1473) is known color: Dark Purple. HEX triplet: 8B, 14 and 73. RGB value is (139,20,115). Sum of RGB (Red+Green+Blue) = 139+20+115=274 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.73% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 115 (45.31% from 255 or 41.97% from 274); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1473 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1473 is #74EB8C. Grayscale: #424242. Windows color (decimal): -7662477 or 7541899. OLE color: 7541899.
HSL color Cylindrical-coordinate representation of color #8B1473: hue angle of 312.1º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1473 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 20 | 115 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.45 |
| HSL | 312.1º | 0.75% | 0.31% | - |
| HSV(B) | 312.1º | 0.86% | 0.55% | - |
| XYZ | 13.99 | 7.23 | 16.88 | - |
| YUV | 66.41 | 155.42 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 20 | 115 | 0 | 0.86 | 0.17 | 0.45 | 312.1 | 0.75 | 0.31 |
| Hex | 8B | 14 | 73 | 0 | 56 | 11 | 2D | 138 | 4B | 1F |
| Octal | 213 | 24 | 163 | 0 | 126 | 21 | 55 | 470 | 113 | 37 |
| Binary | 10001011 | 10100 | 1110011 | 0 | 1010110 | 10001 | 101101 | 100111000 | 1001011 | 11111 |
Color Harmonies of #8B1473
Complementary color
Monochromatic Colors of #8B1473
Black with #8B1473
Text Example
Text Example
White with #8B1473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1473; }
p { color: rgb(139,20,115); }
H1.HeaderClassName
{
color: #8B1473;
}
.AnyTagClassName
{
color: #8B1473;
}
</style>
background-color css
<style>
a { background-color: #8B1473; }
a { background-color: rgb(139,20,115); }
div.DivClassName
{
background-color: #8B1473;
}
.BgClassName
{
background-color: #8B1473;
}
</style>
border-color css
<style>
span { border-color: #8B1473; }
span { border-color: rgb(139,20,115); }
td.TdClassName
{
border-color: #8B1473;
}
.TagClassName
{
border-color: #8B1473;
}
</style>