Shades of Deluge #846DA1
Tints of Deluge #846DA1
RGB
CMYK
RGB Variations
Color information
#846DA1 (or 0x846DA1) is known color: Deluge. HEX triplet: 84, 6D and A1. RGB value is (132,109,161). Sum of RGB (Red+Green+Blue) = 132+109+161=402 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.84% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 161 (63.28% from 255 or 40.05% from 402); Max value from RGB is 161 - color contains mainly: blue. Hex color #846DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846DA1 is #7B925E. Grayscale: #797979. Windows color (decimal): -8098399 or 10579332. OLE color: 10579332.
HSL color Cylindrical-coordinate representation of color #846DA1: hue angle of 266.54º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #846DA1 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 109 | 161 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.37 |
| HSL | 266.54º | 0.22% | 0.53% | - |
| HSV(B) | 266.54º | 0.32% | 0.63% | - |
| XYZ | 21.42 | 18.42 | 36.14 | - |
| YUV | 121.81 | 150.12 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 161 | 0.18 | 0.32 | 0 | 0.37 | 266.54 | 0.22 | 0.53 |
| Hex | 84 | 6D | A1 | 12 | 20 | 0 | 25 | 10B | 16 | 35 |
| Octal | 204 | 155 | 241 | 22 | 40 | 0 | 45 | 413 | 26 | 65 |
| Binary | 10000100 | 1101101 | 10100001 | 10010 | 100000 | 0 | 100101 | 100001011 | 10110 | 110101 |
Color Harmonies of #846DA1
Complementary color
Monochromatic Colors of #846DA1
Black with #846DA1
Text Example
Text Example
White with #846DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846DA1; }
p { color: rgb(132,109,161); }
H1.HeaderClassName
{
color: #846DA1;
}
.AnyTagClassName
{
color: #846DA1;
}
</style>
background-color css
<style>
a { background-color: #846DA1; }
a { background-color: rgb(132,109,161); }
div.DivClassName
{
background-color: #846DA1;
}
.BgClassName
{
background-color: #846DA1;
}
</style>
border-color css
<style>
span { border-color: #846DA1; }
span { border-color: rgb(132,109,161); }
td.TdClassName
{
border-color: #846DA1;
}
.TagClassName
{
border-color: #846DA1;
}
</style>