Shades of Deluge #81619D
Tints of Deluge #81619D
RGB
CMYK
RGB Variations
Color information
#81619D (or 0x81619D) is known color: Deluge. HEX triplet: 81, 61 and 9D. RGB value is (129,97,157). Sum of RGB (Red+Green+Blue) = 129+97+157=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 157 (61.72% from 255 or 40.99% from 383); Max value from RGB is 157 - color contains mainly: blue. Hex color #81619D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81619D is #7E9E62. Grayscale: #717171. Windows color (decimal): -8298083 or 10314113. OLE color: 10314113.
HSL color Cylindrical-coordinate representation of color #81619D: hue angle of 272º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81619D is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 97 | 157 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.38 |
| HSL | 272º | 0.24% | 0.5% | - |
| HSV(B) | 272º | 0.38% | 0.62% | - |
| XYZ | 19.41 | 15.65 | 33.9 | - |
| YUV | 113.41 | 152.6 | 139.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 97 | 157 | 0.18 | 0.38 | 0 | 0.38 | 272 | 0.24 | 0.5 |
| Hex | 81 | 61 | 9D | 12 | 26 | 0 | 26 | 110 | 18 | 32 |
| Octal | 201 | 141 | 235 | 22 | 46 | 0 | 46 | 420 | 30 | 62 |
| Binary | 10000001 | 1100001 | 10011101 | 10010 | 100110 | 0 | 100110 | 100010000 | 11000 | 110010 |
Color Harmonies of #81619D
Complementary color
Monochromatic Colors of #81619D
Black with #81619D
Text Example
Text Example
White with #81619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81619D; }
p { color: rgb(129,97,157); }
H1.HeaderClassName
{
color: #81619D;
}
.AnyTagClassName
{
color: #81619D;
}
</style>
background-color css
<style>
a { background-color: #81619D; }
a { background-color: rgb(129,97,157); }
div.DivClassName
{
background-color: #81619D;
}
.BgClassName
{
background-color: #81619D;
}
</style>
border-color css
<style>
span { border-color: #81619D; }
span { border-color: rgb(129,97,157); }
td.TdClassName
{
border-color: #81619D;
}
.TagClassName
{
border-color: #81619D;
}
</style>