Shades of Dark Purple #8A117C
Tints of Dark Purple #8A117C
RGB
CMYK
RGB Variations
Color information
#8A117C (or 0x8A117C) is known color: Dark Purple. HEX triplet: 8A, 11 and 7C. RGB value is (138,17,124). Sum of RGB (Red+Green+Blue) = 138+17+124=279 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.46% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 138 - color contains mainly: red. Hex color #8A117C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A117C is #75EE83. Grayscale: #414141. Windows color (decimal): -7728772 or 8130954. OLE color: 8130954.
HSL color Cylindrical-coordinate representation of color #8A117C: hue angle of 306.94º 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 #8A117C is Cyan = 0, Magento = 0.88, Yellow = 0.10 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 124 | - |
| CMYK | 0 | 0.88 | 0.10 | 0.46 |
| HSL | 306.94º | 0.78% | 0.3% | - |
| HSV(B) | 306.94º | 0.88% | 0.54% | - |
| XYZ | 14.32 | 7.26 | 19.72 | - |
| YUV | 65.38 | 161.09 | 179.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 124 | 0 | 0.88 | 0.10 | 0.46 | 306.94 | 0.78 | 0.3 |
| Hex | 8A | 11 | 7C | 0 | 58 | A | 2E | 133 | 4E | 1E |
| Octal | 212 | 21 | 174 | 0 | 130 | 12 | 56 | 463 | 116 | 36 |
| Binary | 10001010 | 10001 | 1111100 | 0 | 1011000 | 1010 | 101110 | 100110011 | 1001110 | 11110 |
Color Harmonies of #8A117C
Complementary color
Monochromatic Colors of #8A117C
Black with #8A117C
Text Example
Text Example
White with #8A117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A117C; }
p { color: rgb(138,17,124); }
H1.HeaderClassName
{
color: #8A117C;
}
.AnyTagClassName
{
color: #8A117C;
}
</style>
background-color css
<style>
a { background-color: #8A117C; }
a { background-color: rgb(138,17,124); }
div.DivClassName
{
background-color: #8A117C;
}
.BgClassName
{
background-color: #8A117C;
}
</style>
border-color css
<style>
span { border-color: #8A117C; }
span { border-color: rgb(138,17,124); }
td.TdClassName
{
border-color: #8A117C;
}
.TagClassName
{
border-color: #8A117C;
}
</style>