Shades of Dark Purple #8A117B
Tints of Dark Purple #8A117B
RGB
CMYK
RGB Variations
Color information
#8A117B (or 0x8A117B) is known color: Dark Purple. HEX triplet: 8A, 11 and 7B. RGB value is (138,17,123). Sum of RGB (Red+Green+Blue) = 138+17+123=278 (36% of max value = 765). Red value is 138 (54.30% from 255 or 49.64% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 123 (48.44% from 255 or 44.24% from 278); Max value from RGB is 138 - color contains mainly: red. Hex color #8A117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A117B is #75EE84. Grayscale: #404040. Windows color (decimal): -7728773 or 8065418. OLE color: 8065418.
HSL color Cylindrical-coordinate representation of color #8A117B: hue angle of 307.44º 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 #8A117B is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 123 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.46 |
| HSL | 307.44º | 0.78% | 0.3% | - |
| HSV(B) | 307.44º | 0.88% | 0.54% | - |
| XYZ | 14.26 | 7.23 | 19.38 | - |
| YUV | 65.26 | 160.59 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 123 | 0 | 0.88 | 0.11 | 0.46 | 307.44 | 0.78 | 0.3 |
| Hex | 8A | 11 | 7B | 0 | 58 | B | 2E | 133 | 4E | 1E |
| Octal | 212 | 21 | 173 | 0 | 130 | 13 | 56 | 463 | 116 | 36 |
| Binary | 10001010 | 10001 | 1111011 | 0 | 1011000 | 1011 | 101110 | 100110011 | 1001110 | 11110 |
Color Harmonies of #8A117B
Complementary color
Monochromatic Colors of #8A117B
Black with #8A117B
Text Example
Text Example
White with #8A117B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A117B; }
p { color: rgb(138,17,123); }
H1.HeaderClassName
{
color: #8A117B;
}
.AnyTagClassName
{
color: #8A117B;
}
</style>
background-color css
<style>
a { background-color: #8A117B; }
a { background-color: rgb(138,17,123); }
div.DivClassName
{
background-color: #8A117B;
}
.BgClassName
{
background-color: #8A117B;
}
</style>
border-color css
<style>
span { border-color: #8A117B; }
span { border-color: rgb(138,17,123); }
td.TdClassName
{
border-color: #8A117B;
}
.TagClassName
{
border-color: #8A117B;
}
</style>