Shades of Deluge #81659A
Tints of Deluge #81659A
RGB
CMYK
RGB Variations
Color information
#81659A (or 0x81659A) is known color: Deluge. HEX triplet: 81, 65 and 9A. RGB value is (129,101,154). Sum of RGB (Red+Green+Blue) = 129+101+154=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 154 - color contains mainly: blue. Hex color #81659A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81659A is #7E9A65. Grayscale: #737373. Windows color (decimal): -8297062 or 10118529. OLE color: 10118529.
HSL color Cylindrical-coordinate representation of color #81659A: hue angle of 271.7º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #81659A is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 129 | 101 | 154 | - |
| CMYK | 0.16 | 0.34 | 0 | 0.40 |
| HSL | 271.7º | 0.21% | 0.5% | - |
| HSV(B) | 271.7º | 0.34% | 0.6% | - |
| XYZ | 19.54 | 16.31 | 32.69 | - |
| YUV | 115.41 | 149.78 | 137.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 154 | 0.16 | 0.34 | 0 | 0.40 | 271.7 | 0.21 | 0.5 |
| Hex | 81 | 65 | 9A | 10 | 22 | 0 | 28 | 110 | 15 | 32 |
| Octal | 201 | 145 | 232 | 20 | 42 | 0 | 50 | 420 | 25 | 62 |
| Binary | 10000001 | 1100101 | 10011010 | 10000 | 100010 | 0 | 101000 | 100010000 | 10101 | 110010 |
Color Harmonies of #81659A
Complementary color
Monochromatic Colors of #81659A
Black with #81659A
Text Example
Text Example
White with #81659A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81659A; }
p { color: rgb(129,101,154); }
H1.HeaderClassName
{
color: #81659A;
}
.AnyTagClassName
{
color: #81659A;
}
</style>
background-color css
<style>
a { background-color: #81659A; }
a { background-color: rgb(129,101,154); }
div.DivClassName
{
background-color: #81659A;
}
.BgClassName
{
background-color: #81659A;
}
</style>
border-color css
<style>
span { border-color: #81659A; }
span { border-color: rgb(129,101,154); }
td.TdClassName
{
border-color: #81659A;
}
.TagClassName
{
border-color: #81659A;
}
</style>