Shades of Deluge #81699E
Tints of Deluge #81699E
RGB
CMYK
RGB Variations
Color information
#81699E (or 0x81699E) is known color: Deluge. HEX triplet: 81, 69 and 9E. RGB value is (129,105,158). Sum of RGB (Red+Green+Blue) = 129+105+158=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 158 (62.11% from 255 or 40.31% from 392); Max value from RGB is 158 - color contains mainly: blue. Hex color #81699E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81699E is #7E9661. Grayscale: #767676. Windows color (decimal): -8296034 or 10381697. OLE color: 10381697.
HSL color Cylindrical-coordinate representation of color #81699E: hue angle of 267.17º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81699E is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 105 | 158 | - |
| CMYK | 0.18 | 0.34 | 0 | 0.38 |
| HSL | 267.17º | 0.21% | 0.52% | - |
| HSV(B) | 267.17º | 0.34% | 0.62% | - |
| XYZ | 20.28 | 17.24 | 34.61 | - |
| YUV | 118.22 | 150.45 | 135.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 158 | 0.18 | 0.34 | 0 | 0.38 | 267.17 | 0.21 | 0.52 |
| Hex | 81 | 69 | 9E | 12 | 22 | 0 | 26 | 10B | 15 | 34 |
| Octal | 201 | 151 | 236 | 22 | 42 | 0 | 46 | 413 | 25 | 64 |
| Binary | 10000001 | 1101001 | 10011110 | 10010 | 100010 | 0 | 100110 | 100001011 | 10101 | 110100 |
Color Harmonies of #81699E
Complementary color
Monochromatic Colors of #81699E
Black with #81699E
Text Example
Text Example
White with #81699E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81699E; }
p { color: rgb(129,105,158); }
H1.HeaderClassName
{
color: #81699E;
}
.AnyTagClassName
{
color: #81699E;
}
</style>
background-color css
<style>
a { background-color: #81699E; }
a { background-color: rgb(129,105,158); }
div.DivClassName
{
background-color: #81699E;
}
.BgClassName
{
background-color: #81699E;
}
</style>
border-color css
<style>
span { border-color: #81699E; }
span { border-color: rgb(129,105,158); }
td.TdClassName
{
border-color: #81699E;
}
.TagClassName
{
border-color: #81699E;
}
</style>