Shades of Dark Purple #8A1A71
Tints of Dark Purple #8A1A71
RGB
CMYK
RGB Variations
Color information
#8A1A71 (or 0x8A1A71) is known color: Dark Purple. HEX triplet: 8A, 1A and 71. RGB value is (138,26,113). Sum of RGB (Red+Green+Blue) = 138+26+113=277 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.82% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 113 (44.53% from 255 or 40.79% from 277); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1A71 is #75E58E. Grayscale: #454545. Windows color (decimal): -7726479 or 7412362. OLE color: 7412362.
HSL color Cylindrical-coordinate representation of color #8A1A71: hue angle of 313.39º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A1A71 is Cyan = 0, Magento = 0.81, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 26 | 113 | - |
| CMYK | 0 | 0.81 | 0.18 | 0.46 |
| HSL | 313.39º | 0.68% | 0.32% | - |
| HSV(B) | 313.39º | 0.81% | 0.54% | - |
| XYZ | 13.83 | 7.33 | 16.31 | - |
| YUV | 69.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 26 | 113 | 0 | 0.81 | 0.18 | 0.46 | 313.39 | 0.68 | 0.32 |
| Hex | 8A | 1A | 71 | 0 | 51 | 12 | 2E | 139 | 44 | 20 |
| Octal | 212 | 32 | 161 | 0 | 121 | 22 | 56 | 471 | 104 | 40 |
| Binary | 10001010 | 11010 | 1110001 | 0 | 1010001 | 10010 | 101110 | 100111001 | 1000100 | 100000 |
Color Harmonies of #8A1A71
Complementary color
Monochromatic Colors of #8A1A71
Black with #8A1A71
Text Example
Text Example
White with #8A1A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1A71; }
p { color: rgb(138,26,113); }
H1.HeaderClassName
{
color: #8A1A71;
}
.AnyTagClassName
{
color: #8A1A71;
}
</style>
background-color css
<style>
a { background-color: #8A1A71; }
a { background-color: rgb(138,26,113); }
div.DivClassName
{
background-color: #8A1A71;
}
.BgClassName
{
background-color: #8A1A71;
}
</style>
border-color css
<style>
span { border-color: #8A1A71; }
span { border-color: rgb(138,26,113); }
td.TdClassName
{
border-color: #8A1A71;
}
.TagClassName
{
border-color: #8A1A71;
}
</style>