Shades of Deluge #846B9B
Tints of Deluge #846B9B
RGB
CMYK
RGB Variations
Color information
#846B9B (or 0x846B9B) is known color: Deluge. HEX triplet: 84, 6B and 9B. RGB value is (132,107,155). Sum of RGB (Red+Green+Blue) = 132+107+155=394 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.50% from 394); Green value is 107 (42.19% from 255 or 27.16% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 155 - color contains mainly: blue. Hex color #846B9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846B9B is #7B9464. Grayscale: #777777. Windows color (decimal): -8098917 or 10185604. OLE color: 10185604.
HSL color Cylindrical-coordinate representation of color #846B9B: hue angle of 271.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #846B9B is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 107 | 155 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.39 |
| HSL | 271.25º | 0.19% | 0.51% | - |
| HSV(B) | 271.25º | 0.31% | 0.61% | - |
| XYZ | 20.69 | 17.79 | 33.35 | - |
| YUV | 119.95 | 147.78 | 136.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 155 | 0.15 | 0.31 | 0 | 0.39 | 271.25 | 0.19 | 0.51 |
| Hex | 84 | 6B | 9B | F | 1F | 0 | 27 | 10F | 13 | 33 |
| Octal | 204 | 153 | 233 | 17 | 37 | 0 | 47 | 417 | 23 | 63 |
| Binary | 10000100 | 1101011 | 10011011 | 1111 | 11111 | 0 | 100111 | 100001111 | 10011 | 110011 |
Color Harmonies of #846B9B
Complementary color
Monochromatic Colors of #846B9B
Black with #846B9B
Text Example
Text Example
White with #846B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846B9B; }
p { color: rgb(132,107,155); }
H1.HeaderClassName
{
color: #846B9B;
}
.AnyTagClassName
{
color: #846B9B;
}
</style>
background-color css
<style>
a { background-color: #846B9B; }
a { background-color: rgb(132,107,155); }
div.DivClassName
{
background-color: #846B9B;
}
.BgClassName
{
background-color: #846B9B;
}
</style>
border-color css
<style>
span { border-color: #846B9B; }
span { border-color: rgb(132,107,155); }
td.TdClassName
{
border-color: #846B9B;
}
.TagClassName
{
border-color: #846B9B;
}
</style>