Shades of Deluge #8161B6
Tints of Deluge #8161B6
RGB
CMYK
RGB Variations
Color information
#8161B6 (or 0x8161B6) is known color: Deluge. HEX triplet: 81, 61 and B6. RGB value is (129,97,182). Sum of RGB (Red+Green+Blue) = 129+97+182=408 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.62% from 408); Green value is 97 (38.28% from 255 or 23.77% from 408); Blue value is 182 (71.48% from 255 or 44.61% from 408); Max value from RGB is 182 - color contains mainly: blue. Hex color #8161B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8161B6 is #7E9E49. Grayscale: #737373. Windows color (decimal): -8298058 or 11952513. OLE color: 11952513.
HSL color Cylindrical-coordinate representation of color #8161B6: hue angle of 262.59º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8161B6 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 97 | 182 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.29 |
| HSL | 262.59º | 0.37% | 0.55% | - |
| HSV(B) | 262.59º | 0.47% | 0.71% | - |
| XYZ | 21.77 | 16.59 | 46.31 | - |
| YUV | 116.26 | 165.1 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 97 | 182 | 0.29 | 0.47 | 0 | 0.29 | 262.59 | 0.37 | 0.55 |
| Hex | 81 | 61 | B6 | 1D | 2F | 0 | 1D | 107 | 25 | 37 |
| Octal | 201 | 141 | 266 | 35 | 57 | 0 | 35 | 407 | 45 | 67 |
| Binary | 10000001 | 1100001 | 10110110 | 11101 | 101111 | 0 | 11101 | 100000111 | 100101 | 110111 |
Color Harmonies of #8161B6
Complementary color
Monochromatic Colors of #8161B6
Black with #8161B6
Text Example
Text Example
White with #8161B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8161B6; }
p { color: rgb(129,97,182); }
H1.HeaderClassName
{
color: #8161B6;
}
.AnyTagClassName
{
color: #8161B6;
}
</style>
background-color css
<style>
a { background-color: #8161B6; }
a { background-color: rgb(129,97,182); }
div.DivClassName
{
background-color: #8161B6;
}
.BgClassName
{
background-color: #8161B6;
}
</style>
border-color css
<style>
span { border-color: #8161B6; }
span { border-color: rgb(129,97,182); }
td.TdClassName
{
border-color: #8161B6;
}
.TagClassName
{
border-color: #8161B6;
}
</style>