Shades of Deluge #8473AB
Tints of Deluge #8473AB
RGB
CMYK
RGB Variations
Color information
#8473AB (or 0x8473AB) is known color: Deluge. HEX triplet: 84, 73 and AB. RGB value is (132,115,171). Sum of RGB (Red+Green+Blue) = 132+115+171=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #8473AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8473AB is #7B8C54. Grayscale: #7E7E7E. Windows color (decimal): -8096853 or 11236228. OLE color: 11236228.
HSL color Cylindrical-coordinate representation of color #8473AB: hue angle of 258.21º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8473AB is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 115 | 171 | - |
| CMYK | 0.23 | 0.33 | 0 | 0.33 |
| HSL | 258.21º | 0.25% | 0.56% | - |
| HSV(B) | 258.21º | 0.33% | 0.67% | - |
| XYZ | 23 | 20.11 | 41.2 | - |
| YUV | 126.47 | 153.13 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 115 | 171 | 0.23 | 0.33 | 0 | 0.33 | 258.21 | 0.25 | 0.56 |
| Hex | 84 | 73 | AB | 17 | 21 | 0 | 21 | 102 | 19 | 38 |
| Octal | 204 | 163 | 253 | 27 | 41 | 0 | 41 | 402 | 31 | 70 |
| Binary | 10000100 | 1110011 | 10101011 | 10111 | 100001 | 0 | 100001 | 100000010 | 11001 | 111000 |
Color Harmonies of #8473AB
Complementary color
Monochromatic Colors of #8473AB
Black with #8473AB
Text Example
Text Example
White with #8473AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8473AB; }
p { color: rgb(132,115,171); }
H1.HeaderClassName
{
color: #8473AB;
}
.AnyTagClassName
{
color: #8473AB;
}
</style>
background-color css
<style>
a { background-color: #8473AB; }
a { background-color: rgb(132,115,171); }
div.DivClassName
{
background-color: #8473AB;
}
.BgClassName
{
background-color: #8473AB;
}
</style>
border-color css
<style>
span { border-color: #8473AB; }
span { border-color: rgb(132,115,171); }
td.TdClassName
{
border-color: #8473AB;
}
.TagClassName
{
border-color: #8473AB;
}
</style>