Shades of Disco #8A334F
Tints of Disco #8A334F
RGB
CMYK
RGB Variations
Color information
#8A334F (or 0x8A334F) is known color: Disco. HEX triplet: 8A, 33 and 4F. RGB value is (138,51,79). Sum of RGB (Red+Green+Blue) = 138+51+79=268 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.49% from 268); Green value is 51 (20.31% from 255 or 19.03% from 268); Blue value is 79 (31.25% from 255 or 29.48% from 268); Max value from RGB is 138 - color contains mainly: red. Hex color #8A334F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A334F is #75CCB0. Grayscale: #505050. Windows color (decimal): -7720113 or 5190538. OLE color: 5190538.
HSL color Cylindrical-coordinate representation of color #8A334F: hue angle of 340.69º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A334F is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 51 | 79 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.46 |
| HSL | 340.69º | 0.46% | 0.37% | - |
| HSV(B) | 340.69º | 0.63% | 0.54% | - |
| XYZ | 13.08 | 8.34 | 8.32 | - |
| YUV | 80.21 | 127.32 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 51 | 79 | 0 | 0.63 | 0.43 | 0.46 | 340.69 | 0.46 | 0.37 |
| Hex | 8A | 33 | 4F | 0 | 3F | 2B | 2E | 155 | 2E | 25 |
| Octal | 212 | 63 | 117 | 0 | 77 | 53 | 56 | 525 | 56 | 45 |
| Binary | 10001010 | 110011 | 1001111 | 0 | 111111 | 101011 | 101110 | 101010101 | 101110 | 100101 |
Color Harmonies of #8A334F
Complementary color
Monochromatic Colors of #8A334F
Black with #8A334F
Text Example
Text Example
White with #8A334F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A334F; }
p { color: rgb(138,51,79); }
H1.HeaderClassName
{
color: #8A334F;
}
.AnyTagClassName
{
color: #8A334F;
}
</style>
background-color css
<style>
a { background-color: #8A334F; }
a { background-color: rgb(138,51,79); }
div.DivClassName
{
background-color: #8A334F;
}
.BgClassName
{
background-color: #8A334F;
}
</style>
border-color css
<style>
span { border-color: #8A334F; }
span { border-color: rgb(138,51,79); }
td.TdClassName
{
border-color: #8A334F;
}
.TagClassName
{
border-color: #8A334F;
}
</style>