Shades of Disco #8A194A
Tints of Disco #8A194A
RGB
CMYK
RGB Variations
Color information
#8A194A (or 0x8A194A) is known color: Disco. HEX triplet: 8A, 19 and 4A. RGB value is (138,25,74). Sum of RGB (Red+Green+Blue) = 138+25+74=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 25 (10.16% from 255 or 10.55% from 237); Blue value is 74 (29.30% from 255 or 31.22% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A194A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A194A is #75E6B5. Grayscale: #404040. Windows color (decimal): -7726774 or 4856202. OLE color: 4856202.
HSL color Cylindrical-coordinate representation of color #8A194A: hue angle of 333.98º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A194A is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 25 | 74 | - |
| CMYK | 0 | 0.82 | 0.46 | 0.46 |
| HSL | 333.98º | 0.69% | 0.32% | - |
| HSV(B) | 333.98º | 0.82% | 0.54% | - |
| XYZ | 12.06 | 6.59 | 7.12 | - |
| YUV | 64.37 | 133.44 | 180.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 25 | 74 | 0 | 0.82 | 0.46 | 0.46 | 333.98 | 0.69 | 0.32 |
| Hex | 8A | 19 | 4A | 0 | 52 | 2E | 2E | 14E | 45 | 20 |
| Octal | 212 | 31 | 112 | 0 | 122 | 56 | 56 | 516 | 105 | 40 |
| Binary | 10001010 | 11001 | 1001010 | 0 | 1010010 | 101110 | 101110 | 101001110 | 1000101 | 100000 |
Color Harmonies of #8A194A
Complementary color
Monochromatic Colors of #8A194A
Black with #8A194A
Text Example
Text Example
White with #8A194A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A194A; }
p { color: rgb(138,25,74); }
H1.HeaderClassName
{
color: #8A194A;
}
.AnyTagClassName
{
color: #8A194A;
}
</style>
background-color css
<style>
a { background-color: #8A194A; }
a { background-color: rgb(138,25,74); }
div.DivClassName
{
background-color: #8A194A;
}
.BgClassName
{
background-color: #8A194A;
}
</style>
border-color css
<style>
span { border-color: #8A194A; }
span { border-color: rgb(138,25,74); }
td.TdClassName
{
border-color: #8A194A;
}
.TagClassName
{
border-color: #8A194A;
}
</style>