Shades of Deluge #81639B
Tints of Deluge #81639B
RGB
CMYK
RGB Variations
Color information
#81639B (or 0x81639B) is known color: Deluge. HEX triplet: 81, 63 and 9B. RGB value is (129,99,155). Sum of RGB (Red+Green+Blue) = 129+99+155=383 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.68% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 155 (60.94% from 255 or 40.47% from 383); Max value from RGB is 155 - color contains mainly: blue. Hex color #81639B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #81639B is #7E9C64. Grayscale: #727272. Windows color (decimal): -8297573 or 10183553. OLE color: 10183553.
HSL color Cylindrical-coordinate representation of color #81639B: hue angle of 272.14º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #81639B is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 99 | 155 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.39 |
| HSL | 272.14º | 0.22% | 0.5% | - |
| HSV(B) | 272.14º | 0.36% | 0.61% | - |
| XYZ | 19.43 | 15.96 | 33.07 | - |
| YUV | 114.35 | 150.94 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 155 | 0.17 | 0.36 | 0 | 0.39 | 272.14 | 0.22 | 0.5 |
| Hex | 81 | 63 | 9B | 11 | 24 | 0 | 27 | 110 | 16 | 32 |
| Octal | 201 | 143 | 233 | 21 | 44 | 0 | 47 | 420 | 26 | 62 |
| Binary | 10000001 | 1100011 | 10011011 | 10001 | 100100 | 0 | 100111 | 100010000 | 10110 | 110010 |
Color Harmonies of #81639B
Complementary color
Monochromatic Colors of #81639B
Black with #81639B
Text Example
Text Example
White with #81639B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81639B; }
p { color: rgb(129,99,155); }
H1.HeaderClassName
{
color: #81639B;
}
.AnyTagClassName
{
color: #81639B;
}
</style>
background-color css
<style>
a { background-color: #81639B; }
a { background-color: rgb(129,99,155); }
div.DivClassName
{
background-color: #81639B;
}
.BgClassName
{
background-color: #81639B;
}
</style>
border-color css
<style>
span { border-color: #81639B; }
span { border-color: rgb(129,99,155); }
td.TdClassName
{
border-color: #81639B;
}
.TagClassName
{
border-color: #81639B;
}
</style>