Shades of Disco #8A264E
Tints of Disco #8A264E
RGB
CMYK
RGB Variations
Color information
#8A264E (or 0x8A264E) is known color: Disco. HEX triplet: 8A, 26 and 4E. RGB value is (138,38,78). Sum of RGB (Red+Green+Blue) = 138+38+78=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A264E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A264E is #75D9B1. Grayscale: #484848. Windows color (decimal): -7723442 or 5121674. OLE color: 5121674.
HSL color Cylindrical-coordinate representation of color #8A264E: hue angle of 336º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8A264E is Cyan = 0, Magento = 0.72, Yellow = 0.43 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 38 | 78 | - |
| CMYK | 0 | 0.72 | 0.43 | 0.46 |
| HSL | 336º | 0.57% | 0.35% | - |
| HSV(B) | 336º | 0.72% | 0.54% | - |
| XYZ | 12.55 | 7.34 | 7.96 | - |
| YUV | 72.46 | 131.13 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 38 | 78 | 0 | 0.72 | 0.43 | 0.46 | 336 | 0.57 | 0.35 |
| Hex | 8A | 26 | 4E | 0 | 48 | 2B | 2E | 150 | 39 | 23 |
| Octal | 212 | 46 | 116 | 0 | 110 | 53 | 56 | 520 | 71 | 43 |
| Binary | 10001010 | 100110 | 1001110 | 0 | 1001000 | 101011 | 101110 | 101010000 | 111001 | 100011 |
Color Harmonies of #8A264E
Complementary color
Monochromatic Colors of #8A264E
Black with #8A264E
Text Example
Text Example
White with #8A264E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A264E; }
p { color: rgb(138,38,78); }
H1.HeaderClassName
{
color: #8A264E;
}
.AnyTagClassName
{
color: #8A264E;
}
</style>
background-color css
<style>
a { background-color: #8A264E; }
a { background-color: rgb(138,38,78); }
div.DivClassName
{
background-color: #8A264E;
}
.BgClassName
{
background-color: #8A264E;
}
</style>
border-color css
<style>
span { border-color: #8A264E; }
span { border-color: rgb(138,38,78); }
td.TdClassName
{
border-color: #8A264E;
}
.TagClassName
{
border-color: #8A264E;
}
</style>