Shades of Deluge #81619E
Tints of Deluge #81619E
RGB
CMYK
RGB Variations
Color information
#81619E (or 0x81619E) is known color: Deluge. HEX triplet: 81, 61 and 9E. RGB value is (129,97,158). Sum of RGB (Red+Green+Blue) = 129+97+158=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 158 (62.11% from 255 or 41.15% from 384); Max value from RGB is 158 - color contains mainly: blue. Hex color #81619E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81619E is #7E9E61. Grayscale: #717171. Windows color (decimal): -8298082 or 10379649. OLE color: 10379649.
HSL color Cylindrical-coordinate representation of color #81619E: hue angle of 271.48º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #81619E is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 97 | 158 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.38 |
| HSL | 271.48º | 0.24% | 0.5% | - |
| HSV(B) | 271.48º | 0.39% | 0.62% | - |
| XYZ | 19.5 | 15.69 | 34.35 | - |
| YUV | 113.52 | 153.1 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 97 | 158 | 0.18 | 0.39 | 0 | 0.38 | 271.48 | 0.24 | 0.5 |
| Hex | 81 | 61 | 9E | 12 | 27 | 0 | 26 | 10F | 18 | 32 |
| Octal | 201 | 141 | 236 | 22 | 47 | 0 | 46 | 417 | 30 | 62 |
| Binary | 10000001 | 1100001 | 10011110 | 10010 | 100111 | 0 | 100110 | 100001111 | 11000 | 110010 |
Color Harmonies of #81619E
Complementary color
Monochromatic Colors of #81619E
Black with #81619E
Text Example
Text Example
White with #81619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81619E; }
p { color: rgb(129,97,158); }
H1.HeaderClassName
{
color: #81619E;
}
.AnyTagClassName
{
color: #81619E;
}
</style>
background-color css
<style>
a { background-color: #81619E; }
a { background-color: rgb(129,97,158); }
div.DivClassName
{
background-color: #81619E;
}
.BgClassName
{
background-color: #81619E;
}
</style>
border-color css
<style>
span { border-color: #81619E; }
span { border-color: rgb(129,97,158); }
td.TdClassName
{
border-color: #81619E;
}
.TagClassName
{
border-color: #81619E;
}
</style>