Shades of Deluge #846F9C
Tints of Deluge #846F9C
RGB
CMYK
RGB Variations
Color information
#846F9C (or 0x846F9C) is known color: Deluge. HEX triplet: 84, 6F and 9C. RGB value is (132,111,156). Sum of RGB (Red+Green+Blue) = 132+111+156=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #846F9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #846F9C is #7B9063. Grayscale: #7A7A7A. Windows color (decimal): -8097892 or 10252164. OLE color: 10252164.
HSL color Cylindrical-coordinate representation of color #846F9C: hue angle of 268º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #846F9C is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 111 | 156 | - |
| CMYK | 0.15 | 0.29 | 0 | 0.39 |
| HSL | 268º | 0.19% | 0.52% | - |
| HSV(B) | 268º | 0.29% | 0.61% | - |
| XYZ | 21.2 | 18.67 | 33.94 | - |
| YUV | 122.41 | 146.96 | 134.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 156 | 0.15 | 0.29 | 0 | 0.39 | 268 | 0.19 | 0.52 |
| Hex | 84 | 6F | 9C | F | 1D | 0 | 27 | 10C | 13 | 34 |
| Octal | 204 | 157 | 234 | 17 | 35 | 0 | 47 | 414 | 23 | 64 |
| Binary | 10000100 | 1101111 | 10011100 | 1111 | 11101 | 0 | 100111 | 100001100 | 10011 | 110100 |
Color Harmonies of #846F9C
Complementary color
Monochromatic Colors of #846F9C
Black with #846F9C
Text Example
Text Example
White with #846F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846F9C; }
p { color: rgb(132,111,156); }
H1.HeaderClassName
{
color: #846F9C;
}
.AnyTagClassName
{
color: #846F9C;
}
</style>
background-color css
<style>
a { background-color: #846F9C; }
a { background-color: rgb(132,111,156); }
div.DivClassName
{
background-color: #846F9C;
}
.BgClassName
{
background-color: #846F9C;
}
</style>
border-color css
<style>
span { border-color: #846F9C; }
span { border-color: rgb(132,111,156); }
td.TdClassName
{
border-color: #846F9C;
}
.TagClassName
{
border-color: #846F9C;
}
</style>