Shades of Dark Purple #8A1177
Tints of Dark Purple #8A1177
RGB
CMYK
RGB Variations
Color information
#8A1177 (or 0x8A1177) is known color: Dark Purple. HEX triplet: 8A, 11 and 77. RGB value is (138,17,119). Sum of RGB (Red+Green+Blue) = 138+17+119=274 (36% of max value = 765). Red value is 138 (54.30% from 255 or 50.36% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 119 (46.88% from 255 or 43.43% from 274); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1177 is #75EE88. Grayscale: #404040. Windows color (decimal): -7728777 or 7803274. OLE color: 7803274.
HSL color Cylindrical-coordinate representation of color #8A1177: hue angle of 309.42º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1177 is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 119 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.46 |
| HSL | 309.42º | 0.78% | 0.3% | - |
| HSV(B) | 309.42º | 0.88% | 0.54% | - |
| XYZ | 14.01 | 7.14 | 18.09 | - |
| YUV | 64.81 | 158.59 | 180.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 119 | 0 | 0.88 | 0.14 | 0.46 | 309.42 | 0.78 | 0.3 |
| Hex | 8A | 11 | 77 | 0 | 58 | E | 2E | 135 | 4E | 1E |
| Octal | 212 | 21 | 167 | 0 | 130 | 16 | 56 | 465 | 116 | 36 |
| Binary | 10001010 | 10001 | 1110111 | 0 | 1011000 | 1110 | 101110 | 100110101 | 1001110 | 11110 |
Color Harmonies of #8A1177
Complementary color
Monochromatic Colors of #8A1177
Black with #8A1177
Text Example
Text Example
White with #8A1177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A1177; }
p { color: rgb(138,17,119); }
H1.HeaderClassName
{
color: #8A1177;
}
.AnyTagClassName
{
color: #8A1177;
}
</style>
background-color css
<style>
a { background-color: #8A1177; }
a { background-color: rgb(138,17,119); }
div.DivClassName
{
background-color: #8A1177;
}
.BgClassName
{
background-color: #8A1177;
}
</style>
border-color css
<style>
span { border-color: #8A1177; }
span { border-color: rgb(138,17,119); }
td.TdClassName
{
border-color: #8A1177;
}
.TagClassName
{
border-color: #8A1177;
}
</style>