Shades of Disco #8A113E
Tints of Disco #8A113E
RGB
CMYK
RGB Variations
Color information
#8A113E (or 0x8A113E) is known color: Disco. HEX triplet: 8A, 11 and 3E. RGB value is (138,17,62). Sum of RGB (Red+Green+Blue) = 138+17+62=217 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.59% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 138 - color contains mainly: red. Hex color #8A113E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A113E is #75EEC1. Grayscale: #3A3A3A. Windows color (decimal): -7728834 or 4067722. OLE color: 4067722.
HSL color Cylindrical-coordinate representation of color #8A113E: hue angle of 337.69º 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 #8A113E is Cyan = 0, Magento = 0.88, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 17 | 62 | - |
| CMYK | 0 | 0.88 | 0.55 | 0.46 |
| HSL | 337.69º | 0.78% | 0.3% | - |
| HSV(B) | 337.69º | 0.88% | 0.54% | - |
| XYZ | 11.55 | 6.15 | 5.14 | - |
| YUV | 58.31 | 130.09 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 17 | 62 | 0 | 0.88 | 0.55 | 0.46 | 337.69 | 0.78 | 0.3 |
| Hex | 8A | 11 | 3E | 0 | 58 | 37 | 2E | 152 | 4E | 1E |
| Octal | 212 | 21 | 76 | 0 | 130 | 67 | 56 | 522 | 116 | 36 |
| Binary | 10001010 | 10001 | 111110 | 0 | 1011000 | 110111 | 101110 | 101010010 | 1001110 | 11110 |
Color Harmonies of #8A113E
Complementary color
Monochromatic Colors of #8A113E
Black with #8A113E
Text Example
Text Example
White with #8A113E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A113E; }
p { color: rgb(138,17,62); }
H1.HeaderClassName
{
color: #8A113E;
}
.AnyTagClassName
{
color: #8A113E;
}
</style>
background-color css
<style>
a { background-color: #8A113E; }
a { background-color: rgb(138,17,62); }
div.DivClassName
{
background-color: #8A113E;
}
.BgClassName
{
background-color: #8A113E;
}
</style>
border-color css
<style>
span { border-color: #8A113E; }
span { border-color: rgb(138,17,62); }
td.TdClassName
{
border-color: #8A113E;
}
.TagClassName
{
border-color: #8A113E;
}
</style>