Shades of Deluge #806AA7
Tints of Deluge #806AA7
RGB
CMYK
RGB Variations
Color information
#806AA7 (or 0x806AA7) is known color: Deluge. HEX triplet: 80, 6A and A7. RGB value is (128,106,167). Sum of RGB (Red+Green+Blue) = 128+106+167=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 106 (41.80% from 255 or 26.43% from 401); Blue value is 167 (65.62% from 255 or 41.65% from 401); Max value from RGB is 167 - color contains mainly: blue. Hex color #806AA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806AA7 is #7F9558. Grayscale: #777777. Windows color (decimal): -8361305 or 10971776. OLE color: 10971776.
HSL color Cylindrical-coordinate representation of color #806AA7: hue angle of 261.64º degrees, saturation: 0.26, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #806AA7 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 106 | 167 | - |
| CMYK | 0.23 | 0.37 | 0 | 0.35 |
| HSL | 261.64º | 0.26% | 0.54% | - |
| HSV(B) | 261.64º | 0.37% | 0.65% | - |
| XYZ | 21.03 | 17.69 | 38.86 | - |
| YUV | 119.53 | 154.79 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 167 | 0.23 | 0.37 | 0 | 0.35 | 261.64 | 0.26 | 0.54 |
| Hex | 80 | 6A | A7 | 17 | 25 | 0 | 23 | 106 | 1A | 36 |
| Octal | 200 | 152 | 247 | 27 | 45 | 0 | 43 | 406 | 32 | 66 |
| Binary | 10000000 | 1101010 | 10100111 | 10111 | 100101 | 0 | 100011 | 100000110 | 11010 | 110110 |
Color Harmonies of #806AA7
Complementary color
Monochromatic Colors of #806AA7
Black with #806AA7
Text Example
Text Example
White with #806AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806AA7; }
p { color: rgb(128,106,167); }
H1.HeaderClassName
{
color: #806AA7;
}
.AnyTagClassName
{
color: #806AA7;
}
</style>
background-color css
<style>
a { background-color: #806AA7; }
a { background-color: rgb(128,106,167); }
div.DivClassName
{
background-color: #806AA7;
}
.BgClassName
{
background-color: #806AA7;
}
</style>
border-color css
<style>
span { border-color: #806AA7; }
span { border-color: rgb(128,106,167); }
td.TdClassName
{
border-color: #806AA7;
}
.TagClassName
{
border-color: #806AA7;
}
</style>