Shades of Deluge #80619B
Tints of Deluge #80619B
RGB
CMYK
RGB Variations
Color information
#80619B (or 0x80619B) is known color: Deluge. HEX triplet: 80, 61 and 9B. RGB value is (128,97,155). Sum of RGB (Red+Green+Blue) = 128+97+155=380 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.68% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #80619B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80619B is #7F9E64. Grayscale: #707070. Windows color (decimal): -8363621 or 10183040. OLE color: 10183040.
HSL color Cylindrical-coordinate representation of color #80619B: hue angle of 272.07º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80619B is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 97 | 155 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.39 |
| HSL | 272.07º | 0.23% | 0.49% | - |
| HSV(B) | 272.07º | 0.37% | 0.61% | - |
| XYZ | 19.09 | 15.51 | 33 | - |
| YUV | 112.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 97 | 155 | 0.17 | 0.37 | 0 | 0.39 | 272.07 | 0.23 | 0.49 |
| Hex | 80 | 61 | 9B | 11 | 25 | 0 | 27 | 110 | 17 | 31 |
| Octal | 200 | 141 | 233 | 21 | 45 | 0 | 47 | 420 | 27 | 61 |
| Binary | 10000000 | 1100001 | 10011011 | 10001 | 100101 | 0 | 100111 | 100010000 | 10111 | 110001 |
Color Harmonies of #80619B
Complementary color
Monochromatic Colors of #80619B
Black with #80619B
Text Example
Text Example
White with #80619B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80619B; }
p { color: rgb(128,97,155); }
H1.HeaderClassName
{
color: #80619B;
}
.AnyTagClassName
{
color: #80619B;
}
</style>
background-color css
<style>
a { background-color: #80619B; }
a { background-color: rgb(128,97,155); }
div.DivClassName
{
background-color: #80619B;
}
.BgClassName
{
background-color: #80619B;
}
</style>
border-color css
<style>
span { border-color: #80619B; }
span { border-color: rgb(128,97,155); }
td.TdClassName
{
border-color: #80619B;
}
.TagClassName
{
border-color: #80619B;
}
</style>