Shades of Deluge #80669A
Tints of Deluge #80669A
RGB
CMYK
RGB Variations
Color information
#80669A (or 0x80669A) is known color: Deluge. HEX triplet: 80, 66 and 9A. RGB value is (128,102,154). Sum of RGB (Red+Green+Blue) = 128+102+154=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #80669A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #80669A is #7F9965. Grayscale: #737373. Windows color (decimal): -8362342 or 10118784. OLE color: 10118784.
HSL color Cylindrical-coordinate representation of color #80669A: hue angle of 270º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80669A is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 102 | 154 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.40 |
| HSL | 270º | 0.2% | 0.5% | - |
| HSV(B) | 270º | 0.34% | 0.6% | - |
| XYZ | 19.49 | 16.43 | 32.72 | - |
| YUV | 115.7 | 149.61 | 136.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 154 | 0.17 | 0.34 | 0 | 0.40 | 270 | 0.2 | 0.5 |
| Hex | 80 | 66 | 9A | 11 | 22 | 0 | 28 | 10E | 14 | 32 |
| Octal | 200 | 146 | 232 | 21 | 42 | 0 | 50 | 416 | 24 | 62 |
| Binary | 10000000 | 1100110 | 10011010 | 10001 | 100010 | 0 | 101000 | 100001110 | 10100 | 110010 |
Color Harmonies of #80669A
Complementary color
Monochromatic Colors of #80669A
Black with #80669A
Text Example
Text Example
White with #80669A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80669A; }
p { color: rgb(128,102,154); }
H1.HeaderClassName
{
color: #80669A;
}
.AnyTagClassName
{
color: #80669A;
}
</style>
background-color css
<style>
a { background-color: #80669A; }
a { background-color: rgb(128,102,154); }
div.DivClassName
{
background-color: #80669A;
}
.BgClassName
{
background-color: #80669A;
}
</style>
border-color css
<style>
span { border-color: #80669A; }
span { border-color: rgb(128,102,154); }
td.TdClassName
{
border-color: #80669A;
}
.TagClassName
{
border-color: #80669A;
}
</style>