Shades of Deluge #846AAF
Tints of Deluge #846AAF
RGB
CMYK
RGB Variations
Color information
#846AAF (or 0x846AAF) is known color: Deluge. HEX triplet: 84, 6A and AF. RGB value is (132,106,175). Sum of RGB (Red+Green+Blue) = 132+106+175=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 175 - color contains mainly: blue. Hex color #846AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846AAF is #7B9550. Grayscale: #797979. Windows color (decimal): -8099153 or 11496068. OLE color: 11496068.
HSL color Cylindrical-coordinate representation of color #846AAF: hue angle of 262.61º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #846AAF is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 106 | 175 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.31 |
| HSL | 262.61º | 0.3% | 0.55% | - |
| HSV(B) | 262.61º | 0.39% | 0.69% | - |
| XYZ | 22.41 | 18.31 | 42.91 | - |
| YUV | 121.64 | 158.11 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 106 | 175 | 0.25 | 0.39 | 0 | 0.31 | 262.61 | 0.3 | 0.55 |
| Hex | 84 | 6A | AF | 19 | 27 | 0 | 1F | 107 | 1E | 37 |
| Octal | 204 | 152 | 257 | 31 | 47 | 0 | 37 | 407 | 36 | 67 |
| Binary | 10000100 | 1101010 | 10101111 | 11001 | 100111 | 0 | 11111 | 100000111 | 11110 | 110111 |
Color Harmonies of #846AAF
Complementary color
Monochromatic Colors of #846AAF
Black with #846AAF
Text Example
Text Example
White with #846AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846AAF; }
p { color: rgb(132,106,175); }
H1.HeaderClassName
{
color: #846AAF;
}
.AnyTagClassName
{
color: #846AAF;
}
</style>
background-color css
<style>
a { background-color: #846AAF; }
a { background-color: rgb(132,106,175); }
div.DivClassName
{
background-color: #846AAF;
}
.BgClassName
{
background-color: #846AAF;
}
</style>
border-color css
<style>
span { border-color: #846AAF; }
span { border-color: rgb(132,106,175); }
td.TdClassName
{
border-color: #846AAF;
}
.TagClassName
{
border-color: #846AAF;
}
</style>