Shades of Deluge #80639F
Tints of Deluge #80639F
RGB
CMYK
RGB Variations
Color information
#80639F (or 0x80639F) is known color: Deluge. HEX triplet: 80, 63 and 9F. RGB value is (128,99,159). Sum of RGB (Red+Green+Blue) = 128+99+159=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #80639F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80639F is #7F9C60. Grayscale: #727272. Windows color (decimal): -8363105 or 10445696. OLE color: 10445696.
HSL color Cylindrical-coordinate representation of color #80639F: hue angle of 269º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80639F is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 99 | 159 | - |
| CMYK | 0.19 | 0.38 | 0 | 0.38 |
| HSL | 269º | 0.24% | 0.51% | - |
| HSV(B) | 269º | 0.38% | 0.62% | - |
| XYZ | 19.62 | 16.02 | 34.86 | - |
| YUV | 114.51 | 153.11 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 159 | 0.19 | 0.38 | 0 | 0.38 | 269 | 0.24 | 0.51 |
| Hex | 80 | 63 | 9F | 13 | 26 | 0 | 26 | 10D | 18 | 33 |
| Octal | 200 | 143 | 237 | 23 | 46 | 0 | 46 | 415 | 30 | 63 |
| Binary | 10000000 | 1100011 | 10011111 | 10011 | 100110 | 0 | 100110 | 100001101 | 11000 | 110011 |
Color Harmonies of #80639F
Complementary color
Monochromatic Colors of #80639F
Black with #80639F
Text Example
Text Example
White with #80639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80639F; }
p { color: rgb(128,99,159); }
H1.HeaderClassName
{
color: #80639F;
}
.AnyTagClassName
{
color: #80639F;
}
</style>
background-color css
<style>
a { background-color: #80639F; }
a { background-color: rgb(128,99,159); }
div.DivClassName
{
background-color: #80639F;
}
.BgClassName
{
background-color: #80639F;
}
</style>
border-color css
<style>
span { border-color: #80639F; }
span { border-color: rgb(128,99,159); }
td.TdClassName
{
border-color: #80639F;
}
.TagClassName
{
border-color: #80639F;
}
</style>