Shades of Deluge #8471A5
Tints of Deluge #8471A5
RGB
CMYK
RGB Variations
Color information
#8471A5 (or 0x8471A5) is known color: Deluge. HEX triplet: 84, 71 and A5. RGB value is (132,113,165). Sum of RGB (Red+Green+Blue) = 132+113+165=410 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.20% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 165 (64.84% from 255 or 40.24% from 410); Max value from RGB is 165 - color contains mainly: blue. Hex color #8471A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8471A5 is #7B8E5A. Grayscale: #7C7C7C. Windows color (decimal): -8097371 or 10842500. OLE color: 10842500.
HSL color Cylindrical-coordinate representation of color #8471A5: hue angle of 261.92º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8471A5 is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 132 | 113 | 165 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.35 |
| HSL | 261.92º | 0.22% | 0.55% | - |
| HSV(B) | 261.92º | 0.32% | 0.65% | - |
| XYZ | 22.21 | 19.43 | 38.18 | - |
| YUV | 124.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 165 | 0.20 | 0.32 | 0 | 0.35 | 261.92 | 0.22 | 0.55 |
| Hex | 84 | 71 | A5 | 14 | 20 | 0 | 23 | 106 | 16 | 37 |
| Octal | 204 | 161 | 245 | 24 | 40 | 0 | 43 | 406 | 26 | 67 |
| Binary | 10000100 | 1110001 | 10100101 | 10100 | 100000 | 0 | 100011 | 100000110 | 10110 | 110111 |
Color Harmonies of #8471A5
Complementary color
Monochromatic Colors of #8471A5
Black with #8471A5
Text Example
Text Example
White with #8471A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8471A5; }
p { color: rgb(132,113,165); }
H1.HeaderClassName
{
color: #8471A5;
}
.AnyTagClassName
{
color: #8471A5;
}
</style>
background-color css
<style>
a { background-color: #8471A5; }
a { background-color: rgb(132,113,165); }
div.DivClassName
{
background-color: #8471A5;
}
.BgClassName
{
background-color: #8471A5;
}
</style>
border-color css
<style>
span { border-color: #8471A5; }
span { border-color: rgb(132,113,165); }
td.TdClassName
{
border-color: #8471A5;
}
.TagClassName
{
border-color: #8471A5;
}
</style>