Shades of Disco #8A334D
Tints of Disco #8A334D
RGB
CMYK
RGB Variations
Color information
#8A334D (or 0x8A334D) is known color: Disco. HEX triplet: 8A, 33 and 4D. RGB value is (138,51,77). Sum of RGB (Red+Green+Blue) = 138+51+77=266 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.88% from 266); Green value is 51 (20.31% from 255 or 19.17% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 138 - color contains mainly: red. Hex color #8A334D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A334D is #75CCB2. Grayscale: #4F4F4F. Windows color (decimal): -7720115 or 5059466. OLE color: 5059466.
HSL color Cylindrical-coordinate representation of color #8A334D: hue angle of 342.07º 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 #8A334D is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 51 | 77 | - |
| CMYK | 0 | 0.63 | 0.44 | 0.46 |
| HSL | 342.07º | 0.46% | 0.37% | - |
| HSV(B) | 342.07º | 0.63% | 0.54% | - |
| XYZ | 13 | 8.31 | 7.94 | - |
| YUV | 79.98 | 126.32 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 51 | 77 | 0 | 0.63 | 0.44 | 0.46 | 342.07 | 0.46 | 0.37 |
| Hex | 8A | 33 | 4D | 0 | 3F | 2C | 2E | 156 | 2E | 25 |
| Octal | 212 | 63 | 115 | 0 | 77 | 54 | 56 | 526 | 56 | 45 |
| Binary | 10001010 | 110011 | 1001101 | 0 | 111111 | 101100 | 101110 | 101010110 | 101110 | 100101 |
Color Harmonies of #8A334D
Complementary color
Monochromatic Colors of #8A334D
Black with #8A334D
Text Example
Text Example
White with #8A334D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A334D; }
p { color: rgb(138,51,77); }
H1.HeaderClassName
{
color: #8A334D;
}
.AnyTagClassName
{
color: #8A334D;
}
</style>
background-color css
<style>
a { background-color: #8A334D; }
a { background-color: rgb(138,51,77); }
div.DivClassName
{
background-color: #8A334D;
}
.BgClassName
{
background-color: #8A334D;
}
</style>
border-color css
<style>
span { border-color: #8A334D; }
span { border-color: rgb(138,51,77); }
td.TdClassName
{
border-color: #8A334D;
}
.TagClassName
{
border-color: #8A334D;
}
</style>