Shades of Cosmic #80426E
Tints of Cosmic #80426E
RGB
CMYK
RGB Variations
Color information
#80426E (or 0x80426E) is known color: Cosmic. HEX triplet: 80, 42 and 6E. RGB value is (128,66,110). Sum of RGB (Red+Green+Blue) = 128+66+110=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 66 (26.17% from 255 or 21.71% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #80426E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80426E is #7FBD91. Grayscale: #595959. Windows color (decimal): -8371602 or 7225984. OLE color: 7225984.
HSL color Cylindrical-coordinate representation of color #80426E: hue angle of 317.42º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #80426E is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 66 | 110 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.50 |
| HSL | 317.42º | 0.32% | 0.38% | - |
| HSV(B) | 317.42º | 0.48% | 0.5% | - |
| XYZ | 13.66 | 9.61 | 15.89 | - |
| YUV | 89.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 110 | 0 | 0.48 | 0.14 | 0.50 | 317.42 | 0.32 | 0.38 |
| Hex | 80 | 42 | 6E | 0 | 30 | E | 32 | 13D | 20 | 26 |
| Octal | 200 | 102 | 156 | 0 | 60 | 16 | 62 | 475 | 40 | 46 |
| Binary | 10000000 | 1000010 | 1101110 | 0 | 110000 | 1110 | 110010 | 100111101 | 100000 | 100110 |
Color Harmonies of #80426E
Complementary color
Monochromatic Colors of #80426E
Black with #80426E
Text Example
Text Example
White with #80426E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80426E; }
p { color: rgb(128,66,110); }
H1.HeaderClassName
{
color: #80426E;
}
.AnyTagClassName
{
color: #80426E;
}
</style>
background-color css
<style>
a { background-color: #80426E; }
a { background-color: rgb(128,66,110); }
div.DivClassName
{
background-color: #80426E;
}
.BgClassName
{
background-color: #80426E;
}
</style>
border-color css
<style>
span { border-color: #80426E; }
span { border-color: rgb(128,66,110); }
td.TdClassName
{
border-color: #80426E;
}
.TagClassName
{
border-color: #80426E;
}
</style>