Shades of Deluge #806A9B
Tints of Deluge #806A9B
RGB
CMYK
RGB Variations
Color information
#806A9B (or 0x806A9B) is known color: Deluge. HEX triplet: 80, 6A and 9B. RGB value is (128,106,155). Sum of RGB (Red+Green+Blue) = 128+106+155=389 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.90% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #806A9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806A9B is #7F9564. Grayscale: #757575. Windows color (decimal): -8361317 or 10185344. OLE color: 10185344.
HSL color Cylindrical-coordinate representation of color #806A9B: hue angle of 266.94º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #806A9B is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 106 | 155 | - |
| CMYK | 0.17 | 0.32 | 0 | 0.39 |
| HSL | 266.94º | 0.2% | 0.51% | - |
| HSV(B) | 266.94º | 0.32% | 0.61% | - |
| XYZ | 19.97 | 17.26 | 33.29 | - |
| YUV | 118.16 | 148.79 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 155 | 0.17 | 0.32 | 0 | 0.39 | 266.94 | 0.2 | 0.51 |
| Hex | 80 | 6A | 9B | 11 | 20 | 0 | 27 | 10B | 14 | 33 |
| Octal | 200 | 152 | 233 | 21 | 40 | 0 | 47 | 413 | 24 | 63 |
| Binary | 10000000 | 1101010 | 10011011 | 10001 | 100000 | 0 | 100111 | 100001011 | 10100 | 110011 |
Color Harmonies of #806A9B
Complementary color
Monochromatic Colors of #806A9B
Black with #806A9B
Text Example
Text Example
White with #806A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806A9B; }
p { color: rgb(128,106,155); }
H1.HeaderClassName
{
color: #806A9B;
}
.AnyTagClassName
{
color: #806A9B;
}
</style>
background-color css
<style>
a { background-color: #806A9B; }
a { background-color: rgb(128,106,155); }
div.DivClassName
{
background-color: #806A9B;
}
.BgClassName
{
background-color: #806A9B;
}
</style>
border-color css
<style>
span { border-color: #806A9B; }
span { border-color: rgb(128,106,155); }
td.TdClassName
{
border-color: #806A9B;
}
.TagClassName
{
border-color: #806A9B;
}
</style>