Shades of Deluge #8473A2
Tints of Deluge #8473A2
RGB
CMYK
RGB Variations
Color information
#8473A2 (or 0x8473A2) is known color: Deluge. HEX triplet: 84, 73 and A2. RGB value is (132,115,162). Sum of RGB (Red+Green+Blue) = 132+115+162=409 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.27% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 162 (63.67% from 255 or 39.61% from 409); Max value from RGB is 162 - color contains mainly: blue. Hex color #8473A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8473A2 is #7B8C5D. Grayscale: #7D7D7D. Windows color (decimal): -8096862 or 10646404. OLE color: 10646404.
HSL color Cylindrical-coordinate representation of color #8473A2: hue angle of 261.7º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8473A2 is Cyan = 0.19, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 115 | 162 | - |
| CMYK | 0.19 | 0.29 | 0 | 0.36 |
| HSL | 261.7º | 0.2% | 0.54% | - |
| HSV(B) | 261.7º | 0.29% | 0.64% | - |
| XYZ | 22.17 | 19.78 | 36.83 | - |
| YUV | 125.44 | 148.63 | 132.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 162 | 0.19 | 0.29 | 0 | 0.36 | 261.7 | 0.2 | 0.54 |
| Hex | 84 | 73 | A2 | 13 | 1D | 0 | 24 | 106 | 14 | 36 |
| Octal | 204 | 163 | 242 | 23 | 35 | 0 | 44 | 406 | 24 | 66 |
| Binary | 10000100 | 1110011 | 10100010 | 10011 | 11101 | 0 | 100100 | 100000110 | 10100 | 110110 |
Color Harmonies of #8473A2
Complementary color
Monochromatic Colors of #8473A2
Black with #8473A2
Text Example
Text Example
White with #8473A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8473A2; }
p { color: rgb(132,115,162); }
H1.HeaderClassName
{
color: #8473A2;
}
.AnyTagClassName
{
color: #8473A2;
}
</style>
background-color css
<style>
a { background-color: #8473A2; }
a { background-color: rgb(132,115,162); }
div.DivClassName
{
background-color: #8473A2;
}
.BgClassName
{
background-color: #8473A2;
}
</style>
border-color css
<style>
span { border-color: #8473A2; }
span { border-color: rgb(132,115,162); }
td.TdClassName
{
border-color: #8473A2;
}
.TagClassName
{
border-color: #8473A2;
}
</style>