Shades of Deluge #806D9B
Tints of Deluge #806D9B
RGB
CMYK
RGB Variations
Color information
#806D9B (or 0x806D9B) is known color: Deluge. HEX triplet: 80, 6D and 9B. RGB value is (128,109,155). Sum of RGB (Red+Green+Blue) = 128+109+155=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #806D9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806D9B is #7F9264. Grayscale: #777777. Windows color (decimal): -8360549 or 10186112. OLE color: 10186112.
HSL color Cylindrical-coordinate representation of color #806D9B: hue angle of 264.78º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #806D9B is Cyan = 0.17, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 109 | 155 | - |
| CMYK | 0.17 | 0.30 | 0 | 0.39 |
| HSL | 264.78º | 0.19% | 0.52% | - |
| HSV(B) | 264.78º | 0.3% | 0.61% | - |
| XYZ | 20.29 | 17.89 | 33.39 | - |
| YUV | 119.93 | 147.79 | 133.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 109 | 155 | 0.17 | 0.30 | 0 | 0.39 | 264.78 | 0.19 | 0.52 |
| Hex | 80 | 6D | 9B | 11 | 1E | 0 | 27 | 109 | 13 | 34 |
| Octal | 200 | 155 | 233 | 21 | 36 | 0 | 47 | 411 | 23 | 64 |
| Binary | 10000000 | 1101101 | 10011011 | 10001 | 11110 | 0 | 100111 | 100001001 | 10011 | 110100 |
Color Harmonies of #806D9B
Complementary color
Monochromatic Colors of #806D9B
Black with #806D9B
Text Example
Text Example
White with #806D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806D9B; }
p { color: rgb(128,109,155); }
H1.HeaderClassName
{
color: #806D9B;
}
.AnyTagClassName
{
color: #806D9B;
}
</style>
background-color css
<style>
a { background-color: #806D9B; }
a { background-color: rgb(128,109,155); }
div.DivClassName
{
background-color: #806D9B;
}
.BgClassName
{
background-color: #806D9B;
}
</style>
border-color css
<style>
span { border-color: #806D9B; }
span { border-color: rgb(128,109,155); }
td.TdClassName
{
border-color: #806D9B;
}
.TagClassName
{
border-color: #806D9B;
}
</style>