Shades of Disco #8A0C47
Tints of Disco #8A0C47
RGB
CMYK
RGB Variations
Color information
#8A0C47 (or 0x8A0C47) is known color: Disco. HEX triplet: 8A, 0C and 47. RGB value is (138,12,71). Sum of RGB (Red+Green+Blue) = 138+12+71=221 (29% of max value = 765). Red value is 138 (54.30% from 255 or 62.44% from 221); Green value is 12 (5.08% from 255 or 5.43% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0C47 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0C47 is #75F3B8. Grayscale: #383838. Windows color (decimal): -7730105 or 4656266. OLE color: 4656266.
HSL color Cylindrical-coordinate representation of color #8A0C47: hue angle of 331.9º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0C47 is Cyan = 0, Magento = 0.91, Yellow = 0.49 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 12 | 71 | - |
| CMYK | 0 | 0.91 | 0.49 | 0.46 |
| HSL | 331.9º | 0.84% | 0.29% | - |
| HSV(B) | 331.9º | 0.91% | 0.54% | - |
| XYZ | 11.75 | 6.12 | 6.52 | - |
| YUV | 56.4 | 136.24 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 12 | 71 | 0 | 0.91 | 0.49 | 0.46 | 331.9 | 0.84 | 0.29 |
| Hex | 8A | C | 47 | 0 | 5B | 31 | 2E | 14C | 54 | 1D |
| Octal | 212 | 14 | 107 | 0 | 133 | 61 | 56 | 514 | 124 | 35 |
| Binary | 10001010 | 1100 | 1000111 | 0 | 1011011 | 110001 | 101110 | 101001100 | 1010100 | 11101 |
Color Harmonies of #8A0C47
Complementary color
Monochromatic Colors of #8A0C47
Black with #8A0C47
Text Example
Text Example
White with #8A0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0C47; }
p { color: rgb(138,12,71); }
H1.HeaderClassName
{
color: #8A0C47;
}
.AnyTagClassName
{
color: #8A0C47;
}
</style>
background-color css
<style>
a { background-color: #8A0C47; }
a { background-color: rgb(138,12,71); }
div.DivClassName
{
background-color: #8A0C47;
}
.BgClassName
{
background-color: #8A0C47;
}
</style>
border-color css
<style>
span { border-color: #8A0C47; }
span { border-color: rgb(138,12,71); }
td.TdClassName
{
border-color: #8A0C47;
}
.TagClassName
{
border-color: #8A0C47;
}
</style>