Shades of Deluge #80639D
Tints of Deluge #80639D
RGB
CMYK
RGB Variations
Color information
#80639D (or 0x80639D) is known color: Deluge. HEX triplet: 80, 63 and 9D. RGB value is (128,99,157). Sum of RGB (Red+Green+Blue) = 128+99+157=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 99 (39.06% from 255 or 25.78% from 384); Blue value is 157 (61.72% from 255 or 40.89% from 384); Max value from RGB is 157 - color contains mainly: blue. Hex color #80639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80639D is #7F9C62. Grayscale: #727272. Windows color (decimal): -8363107 or 10314624. OLE color: 10314624.
HSL color Cylindrical-coordinate representation of color #80639D: hue angle of 270º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80639D is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 99 | 157 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.38 |
| HSL | 270º | 0.23% | 0.5% | - |
| HSV(B) | 270º | 0.37% | 0.62% | - |
| XYZ | 19.45 | 15.95 | 33.95 | - |
| YUV | 114.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 99 | 157 | 0.18 | 0.37 | 0 | 0.38 | 270 | 0.23 | 0.5 |
| Hex | 80 | 63 | 9D | 12 | 25 | 0 | 26 | 10E | 17 | 32 |
| Octal | 200 | 143 | 235 | 22 | 45 | 0 | 46 | 416 | 27 | 62 |
| Binary | 10000000 | 1100011 | 10011101 | 10010 | 100101 | 0 | 100110 | 100001110 | 10111 | 110010 |
Color Harmonies of #80639D
Complementary color
Monochromatic Colors of #80639D
Black with #80639D
Text Example
Text Example
White with #80639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80639D; }
p { color: rgb(128,99,157); }
H1.HeaderClassName
{
color: #80639D;
}
.AnyTagClassName
{
color: #80639D;
}
</style>
background-color css
<style>
a { background-color: #80639D; }
a { background-color: rgb(128,99,157); }
div.DivClassName
{
background-color: #80639D;
}
.BgClassName
{
background-color: #80639D;
}
</style>
border-color css
<style>
span { border-color: #80639D; }
span { border-color: rgb(128,99,157); }
td.TdClassName
{
border-color: #80639D;
}
.TagClassName
{
border-color: #80639D;
}
</style>