Shades of Deluge #81649C
Tints of Deluge #81649C
RGB
CMYK
RGB Variations
Color information
#81649C (or 0x81649C) is known color: Deluge. HEX triplet: 81, 64 and 9C. RGB value is (129,100,156). Sum of RGB (Red+Green+Blue) = 129+100+156=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 156 - color contains mainly: blue. Hex color #81649C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81649C is #7E9B63. Grayscale: #727272. Windows color (decimal): -8297316 or 10249345. OLE color: 10249345.
HSL color Cylindrical-coordinate representation of color #81649C: hue angle of 271.07º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81649C is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 100 | 156 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.39 |
| HSL | 271.07º | 0.22% | 0.5% | - |
| HSV(B) | 271.07º | 0.36% | 0.61% | - |
| XYZ | 19.61 | 16.18 | 33.54 | - |
| YUV | 115.06 | 151.11 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 156 | 0.17 | 0.36 | 0 | 0.39 | 271.07 | 0.22 | 0.5 |
| Hex | 81 | 64 | 9C | 11 | 24 | 0 | 27 | 10F | 16 | 32 |
| Octal | 201 | 144 | 234 | 21 | 44 | 0 | 47 | 417 | 26 | 62 |
| Binary | 10000001 | 1100100 | 10011100 | 10001 | 100100 | 0 | 100111 | 100001111 | 10110 | 110010 |
Color Harmonies of #81649C
Complementary color
Monochromatic Colors of #81649C
Black with #81649C
Text Example
Text Example
White with #81649C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81649C; }
p { color: rgb(129,100,156); }
H1.HeaderClassName
{
color: #81649C;
}
.AnyTagClassName
{
color: #81649C;
}
</style>
background-color css
<style>
a { background-color: #81649C; }
a { background-color: rgb(129,100,156); }
div.DivClassName
{
background-color: #81649C;
}
.BgClassName
{
background-color: #81649C;
}
</style>
border-color css
<style>
span { border-color: #81649C; }
span { border-color: rgb(129,100,156); }
td.TdClassName
{
border-color: #81649C;
}
.TagClassName
{
border-color: #81649C;
}
</style>