Shades of Deluge #80609E
Tints of Deluge #80609E
RGB
CMYK
RGB Variations
Color information
#80609E (or 0x80609E) is known color: Deluge. HEX triplet: 80, 60 and 9E. RGB value is (128,96,158). Sum of RGB (Red+Green+Blue) = 128+96+158=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #80609E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80609E is #7F9F61. Grayscale: #707070. Windows color (decimal): -8363874 or 10379392. OLE color: 10379392.
HSL color Cylindrical-coordinate representation of color #80609E: hue angle of 270.97º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80609E is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 96 | 158 | - |
| CMYK | 0.19 | 0.39 | 0 | 0.38 |
| HSL | 270.97º | 0.24% | 0.5% | - |
| HSV(B) | 270.97º | 0.39% | 0.62% | - |
| XYZ | 19.26 | 15.42 | 34.31 | - |
| YUV | 112.64 | 153.6 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 158 | 0.19 | 0.39 | 0 | 0.38 | 270.97 | 0.24 | 0.5 |
| Hex | 80 | 60 | 9E | 13 | 27 | 0 | 26 | 10F | 18 | 32 |
| Octal | 200 | 140 | 236 | 23 | 47 | 0 | 46 | 417 | 30 | 62 |
| Binary | 10000000 | 1100000 | 10011110 | 10011 | 100111 | 0 | 100110 | 100001111 | 11000 | 110010 |
Color Harmonies of #80609E
Complementary color
Monochromatic Colors of #80609E
Black with #80609E
Text Example
Text Example
White with #80609E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80609E; }
p { color: rgb(128,96,158); }
H1.HeaderClassName
{
color: #80609E;
}
.AnyTagClassName
{
color: #80609E;
}
</style>
background-color css
<style>
a { background-color: #80609E; }
a { background-color: rgb(128,96,158); }
div.DivClassName
{
background-color: #80609E;
}
.BgClassName
{
background-color: #80609E;
}
</style>
border-color css
<style>
span { border-color: #80609E; }
span { border-color: rgb(128,96,158); }
td.TdClassName
{
border-color: #80609E;
}
.TagClassName
{
border-color: #80609E;
}
</style>