Shades of Deluge #81639E
Tints of Deluge #81639E
RGB
CMYK
RGB Variations
Color information
#81639E (or 0x81639E) is known color: Deluge. HEX triplet: 81, 63 and 9E. RGB value is (129,99,158). Sum of RGB (Red+Green+Blue) = 129+99+158=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #81639E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81639E is #7E9C61. Grayscale: #727272. Windows color (decimal): -8297570 or 10380161. OLE color: 10380161.
HSL color Cylindrical-coordinate representation of color #81639E: hue angle of 270.51º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81639E is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 99 | 158 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.38 |
| HSL | 270.51º | 0.23% | 0.5% | - |
| HSV(B) | 270.51º | 0.37% | 0.62% | - |
| XYZ | 19.69 | 16.06 | 34.41 | - |
| YUV | 114.7 | 152.44 | 138.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 158 | 0.18 | 0.37 | 0 | 0.38 | 270.51 | 0.23 | 0.5 |
| Hex | 81 | 63 | 9E | 12 | 25 | 0 | 26 | 10F | 17 | 32 |
| Octal | 201 | 143 | 236 | 22 | 45 | 0 | 46 | 417 | 27 | 62 |
| Binary | 10000001 | 1100011 | 10011110 | 10010 | 100101 | 0 | 100110 | 100001111 | 10111 | 110010 |
Color Harmonies of #81639E
Complementary color
Monochromatic Colors of #81639E
Black with #81639E
Text Example
Text Example
White with #81639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81639E; }
p { color: rgb(129,99,158); }
H1.HeaderClassName
{
color: #81639E;
}
.AnyTagClassName
{
color: #81639E;
}
</style>
background-color css
<style>
a { background-color: #81639E; }
a { background-color: rgb(129,99,158); }
div.DivClassName
{
background-color: #81639E;
}
.BgClassName
{
background-color: #81639E;
}
</style>
border-color css
<style>
span { border-color: #81639E; }
span { border-color: rgb(129,99,158); }
td.TdClassName
{
border-color: #81639E;
}
.TagClassName
{
border-color: #81639E;
}
</style>