Shades of Deluge #8473A4
Tints of Deluge #8473A4
RGB
CMYK
RGB Variations
Color information
#8473A4 (or 0x8473A4) is known color: Deluge. HEX triplet: 84, 73 and A4. RGB value is (132,115,164). Sum of RGB (Red+Green+Blue) = 132+115+164=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 164 (64.45% from 255 or 39.90% from 411); Max value from RGB is 164 - color contains mainly: blue. Hex color #8473A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8473A4 is #7B8C5B. Grayscale: #7D7D7D. Windows color (decimal): -8096860 or 10777476. OLE color: 10777476.
HSL color Cylindrical-coordinate representation of color #8473A4: hue angle of 260.82º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8473A4 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 132 | 115 | 164 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.36 |
| HSL | 260.82º | 0.21% | 0.55% | - |
| HSV(B) | 260.82º | 0.3% | 0.64% | - |
| XYZ | 22.35 | 19.85 | 37.78 | - |
| YUV | 125.67 | 149.63 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 164 | 0.20 | 0.30 | 0 | 0.36 | 260.82 | 0.21 | 0.55 |
| Hex | 84 | 73 | A4 | 14 | 1E | 0 | 24 | 105 | 15 | 37 |
| Octal | 204 | 163 | 244 | 24 | 36 | 0 | 44 | 405 | 25 | 67 |
| Binary | 10000100 | 1110011 | 10100100 | 10100 | 11110 | 0 | 100100 | 100000101 | 10101 | 110111 |
Color Harmonies of #8473A4
Complementary color
Monochromatic Colors of #8473A4
Black with #8473A4
Text Example
Text Example
White with #8473A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8473A4; }
p { color: rgb(132,115,164); }
H1.HeaderClassName
{
color: #8473A4;
}
.AnyTagClassName
{
color: #8473A4;
}
</style>
background-color css
<style>
a { background-color: #8473A4; }
a { background-color: rgb(132,115,164); }
div.DivClassName
{
background-color: #8473A4;
}
.BgClassName
{
background-color: #8473A4;
}
</style>
border-color css
<style>
span { border-color: #8473A4; }
span { border-color: rgb(132,115,164); }
td.TdClassName
{
border-color: #8473A4;
}
.TagClassName
{
border-color: #8473A4;
}
</style>