Shades of Cosmic #80496A
Tints of Cosmic #80496A
RGB
CMYK
RGB Variations
Color information
#80496A (or 0x80496A) is known color: Cosmic. HEX triplet: 80, 49 and 6A. RGB value is (128,73,106). Sum of RGB (Red+Green+Blue) = 128+73+106=307 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.69% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 128 - color contains mainly: red. Hex color #80496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80496A is #7FB695. Grayscale: #5D5D5D. Windows color (decimal): -8369814 or 6965632. OLE color: 6965632.
HSL color Cylindrical-coordinate representation of color #80496A: hue angle of 324º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #80496A is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 106 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.50 |
| HSL | 324º | 0.27% | 0.39% | - |
| HSV(B) | 324º | 0.43% | 0.5% | - |
| XYZ | 13.89 | 10.39 | 14.91 | - |
| YUV | 93.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 106 | 0 | 0.43 | 0.17 | 0.50 | 324 | 0.27 | 0.39 |
| Hex | 80 | 49 | 6A | 0 | 2B | 11 | 32 | 144 | 1B | 27 |
| Octal | 200 | 111 | 152 | 0 | 53 | 21 | 62 | 504 | 33 | 47 |
| Binary | 10000000 | 1001001 | 1101010 | 0 | 101011 | 10001 | 110010 | 101000100 | 11011 | 100111 |
Color Harmonies of #80496A
Complementary color
Monochromatic Colors of #80496A
Black with #80496A
Text Example
Text Example
White with #80496A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80496A; }
p { color: rgb(128,73,106); }
H1.HeaderClassName
{
color: #80496A;
}
.AnyTagClassName
{
color: #80496A;
}
</style>
background-color css
<style>
a { background-color: #80496A; }
a { background-color: rgb(128,73,106); }
div.DivClassName
{
background-color: #80496A;
}
.BgClassName
{
background-color: #80496A;
}
</style>
border-color css
<style>
span { border-color: #80496A; }
span { border-color: rgb(128,73,106); }
td.TdClassName
{
border-color: #80496A;
}
.TagClassName
{
border-color: #80496A;
}
</style>