Shades of Dark Purple #8A1877
Tints of Dark Purple #8A1877
RGB
CMYK
RGB Variations
Color information
#8A1877 (or 0x8A1877) is known color: Dark Purple. HEX triplet: 8A, 18 and 77. RGB value is (138,24,119). Sum of RGB (Red+Green+Blue) = 138+24+119=281 (37% of max value = 765). Red value is 138 (54.30% from 255 or 49.11% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1877 is #75E788. Grayscale: #444444. Windows color (decimal): -7726985 or 7805066. OLE color: 7805066.
HSL color Cylindrical-coordinate representation of color #8A1877: hue angle of 310º 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 #8A1877 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 24 | 119 | - |
| CMYK | 0 | 0.83 | 0.14 | 0.46 |
| HSL | 310º | 0.7% | 0.32% | - |
| HSV(B) | 310º | 0.83% | 0.54% | - |
| XYZ | 14.14 | 7.39 | 18.13 | - |
| YUV | 68.92 | 156.27 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 24 | 119 | 0 | 0.83 | 0.14 | 0.46 | 310 | 0.7 | 0.32 |
| Hex | 8A | 18 | 77 | 0 | 53 | E | 2E | 136 | 46 | 20 |
| Octal | 212 | 30 | 167 | 0 | 123 | 16 | 56 | 466 | 106 | 40 |
| Binary | 10001010 | 11000 | 1110111 | 0 | 1010011 | 1110 | 101110 | 100110110 | 1000110 | 100000 |
Color Harmonies of #8A1877
Complementary color
Monochromatic Colors of #8A1877
Black with #8A1877
Text Example
Text Example
White with #8A1877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1877; }
p { color: rgb(138,24,119); }
H1.HeaderClassName
{
color: #8A1877;
}
.AnyTagClassName
{
color: #8A1877;
}
</style>
background-color css
<style>
a { background-color: #8A1877; }
a { background-color: rgb(138,24,119); }
div.DivClassName
{
background-color: #8A1877;
}
.BgClassName
{
background-color: #8A1877;
}
</style>
border-color css
<style>
span { border-color: #8A1877; }
span { border-color: rgb(138,24,119); }
td.TdClassName
{
border-color: #8A1877;
}
.TagClassName
{
border-color: #8A1877;
}
</style>