Shades of Deluge #81639D
Tints of Deluge #81639D
RGB
CMYK
RGB Variations
Color information
#81639D (or 0x81639D) is known color: Deluge. HEX triplet: 81, 63 and 9D. RGB value is (129,99,157). Sum of RGB (Red+Green+Blue) = 129+99+157=385 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.51% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 157 (61.72% from 255 or 40.78% from 385); Max value from RGB is 157 - color contains mainly: blue. Hex color #81639D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81639D is #7E9C62. Grayscale: #727272. Windows color (decimal): -8297571 or 10314625. OLE color: 10314625.
HSL color Cylindrical-coordinate representation of color #81639D: hue angle of 271.03º 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 #81639D is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 99 | 157 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.38 |
| HSL | 271.03º | 0.23% | 0.5% | - |
| HSV(B) | 271.03º | 0.37% | 0.62% | - |
| XYZ | 19.6 | 16.03 | 33.96 | - |
| YUV | 114.58 | 151.94 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 157 | 0.18 | 0.37 | 0 | 0.38 | 271.03 | 0.23 | 0.5 |
| Hex | 81 | 63 | 9D | 12 | 25 | 0 | 26 | 10F | 17 | 32 |
| Octal | 201 | 143 | 235 | 22 | 45 | 0 | 46 | 417 | 27 | 62 |
| Binary | 10000001 | 1100011 | 10011101 | 10010 | 100101 | 0 | 100110 | 100001111 | 10111 | 110010 |
Color Harmonies of #81639D
Complementary color
Monochromatic Colors of #81639D
Black with #81639D
Text Example
Text Example
White with #81639D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81639D; }
p { color: rgb(129,99,157); }
H1.HeaderClassName
{
color: #81639D;
}
.AnyTagClassName
{
color: #81639D;
}
</style>
background-color css
<style>
a { background-color: #81639D; }
a { background-color: rgb(129,99,157); }
div.DivClassName
{
background-color: #81639D;
}
.BgClassName
{
background-color: #81639D;
}
</style>
border-color css
<style>
span { border-color: #81639D; }
span { border-color: rgb(129,99,157); }
td.TdClassName
{
border-color: #81639D;
}
.TagClassName
{
border-color: #81639D;
}
</style>