Shades of Deluge #816A9F
Tints of Deluge #816A9F
RGB
CMYK
RGB Variations
Color information
#816A9F (or 0x816A9F) is known color: Deluge. HEX triplet: 81, 6A and 9F. RGB value is (129,106,159). Sum of RGB (Red+Green+Blue) = 129+106+159=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #816A9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816A9F is #7E9560. Grayscale: #767676. Windows color (decimal): -8295777 or 10447489. OLE color: 10447489.
HSL color Cylindrical-coordinate representation of color #816A9F: hue angle of 266.04º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #816A9F is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 106 | 159 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.38 |
| HSL | 266.04º | 0.22% | 0.52% | - |
| HSV(B) | 266.04º | 0.33% | 0.62% | - |
| XYZ | 20.47 | 17.48 | 35.1 | - |
| YUV | 118.92 | 150.62 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 106 | 159 | 0.19 | 0.33 | 0 | 0.38 | 266.04 | 0.22 | 0.52 |
| Hex | 81 | 6A | 9F | 13 | 21 | 0 | 26 | 10A | 16 | 34 |
| Octal | 201 | 152 | 237 | 23 | 41 | 0 | 46 | 412 | 26 | 64 |
| Binary | 10000001 | 1101010 | 10011111 | 10011 | 100001 | 0 | 100110 | 100001010 | 10110 | 110100 |
Color Harmonies of #816A9F
Complementary color
Monochromatic Colors of #816A9F
Black with #816A9F
Text Example
Text Example
White with #816A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816A9F; }
p { color: rgb(129,106,159); }
H1.HeaderClassName
{
color: #816A9F;
}
.AnyTagClassName
{
color: #816A9F;
}
</style>
background-color css
<style>
a { background-color: #816A9F; }
a { background-color: rgb(129,106,159); }
div.DivClassName
{
background-color: #816A9F;
}
.BgClassName
{
background-color: #816A9F;
}
</style>
border-color css
<style>
span { border-color: #816A9F; }
span { border-color: rgb(129,106,159); }
td.TdClassName
{
border-color: #816A9F;
}
.TagClassName
{
border-color: #816A9F;
}
</style>