Shades of Dark Purple #8B1873
Tints of Dark Purple #8B1873
RGB
CMYK
RGB Variations
Color information
#8B1873 (or 0x8B1873) is known color: Dark Purple. HEX triplet: 8B, 18 and 73. RGB value is (139,24,115). Sum of RGB (Red+Green+Blue) = 139+24+115=278 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50% from 278); Green value is 24 (9.77% from 255 or 8.63% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1873 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B1873 is #74E78C. Grayscale: #444444. Windows color (decimal): -7661453 or 7542923. OLE color: 7542923.
HSL color Cylindrical-coordinate representation of color #8B1873: hue angle of 312.52º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8B1873 is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 24 | 115 | - |
| CMYK | 0 | 0.83 | 0.17 | 0.45 |
| HSL | 312.52º | 0.71% | 0.32% | - |
| HSV(B) | 312.52º | 0.83% | 0.55% | - |
| XYZ | 14.07 | 7.38 | 16.9 | - |
| YUV | 68.76 | 154.1 | 178.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 24 | 115 | 0 | 0.83 | 0.17 | 0.45 | 312.52 | 0.71 | 0.32 |
| Hex | 8B | 18 | 73 | 0 | 53 | 11 | 2D | 139 | 47 | 20 |
| Octal | 213 | 30 | 163 | 0 | 123 | 21 | 55 | 471 | 107 | 40 |
| Binary | 10001011 | 11000 | 1110011 | 0 | 1010011 | 10001 | 101101 | 100111001 | 1000111 | 100000 |
Color Harmonies of #8B1873
Complementary color
Monochromatic Colors of #8B1873
Black with #8B1873
Text Example
Text Example
White with #8B1873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1873; }
p { color: rgb(139,24,115); }
H1.HeaderClassName
{
color: #8B1873;
}
.AnyTagClassName
{
color: #8B1873;
}
</style>
background-color css
<style>
a { background-color: #8B1873; }
a { background-color: rgb(139,24,115); }
div.DivClassName
{
background-color: #8B1873;
}
.BgClassName
{
background-color: #8B1873;
}
</style>
border-color css
<style>
span { border-color: #8B1873; }
span { border-color: rgb(139,24,115); }
td.TdClassName
{
border-color: #8B1873;
}
.TagClassName
{
border-color: #8B1873;
}
</style>