Shades of Cosmic #80416E
Tints of Cosmic #80416E
RGB
CMYK
RGB Variations
Color information
#80416E (or 0x80416E) is known color: Cosmic. HEX triplet: 80, 41 and 6E. RGB value is (128,65,110). Sum of RGB (Red+Green+Blue) = 128+65+110=303 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.24% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 128 - color contains mainly: red. Hex color #80416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80416E is #7FBE91. Grayscale: #585858. Windows color (decimal): -8371858 or 7225728. OLE color: 7225728.
HSL color Cylindrical-coordinate representation of color #80416E: hue angle of 317.14º 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 #80416E is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 65 | 110 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.50 |
| HSL | 317.14º | 0.33% | 0.38% | - |
| HSV(B) | 317.14º | 0.49% | 0.5% | - |
| XYZ | 13.61 | 9.5 | 15.87 | - |
| YUV | 88.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 110 | 0 | 0.49 | 0.14 | 0.50 | 317.14 | 0.33 | 0.38 |
| Hex | 80 | 41 | 6E | 0 | 31 | E | 32 | 13D | 21 | 26 |
| Octal | 200 | 101 | 156 | 0 | 61 | 16 | 62 | 475 | 41 | 46 |
| Binary | 10000000 | 1000001 | 1101110 | 0 | 110001 | 1110 | 110010 | 100111101 | 100001 | 100110 |
Color Harmonies of #80416E
Complementary color
Monochromatic Colors of #80416E
Black with #80416E
Text Example
Text Example
White with #80416E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80416E; }
p { color: rgb(128,65,110); }
H1.HeaderClassName
{
color: #80416E;
}
.AnyTagClassName
{
color: #80416E;
}
</style>
background-color css
<style>
a { background-color: #80416E; }
a { background-color: rgb(128,65,110); }
div.DivClassName
{
background-color: #80416E;
}
.BgClassName
{
background-color: #80416E;
}
</style>
border-color css
<style>
span { border-color: #80416E; }
span { border-color: rgb(128,65,110); }
td.TdClassName
{
border-color: #80416E;
}
.TagClassName
{
border-color: #80416E;
}
</style>