Shades of Disco #8A324F
Tints of Disco #8A324F
RGB
CMYK
RGB Variations
Color information
#8A324F (or 0x8A324F) is known color: Disco. HEX triplet: 8A, 32 and 4F. RGB value is (138,50,79). Sum of RGB (Red+Green+Blue) = 138+50+79=267 (35% of max value = 765). Red value is 138 (54.30% from 255 or 51.69% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 79 (31.25% from 255 or 29.59% from 267); Max value from RGB is 138 - color contains mainly: red. Hex color #8A324F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A324F is #75CDB0. Grayscale: #4F4F4F. Windows color (decimal): -7720369 or 5190282. OLE color: 5190282.
HSL color Cylindrical-coordinate representation of color #8A324F: hue angle of 340.23º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A324F is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 50 | 79 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.46 |
| HSL | 340.23º | 0.47% | 0.37% | - |
| HSV(B) | 340.23º | 0.64% | 0.54% | - |
| XYZ | 13.03 | 8.25 | 8.3 | - |
| YUV | 79.62 | 127.65 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 50 | 79 | 0 | 0.64 | 0.43 | 0.46 | 340.23 | 0.47 | 0.37 |
| Hex | 8A | 32 | 4F | 0 | 40 | 2B | 2E | 154 | 2F | 25 |
| Octal | 212 | 62 | 117 | 0 | 100 | 53 | 56 | 524 | 57 | 45 |
| Binary | 10001010 | 110010 | 1001111 | 0 | 1000000 | 101011 | 101110 | 101010100 | 101111 | 100101 |
Color Harmonies of #8A324F
Complementary color
Monochromatic Colors of #8A324F
Black with #8A324F
Text Example
Text Example
White with #8A324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A324F; }
p { color: rgb(138,50,79); }
H1.HeaderClassName
{
color: #8A324F;
}
.AnyTagClassName
{
color: #8A324F;
}
</style>
background-color css
<style>
a { background-color: #8A324F; }
a { background-color: rgb(138,50,79); }
div.DivClassName
{
background-color: #8A324F;
}
.BgClassName
{
background-color: #8A324F;
}
</style>
border-color css
<style>
span { border-color: #8A324F; }
span { border-color: rgb(138,50,79); }
td.TdClassName
{
border-color: #8A324F;
}
.TagClassName
{
border-color: #8A324F;
}
</style>