Shades of Deluge #8161A1
Tints of Deluge #8161A1
RGB
CMYK
RGB Variations
Color information
#8161A1 (or 0x8161A1) is known color: Deluge. HEX triplet: 81, 61 and A1. RGB value is (129,97,161). Sum of RGB (Red+Green+Blue) = 129+97+161=387 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.33% from 387); Green value is 97 (38.28% from 255 or 25.06% from 387); Blue value is 161 (63.28% from 255 or 41.60% from 387); Max value from RGB is 161 - color contains mainly: blue. Hex color #8161A1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8161A1 is #7E9E5E. Grayscale: #717171. Windows color (decimal): -8298079 or 10576257. OLE color: 10576257.
HSL color Cylindrical-coordinate representation of color #8161A1: hue angle of 270º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8161A1 is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 97 | 161 | - |
| CMYK | 0.20 | 0.40 | 0 | 0.37 |
| HSL | 270º | 0.25% | 0.51% | - |
| HSV(B) | 270º | 0.4% | 0.63% | - |
| XYZ | 19.76 | 15.79 | 35.72 | - |
| YUV | 113.86 | 154.6 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 97 | 161 | 0.20 | 0.40 | 0 | 0.37 | 270 | 0.25 | 0.51 |
| Hex | 81 | 61 | A1 | 14 | 28 | 0 | 25 | 10E | 19 | 33 |
| Octal | 201 | 141 | 241 | 24 | 50 | 0 | 45 | 416 | 31 | 63 |
| Binary | 10000001 | 1100001 | 10100001 | 10100 | 101000 | 0 | 100101 | 100001110 | 11001 | 110011 |
Color Harmonies of #8161A1
Complementary color
Monochromatic Colors of #8161A1
Black with #8161A1
Text Example
Text Example
White with #8161A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8161A1; }
p { color: rgb(129,97,161); }
H1.HeaderClassName
{
color: #8161A1;
}
.AnyTagClassName
{
color: #8161A1;
}
</style>
background-color css
<style>
a { background-color: #8161A1; }
a { background-color: rgb(129,97,161); }
div.DivClassName
{
background-color: #8161A1;
}
.BgClassName
{
background-color: #8161A1;
}
</style>
border-color css
<style>
span { border-color: #8161A1; }
span { border-color: rgb(129,97,161); }
td.TdClassName
{
border-color: #8161A1;
}
.TagClassName
{
border-color: #8161A1;
}
</style>