Shades of Deluge #806F9F
Tints of Deluge #806F9F
RGB
CMYK
RGB Variations
Color information
#806F9F (or 0x806F9F) is known color: Deluge. HEX triplet: 80, 6F and 9F. RGB value is (128,111,159). Sum of RGB (Red+Green+Blue) = 128+111+159=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 159 (62.5% from 255 or 39.95% from 398); Max value from RGB is 159 - color contains mainly: blue. Hex color #806F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #806F9F is #7F9060. Grayscale: #797979. Windows color (decimal): -8360033 or 10448768. OLE color: 10448768.
HSL color Cylindrical-coordinate representation of color #806F9F: hue angle of 261.25º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #806F9F is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 111 | 159 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.38 |
| HSL | 261.25º | 0.2% | 0.53% | - |
| HSV(B) | 261.25º | 0.3% | 0.62% | - |
| XYZ | 20.84 | 18.46 | 35.27 | - |
| YUV | 121.56 | 149.13 | 132.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 111 | 159 | 0.19 | 0.30 | 0 | 0.38 | 261.25 | 0.2 | 0.53 |
| Hex | 80 | 6F | 9F | 13 | 1E | 0 | 26 | 105 | 14 | 35 |
| Octal | 200 | 157 | 237 | 23 | 36 | 0 | 46 | 405 | 24 | 65 |
| Binary | 10000000 | 1101111 | 10011111 | 10011 | 11110 | 0 | 100110 | 100000101 | 10100 | 110101 |
Color Harmonies of #806F9F
Complementary color
Monochromatic Colors of #806F9F
Black with #806F9F
Text Example
Text Example
White with #806F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806F9F; }
p { color: rgb(128,111,159); }
H1.HeaderClassName
{
color: #806F9F;
}
.AnyTagClassName
{
color: #806F9F;
}
</style>
background-color css
<style>
a { background-color: #806F9F; }
a { background-color: rgb(128,111,159); }
div.DivClassName
{
background-color: #806F9F;
}
.BgClassName
{
background-color: #806F9F;
}
</style>
border-color css
<style>
span { border-color: #806F9F; }
span { border-color: rgb(128,111,159); }
td.TdClassName
{
border-color: #806F9F;
}
.TagClassName
{
border-color: #806F9F;
}
</style>