Shades of Deluge #81689C
Tints of Deluge #81689C
RGB
CMYK
RGB Variations
Color information
#81689C (or 0x81689C) is known color: Deluge. HEX triplet: 81, 68 and 9C. RGB value is (129,104,156). Sum of RGB (Red+Green+Blue) = 129+104+156=389 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.16% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #81689C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81689C is #7E9763. Grayscale: #757575. Windows color (decimal): -8296292 or 10250369. OLE color: 10250369.
HSL color Cylindrical-coordinate representation of color #81689C: hue angle of 268.85º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81689C is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 104 | 156 | - |
| CMYK | 0.17 | 0.33 | 0 | 0.39 |
| HSL | 268.85º | 0.21% | 0.51% | - |
| HSV(B) | 268.85º | 0.33% | 0.61% | - |
| XYZ | 20 | 16.97 | 33.67 | - |
| YUV | 117.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 156 | 0.17 | 0.33 | 0 | 0.39 | 268.85 | 0.21 | 0.51 |
| Hex | 81 | 68 | 9C | 11 | 21 | 0 | 27 | 10D | 15 | 33 |
| Octal | 201 | 150 | 234 | 21 | 41 | 0 | 47 | 415 | 25 | 63 |
| Binary | 10000001 | 1101000 | 10011100 | 10001 | 100001 | 0 | 100111 | 100001101 | 10101 | 110011 |
Color Harmonies of #81689C
Complementary color
Monochromatic Colors of #81689C
Black with #81689C
Text Example
Text Example
White with #81689C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81689C; }
p { color: rgb(129,104,156); }
H1.HeaderClassName
{
color: #81689C;
}
.AnyTagClassName
{
color: #81689C;
}
</style>
background-color css
<style>
a { background-color: #81689C; }
a { background-color: rgb(129,104,156); }
div.DivClassName
{
background-color: #81689C;
}
.BgClassName
{
background-color: #81689C;
}
</style>
border-color css
<style>
span { border-color: #81689C; }
span { border-color: rgb(129,104,156); }
td.TdClassName
{
border-color: #81689C;
}
.TagClassName
{
border-color: #81689C;
}
</style>