Shades of Deluge #806599
Tints of Deluge #806599
RGB
CMYK
RGB Variations
Color information
#806599 (or 0x806599) is known color: Deluge. HEX triplet: 80, 65 and 99. RGB value is (128,101,153). Sum of RGB (Red+Green+Blue) = 128+101+153=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #806599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806599 is #7F9A66. Grayscale: #727272. Windows color (decimal): -8362599 or 10052992. OLE color: 10052992.
HSL color Cylindrical-coordinate representation of color #806599: hue angle of 271.15º 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 #806599 is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 101 | 153 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.4 |
| HSL | 271.15º | 0.2% | 0.5% | - |
| HSV(B) | 271.15º | 0.34% | 0.6% | - |
| XYZ | 19.31 | 16.2 | 32.25 | - |
| YUV | 115 | 149.45 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 153 | 0.16 | 0.34 | 0 | 0.4 | 271.15 | 0.2 | 0.5 |
| Hex | 80 | 65 | 99 | 10 | 22 | 0 | 28 | 10F | 14 | 32 |
| Octal | 200 | 145 | 231 | 20 | 42 | 0 | 50 | 417 | 24 | 62 |
| Binary | 10000000 | 1100101 | 10011001 | 10000 | 100010 | 0 | 101000 | 100001111 | 10100 | 110010 |
Color Harmonies of #806599
Complementary color
Monochromatic Colors of #806599
Black with #806599
Text Example
Text Example
White with #806599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806599; }
p { color: rgb(128,101,153); }
H1.HeaderClassName
{
color: #806599;
}
.AnyTagClassName
{
color: #806599;
}
</style>
background-color css
<style>
a { background-color: #806599; }
a { background-color: rgb(128,101,153); }
div.DivClassName
{
background-color: #806599;
}
.BgClassName
{
background-color: #806599;
}
</style>
border-color css
<style>
span { border-color: #806599; }
span { border-color: rgb(128,101,153); }
td.TdClassName
{
border-color: #806599;
}
.TagClassName
{
border-color: #806599;
}
</style>