Shades of Dark Purple #8A117F
Tints of Dark Purple #8A117F
RGB
CMYK
RGB Variations
Color information
#8A117F (or 0x8A117F) is known color: Dark Purple. HEX triplet: 8A, 11 and 7F. RGB value is (138,17,127). Sum of RGB (Red+Green+Blue) = 138+17+127=282 (37% of max value = 765). Red value is 138 (54.30% from 255 or 48.94% from 282); Green value is 17 (7.03% from 255 or 6.03% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 138 - color contains mainly: red. Hex color #8A117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A117F is #75EE80. Grayscale: #414141. Windows color (decimal): -7728769 or 8327562. OLE color: 8327562.
HSL color Cylindrical-coordinate representation of color #8A117F: hue angle of 305.45º 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 #8A117F is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 127 | - |
| CMYK | 0 | 0.88 | 0.08 | 0.46 |
| HSL | 305.45º | 0.78% | 0.3% | - |
| HSV(B) | 305.45º | 0.88% | 0.54% | - |
| XYZ | 14.51 | 7.34 | 20.73 | - |
| YUV | 65.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 127 | 0 | 0.88 | 0.08 | 0.46 | 305.45 | 0.78 | 0.3 |
| Hex | 8A | 11 | 7F | 0 | 58 | 8 | 2E | 131 | 4E | 1E |
| Octal | 212 | 21 | 177 | 0 | 130 | 10 | 56 | 461 | 116 | 36 |
| Binary | 10001010 | 10001 | 1111111 | 0 | 1011000 | 1000 | 101110 | 100110001 | 1001110 | 11110 |
Color Harmonies of #8A117F
Complementary color
Monochromatic Colors of #8A117F
Black with #8A117F
Text Example
Text Example
White with #8A117F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A117F; }
p { color: rgb(138,17,127); }
H1.HeaderClassName
{
color: #8A117F;
}
.AnyTagClassName
{
color: #8A117F;
}
</style>
background-color css
<style>
a { background-color: #8A117F; }
a { background-color: rgb(138,17,127); }
div.DivClassName
{
background-color: #8A117F;
}
.BgClassName
{
background-color: #8A117F;
}
</style>
border-color css
<style>
span { border-color: #8A117F; }
span { border-color: rgb(138,17,127); }
td.TdClassName
{
border-color: #8A117F;
}
.TagClassName
{
border-color: #8A117F;
}
</style>