Shades of Disco #8A0942
Tints of Disco #8A0942
RGB
CMYK
RGB Variations
Color information
#8A0942 (or 0x8A0942) is known color: Disco. HEX triplet: 8A, 09 and 42. RGB value is (138,9,66). Sum of RGB (Red+Green+Blue) = 138+9+66=213 (28% of max value = 765). Red value is 138 (54.30% from 255 or 64.79% from 213); Green value is 9 (3.91% from 255 or 4.23% from 213); Blue value is 66 (26.17% from 255 or 30.99% from 213); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0942 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0942 is #75F6BD. Grayscale: #353535. Windows color (decimal): -7730878 or 4327818. OLE color: 4327818.
HSL color Cylindrical-coordinate representation of color #8A0942: hue angle of 333.49º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8A0942 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 9 | 66 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.46 |
| HSL | 333.49º | 0.88% | 0.29% | - |
| HSV(B) | 333.49º | 0.93% | 0.54% | - |
| XYZ | 11.56 | 5.99 | 5.7 | - |
| YUV | 54.07 | 134.74 | 187.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 9 | 66 | 0 | 0.93 | 0.52 | 0.46 | 333.49 | 0.88 | 0.29 |
| Hex | 8A | 9 | 42 | 0 | 5D | 34 | 2E | 14D | 58 | 1D |
| Octal | 212 | 11 | 102 | 0 | 135 | 64 | 56 | 515 | 130 | 35 |
| Binary | 10001010 | 1001 | 1000010 | 0 | 1011101 | 110100 | 101110 | 101001101 | 1011000 | 11101 |
Color Harmonies of #8A0942
Complementary color
Monochromatic Colors of #8A0942
Black with #8A0942
Text Example
Text Example
White with #8A0942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0942; }
p { color: rgb(138,9,66); }
H1.HeaderClassName
{
color: #8A0942;
}
.AnyTagClassName
{
color: #8A0942;
}
</style>
background-color css
<style>
a { background-color: #8A0942; }
a { background-color: rgb(138,9,66); }
div.DivClassName
{
background-color: #8A0942;
}
.BgClassName
{
background-color: #8A0942;
}
</style>
border-color css
<style>
span { border-color: #8A0942; }
span { border-color: rgb(138,9,66); }
td.TdClassName
{
border-color: #8A0942;
}
.TagClassName
{
border-color: #8A0942;
}
</style>