Shades of Cosmic #80416D
Tints of Cosmic #80416D
RGB
CMYK
RGB Variations
Color information
#80416D (or 0x80416D) is known color: Cosmic. HEX triplet: 80, 41 and 6D. RGB value is (128,65,109). Sum of RGB (Red+Green+Blue) = 128+65+109=302 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.38% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 128 - color contains mainly: red. Hex color #80416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80416D is #7FBE92. Grayscale: #585858. Windows color (decimal): -8371859 or 7160192. OLE color: 7160192.
HSL color Cylindrical-coordinate representation of color #80416D: hue angle of 318.1º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80416D is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 109 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.50 |
| HSL | 318.1º | 0.33% | 0.38% | - |
| HSV(B) | 318.1º | 0.49% | 0.5% | - |
| XYZ | 13.55 | 9.47 | 15.58 | - |
| YUV | 88.85 | 139.37 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 109 | 0 | 0.49 | 0.15 | 0.50 | 318.1 | 0.33 | 0.38 |
| Hex | 80 | 41 | 6D | 0 | 31 | F | 32 | 13E | 21 | 26 |
| Octal | 200 | 101 | 155 | 0 | 61 | 17 | 62 | 476 | 41 | 46 |
| Binary | 10000000 | 1000001 | 1101101 | 0 | 110001 | 1111 | 110010 | 100111110 | 100001 | 100110 |
Color Harmonies of #80416D
Complementary color
Monochromatic Colors of #80416D
Black with #80416D
Text Example
Text Example
White with #80416D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80416D; }
p { color: rgb(128,65,109); }
H1.HeaderClassName
{
color: #80416D;
}
.AnyTagClassName
{
color: #80416D;
}
</style>
background-color css
<style>
a { background-color: #80416D; }
a { background-color: rgb(128,65,109); }
div.DivClassName
{
background-color: #80416D;
}
.BgClassName
{
background-color: #80416D;
}
</style>
border-color css
<style>
span { border-color: #80416D; }
span { border-color: rgb(128,65,109); }
td.TdClassName
{
border-color: #80416D;
}
.TagClassName
{
border-color: #80416D;
}
</style>