Shades of Cosmic #80496C
Tints of Cosmic #80496C
RGB
CMYK
RGB Variations
Color information
#80496C (or 0x80496C) is known color: Cosmic. HEX triplet: 80, 49 and 6C. RGB value is (128,73,108). Sum of RGB (Red+Green+Blue) = 128+73+108=309 (40% of max value = 765). Red value is 128 (50.39% from 255 or 41.42% from 309); Green value is 73 (28.91% from 255 or 23.62% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 128 - color contains mainly: red. Hex color #80496C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80496C is #7FB693. Grayscale: #5D5D5D. Windows color (decimal): -8369812 or 7096704. OLE color: 7096704.
HSL color Cylindrical-coordinate representation of color #80496C: hue angle of 321.82º 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 #80496C is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 108 | - |
| CMYK | 0 | 0.43 | 0.16 | 0.50 |
| HSL | 321.82º | 0.27% | 0.39% | - |
| HSV(B) | 321.82º | 0.43% | 0.5% | - |
| XYZ | 13.99 | 10.44 | 15.46 | - |
| YUV | 93.44 | 136.22 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 108 | 0 | 0.43 | 0.16 | 0.50 | 321.82 | 0.27 | 0.39 |
| Hex | 80 | 49 | 6C | 0 | 2B | 10 | 32 | 142 | 1B | 27 |
| Octal | 200 | 111 | 154 | 0 | 53 | 20 | 62 | 502 | 33 | 47 |
| Binary | 10000000 | 1001001 | 1101100 | 0 | 101011 | 10000 | 110010 | 101000010 | 11011 | 100111 |
Color Harmonies of #80496C
Complementary color
Monochromatic Colors of #80496C
Black with #80496C
Text Example
Text Example
White with #80496C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80496C; }
p { color: rgb(128,73,108); }
H1.HeaderClassName
{
color: #80496C;
}
.AnyTagClassName
{
color: #80496C;
}
</style>
background-color css
<style>
a { background-color: #80496C; }
a { background-color: rgb(128,73,108); }
div.DivClassName
{
background-color: #80496C;
}
.BgClassName
{
background-color: #80496C;
}
</style>
border-color css
<style>
span { border-color: #80496C; }
span { border-color: rgb(128,73,108); }
td.TdClassName
{
border-color: #80496C;
}
.TagClassName
{
border-color: #80496C;
}
</style>