Shades of Disco #8A0D43
Tints of Disco #8A0D43
RGB
CMYK
RGB Variations
Color information
#8A0D43 (or 0x8A0D43) is known color: Disco. HEX triplet: 8A, 0D and 43. RGB value is (138,13,67). Sum of RGB (Red+Green+Blue) = 138+13+67=218 (28% of max value = 765). Red value is 138 (54.30% from 255 or 63.30% from 218); Green value is 13 (5.47% from 255 or 5.96% from 218); Blue value is 67 (26.56% from 255 or 30.73% from 218); Max value from RGB is 138 - color contains mainly: red. Hex color #8A0D43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A0D43 is #75F2BC. Grayscale: #383838. Windows color (decimal): -7729853 or 4394378. OLE color: 4394378.
HSL color Cylindrical-coordinate representation of color #8A0D43: hue angle of 334.08º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8A0D43 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 13 | 67 | - |
| CMYK | 0 | 0.91 | 0.51 | 0.46 |
| HSL | 334.08º | 0.83% | 0.3% | - |
| HSV(B) | 334.08º | 0.91% | 0.54% | - |
| XYZ | 11.64 | 6.1 | 5.87 | - |
| YUV | 56.53 | 133.91 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 13 | 67 | 0 | 0.91 | 0.51 | 0.46 | 334.08 | 0.83 | 0.3 |
| Hex | 8A | D | 43 | 0 | 5B | 33 | 2E | 14E | 53 | 1E |
| Octal | 212 | 15 | 103 | 0 | 133 | 63 | 56 | 516 | 123 | 36 |
| Binary | 10001010 | 1101 | 1000011 | 0 | 1011011 | 110011 | 101110 | 101001110 | 1010011 | 11110 |
Color Harmonies of #8A0D43
Complementary color
Monochromatic Colors of #8A0D43
Black with #8A0D43
Text Example
Text Example
White with #8A0D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A0D43; }
p { color: rgb(138,13,67); }
H1.HeaderClassName
{
color: #8A0D43;
}
.AnyTagClassName
{
color: #8A0D43;
}
</style>
background-color css
<style>
a { background-color: #8A0D43; }
a { background-color: rgb(138,13,67); }
div.DivClassName
{
background-color: #8A0D43;
}
.BgClassName
{
background-color: #8A0D43;
}
</style>
border-color css
<style>
span { border-color: #8A0D43; }
span { border-color: rgb(138,13,67); }
td.TdClassName
{
border-color: #8A0D43;
}
.TagClassName
{
border-color: #8A0D43;
}
</style>