Shades of Dark Purple #8B1A73
Tints of Dark Purple #8B1A73
RGB
CMYK
RGB Variations
Color information
#8B1A73 (or 0x8B1A73) is known color: Dark Purple. HEX triplet: 8B, 1A and 73. RGB value is (139,26,115). Sum of RGB (Red+Green+Blue) = 139+26+115=280 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.64% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 115 (45.31% from 255 or 41.07% from 280); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B1A73 is #74E58C. Grayscale: #454545. Windows color (decimal): -7660941 or 7543435. OLE color: 7543435.
HSL color Cylindrical-coordinate representation of color #8B1A73: hue angle of 312.74º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8B1A73 is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 26 | 115 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.45 |
| HSL | 312.74º | 0.68% | 0.32% | - |
| HSV(B) | 312.74º | 0.81% | 0.55% | - |
| XYZ | 14.11 | 7.47 | 16.92 | - |
| YUV | 69.93 | 153.44 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 26 | 115 | 0 | 0.81 | 0.17 | 0.45 | 312.74 | 0.68 | 0.32 |
| Hex | 8B | 1A | 73 | 0 | 51 | 11 | 2D | 139 | 44 | 20 |
| Octal | 213 | 32 | 163 | 0 | 121 | 21 | 55 | 471 | 104 | 40 |
| Binary | 10001011 | 11010 | 1110011 | 0 | 1010001 | 10001 | 101101 | 100111001 | 1000100 | 100000 |
Color Harmonies of #8B1A73
Complementary color
Monochromatic Colors of #8B1A73
Black with #8B1A73
Text Example
Text Example
White with #8B1A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1A73; }
p { color: rgb(139,26,115); }
H1.HeaderClassName
{
color: #8B1A73;
}
.AnyTagClassName
{
color: #8B1A73;
}
</style>
background-color css
<style>
a { background-color: #8B1A73; }
a { background-color: rgb(139,26,115); }
div.DivClassName
{
background-color: #8B1A73;
}
.BgClassName
{
background-color: #8B1A73;
}
</style>
border-color css
<style>
span { border-color: #8B1A73; }
span { border-color: rgb(139,26,115); }
td.TdClassName
{
border-color: #8B1A73;
}
.TagClassName
{
border-color: #8B1A73;
}
</style>