Shades of Cosmic #80496D
Tints of Cosmic #80496D
RGB
CMYK
RGB Variations
Color information
#80496D (or 0x80496D) is known color: Cosmic. HEX triplet: 80, 49 and 6D. RGB value is (128,73,109). Sum of RGB (Red+Green+Blue) = 128+73+109=310 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.29% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 109 (42.97% from 255 or 35.16% from 310); Max value from RGB is 128 - color contains mainly: red. Hex color #80496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80496D is #7FB692. Grayscale: #5D5D5D. Windows color (decimal): -8369811 or 7162240. OLE color: 7162240.
HSL color Cylindrical-coordinate representation of color #80496D: hue angle of 320.73º 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 #80496D is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 73 | 109 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.50 |
| HSL | 320.73º | 0.27% | 0.39% | - |
| HSV(B) | 320.73º | 0.43% | 0.5% | - |
| XYZ | 14.04 | 10.46 | 15.75 | - |
| YUV | 93.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 109 | 0 | 0.43 | 0.15 | 0.50 | 320.73 | 0.27 | 0.39 |
| Hex | 80 | 49 | 6D | 0 | 2B | F | 32 | 141 | 1B | 27 |
| Octal | 200 | 111 | 155 | 0 | 53 | 17 | 62 | 501 | 33 | 47 |
| Binary | 10000000 | 1001001 | 1101101 | 0 | 101011 | 1111 | 110010 | 101000001 | 11011 | 100111 |
Color Harmonies of #80496D
Complementary color
Monochromatic Colors of #80496D
Black with #80496D
Text Example
Text Example
White with #80496D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80496D; }
p { color: rgb(128,73,109); }
H1.HeaderClassName
{
color: #80496D;
}
.AnyTagClassName
{
color: #80496D;
}
</style>
background-color css
<style>
a { background-color: #80496D; }
a { background-color: rgb(128,73,109); }
div.DivClassName
{
background-color: #80496D;
}
.BgClassName
{
background-color: #80496D;
}
</style>
border-color css
<style>
span { border-color: #80496D; }
span { border-color: rgb(128,73,109); }
td.TdClassName
{
border-color: #80496D;
}
.TagClassName
{
border-color: #80496D;
}
</style>