Shades of Deluge #81659C
Tints of Deluge #81659C
RGB
CMYK
RGB Variations
Color information
#81659C (or 0x81659C) is known color: Deluge. HEX triplet: 81, 65 and 9C. RGB value is (129,101,156). Sum of RGB (Red+Green+Blue) = 129+101+156=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 156 - color contains mainly: blue. Hex color #81659C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81659C is #7E9A63. Grayscale: #737373. Windows color (decimal): -8297060 or 10249601. OLE color: 10249601.
HSL color Cylindrical-coordinate representation of color #81659C: hue angle of 270.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #81659C is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 101 | 156 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.39 |
| HSL | 270.55º | 0.22% | 0.5% | - |
| HSV(B) | 270.55º | 0.35% | 0.61% | - |
| XYZ | 19.71 | 16.37 | 33.57 | - |
| YUV | 115.64 | 150.78 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 101 | 156 | 0.17 | 0.35 | 0 | 0.39 | 270.55 | 0.22 | 0.5 |
| Hex | 81 | 65 | 9C | 11 | 23 | 0 | 27 | 10F | 16 | 32 |
| Octal | 201 | 145 | 234 | 21 | 43 | 0 | 47 | 417 | 26 | 62 |
| Binary | 10000001 | 1100101 | 10011100 | 10001 | 100011 | 0 | 100111 | 100001111 | 10110 | 110010 |
Color Harmonies of #81659C
Complementary color
Monochromatic Colors of #81659C
Black with #81659C
Text Example
Text Example
White with #81659C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81659C; }
p { color: rgb(129,101,156); }
H1.HeaderClassName
{
color: #81659C;
}
.AnyTagClassName
{
color: #81659C;
}
</style>
background-color css
<style>
a { background-color: #81659C; }
a { background-color: rgb(129,101,156); }
div.DivClassName
{
background-color: #81659C;
}
.BgClassName
{
background-color: #81659C;
}
</style>
border-color css
<style>
span { border-color: #81659C; }
span { border-color: rgb(129,101,156); }
td.TdClassName
{
border-color: #81659C;
}
.TagClassName
{
border-color: #81659C;
}
</style>