Shades of Deluge #8060A9
Tints of Deluge #8060A9
RGB
CMYK
RGB Variations
Color information
#8060A9 (or 0x8060A9) is known color: Deluge. HEX triplet: 80, 60 and A9. RGB value is (128,96,169). Sum of RGB (Red+Green+Blue) = 128+96+169=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 169 (66.41% from 255 or 43.00% from 393); Max value from RGB is 169 - color contains mainly: blue. Hex color #8060A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8060A9 is #7F9F56. Grayscale: #717171. Windows color (decimal): -8363863 or 11100288. OLE color: 11100288.
HSL color Cylindrical-coordinate representation of color #8060A9: hue angle of 266.3º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8060A9 is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 96 | 169 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.34 |
| HSL | 266.3º | 0.3% | 0.52% | - |
| HSV(B) | 266.3º | 0.43% | 0.66% | - |
| XYZ | 20.25 | 15.82 | 39.52 | - |
| YUV | 113.89 | 159.1 | 138.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 169 | 0.24 | 0.43 | 0 | 0.34 | 266.3 | 0.3 | 0.52 |
| Hex | 80 | 60 | A9 | 18 | 2B | 0 | 22 | 10A | 1E | 34 |
| Octal | 200 | 140 | 251 | 30 | 53 | 0 | 42 | 412 | 36 | 64 |
| Binary | 10000000 | 1100000 | 10101001 | 11000 | 101011 | 0 | 100010 | 100001010 | 11110 | 110100 |
Color Harmonies of #8060A9
Complementary color
Monochromatic Colors of #8060A9
Black with #8060A9
Text Example
Text Example
White with #8060A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8060A9; }
p { color: rgb(128,96,169); }
H1.HeaderClassName
{
color: #8060A9;
}
.AnyTagClassName
{
color: #8060A9;
}
</style>
background-color css
<style>
a { background-color: #8060A9; }
a { background-color: rgb(128,96,169); }
div.DivClassName
{
background-color: #8060A9;
}
.BgClassName
{
background-color: #8060A9;
}
</style>
border-color css
<style>
span { border-color: #8060A9; }
span { border-color: rgb(128,96,169); }
td.TdClassName
{
border-color: #8060A9;
}
.TagClassName
{
border-color: #8060A9;
}
</style>