Shades of Dark Purple #8A1870
Tints of Dark Purple #8A1870
RGB
CMYK
RGB Variations
Color information
#8A1870 (or 0x8A1870) is known color: Dark Purple. HEX triplet: 8A, 18 and 70. RGB value is (138,24,112). Sum of RGB (Red+Green+Blue) = 138+24+112=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1870 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1870 is #75E78F. Grayscale: #434343. Windows color (decimal): -7726992 or 7346314. OLE color: 7346314.
HSL color Cylindrical-coordinate representation of color #8A1870: hue angle of 313.68º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1870 is Cyan = 0, Magento = 0.83, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 112 | - |
| CMYK | 0 | 0.83 | 0.19 | 0.46 |
| HSL | 313.68º | 0.7% | 0.32% | - |
| HSV(B) | 313.68º | 0.83% | 0.54% | - |
| XYZ | 13.73 | 7.23 | 16 | - |
| YUV | 68.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 112 | 0 | 0.83 | 0.19 | 0.46 | 313.68 | 0.7 | 0.32 |
| Hex | 8A | 18 | 70 | 0 | 53 | 13 | 2E | 13A | 46 | 20 |
| Octal | 212 | 30 | 160 | 0 | 123 | 23 | 56 | 472 | 106 | 40 |
| Binary | 10001010 | 11000 | 1110000 | 0 | 1010011 | 10011 | 101110 | 100111010 | 1000110 | 100000 |
Color Harmonies of #8A1870
Complementary color
Monochromatic Colors of #8A1870
Black with #8A1870
Text Example
Text Example
White with #8A1870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1870; }
p { color: rgb(138,24,112); }
H1.HeaderClassName
{
color: #8A1870;
}
.AnyTagClassName
{
color: #8A1870;
}
</style>
background-color css
<style>
a { background-color: #8A1870; }
a { background-color: rgb(138,24,112); }
div.DivClassName
{
background-color: #8A1870;
}
.BgClassName
{
background-color: #8A1870;
}
</style>
border-color css
<style>
span { border-color: #8A1870; }
span { border-color: rgb(138,24,112); }
td.TdClassName
{
border-color: #8A1870;
}
.TagClassName
{
border-color: #8A1870;
}
</style>