Shades of Deluge #81649E
Tints of Deluge #81649E
RGB
CMYK
RGB Variations
Color information
#81649E (or 0x81649E) is known color: Deluge. HEX triplet: 81, 64 and 9E. RGB value is (129,100,158). Sum of RGB (Red+Green+Blue) = 129+100+158=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 100 (39.45% from 255 or 25.84% from 387); Blue value is 158 (62.11% from 255 or 40.83% from 387); Max value from RGB is 158 - color contains mainly: blue. Hex color #81649E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81649E is #7E9B61. Grayscale: #737373. Windows color (decimal): -8297314 or 10380417. OLE color: 10380417.
HSL color Cylindrical-coordinate representation of color #81649E: hue angle of 270º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81649E is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 100 | 158 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.38 |
| HSL | 270º | 0.23% | 0.51% | - |
| HSV(B) | 270º | 0.37% | 0.62% | - |
| XYZ | 19.78 | 16.25 | 34.44 | - |
| YUV | 115.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 158 | 0.18 | 0.37 | 0 | 0.38 | 270 | 0.23 | 0.51 |
| Hex | 81 | 64 | 9E | 12 | 25 | 0 | 26 | 10E | 17 | 33 |
| Octal | 201 | 144 | 236 | 22 | 45 | 0 | 46 | 416 | 27 | 63 |
| Binary | 10000001 | 1100100 | 10011110 | 10010 | 100101 | 0 | 100110 | 100001110 | 10111 | 110011 |
Color Harmonies of #81649E
Complementary color
Monochromatic Colors of #81649E
Black with #81649E
Text Example
Text Example
White with #81649E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81649E; }
p { color: rgb(129,100,158); }
H1.HeaderClassName
{
color: #81649E;
}
.AnyTagClassName
{
color: #81649E;
}
</style>
background-color css
<style>
a { background-color: #81649E; }
a { background-color: rgb(129,100,158); }
div.DivClassName
{
background-color: #81649E;
}
.BgClassName
{
background-color: #81649E;
}
</style>
border-color css
<style>
span { border-color: #81649E; }
span { border-color: rgb(129,100,158); }
td.TdClassName
{
border-color: #81649E;
}
.TagClassName
{
border-color: #81649E;
}
</style>