Shades of Disco #8A334E
Tints of Disco #8A334E
RGB
CMYK
RGB Variations
Color information
#8A334E (or 0x8A334E) is known color: Disco. HEX triplet: 8A, 33 and 4E. RGB value is (138,51,78). Sum of RGB (Red+Green+Blue) = 138+51+78=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 78 (30.86% from 255 or 29.21% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A334E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A334E is #75CCB1. Grayscale: #505050. Windows color (decimal): -7720114 or 5125002. OLE color: 5125002.
HSL color Cylindrical-coordinate representation of color #8A334E: hue angle of 341.38º 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 #8A334E is Cyan = 0, Magento = 0.63, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 51 | 78 | - |
| CMYK | 0 | 0.63 | 0.43 | 0.46 |
| HSL | 341.38º | 0.46% | 0.37% | - |
| HSV(B) | 341.38º | 0.63% | 0.54% | - |
| XYZ | 13.04 | 8.32 | 8.13 | - |
| YUV | 80.09 | 126.82 | 169.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 51 | 78 | 0 | 0.63 | 0.43 | 0.46 | 341.38 | 0.46 | 0.37 |
| Hex | 8A | 33 | 4E | 0 | 3F | 2B | 2E | 155 | 2E | 25 |
| Octal | 212 | 63 | 116 | 0 | 77 | 53 | 56 | 525 | 56 | 45 |
| Binary | 10001010 | 110011 | 1001110 | 0 | 111111 | 101011 | 101110 | 101010101 | 101110 | 100101 |
Color Harmonies of #8A334E
Complementary color
Monochromatic Colors of #8A334E
Black with #8A334E
Text Example
Text Example
White with #8A334E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A334E; }
p { color: rgb(138,51,78); }
H1.HeaderClassName
{
color: #8A334E;
}
.AnyTagClassName
{
color: #8A334E;
}
</style>
background-color css
<style>
a { background-color: #8A334E; }
a { background-color: rgb(138,51,78); }
div.DivClassName
{
background-color: #8A334E;
}
.BgClassName
{
background-color: #8A334E;
}
</style>
border-color css
<style>
span { border-color: #8A334E; }
span { border-color: rgb(138,51,78); }
td.TdClassName
{
border-color: #8A334E;
}
.TagClassName
{
border-color: #8A334E;
}
</style>