Shades of Dark Purple #8A1973
Tints of Dark Purple #8A1973
RGB
CMYK
RGB Variations
Color information
#8A1973 (or 0x8A1973) is known color: Dark Purple. HEX triplet: 8A, 19 and 73. RGB value is (138,25,115). Sum of RGB (Red+Green+Blue) = 138+25+115=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 115 (45.31% from 255 or 41.37% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1973 is #75E68C. Grayscale: #444444. Windows color (decimal): -7726733 or 7543178. OLE color: 7543178.
HSL color Cylindrical-coordinate representation of color #8A1973: hue angle of 312.21º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A1973 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 25 | 115 | - |
| CMYK | 0 | 0.82 | 0.17 | 0.46 |
| HSL | 312.21º | 0.69% | 0.32% | - |
| HSV(B) | 312.21º | 0.82% | 0.54% | - |
| XYZ | 13.92 | 7.34 | 16.9 | - |
| YUV | 69.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 115 | 0 | 0.82 | 0.17 | 0.46 | 312.21 | 0.69 | 0.32 |
| Hex | 8A | 19 | 73 | 0 | 52 | 11 | 2E | 138 | 45 | 20 |
| Octal | 212 | 31 | 163 | 0 | 122 | 21 | 56 | 470 | 105 | 40 |
| Binary | 10001010 | 11001 | 1110011 | 0 | 1010010 | 10001 | 101110 | 100111000 | 1000101 | 100000 |
Color Harmonies of #8A1973
Complementary color
Monochromatic Colors of #8A1973
Black with #8A1973
Text Example
Text Example
White with #8A1973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1973; }
p { color: rgb(138,25,115); }
H1.HeaderClassName
{
color: #8A1973;
}
.AnyTagClassName
{
color: #8A1973;
}
</style>
background-color css
<style>
a { background-color: #8A1973; }
a { background-color: rgb(138,25,115); }
div.DivClassName
{
background-color: #8A1973;
}
.BgClassName
{
background-color: #8A1973;
}
</style>
border-color css
<style>
span { border-color: #8A1973; }
span { border-color: rgb(138,25,115); }
td.TdClassName
{
border-color: #8A1973;
}
.TagClassName
{
border-color: #8A1973;
}
</style>