Shades of Deluge #8371AB
Tints of Deluge #8371AB
RGB
CMYK
RGB Variations
Color information
#8371AB (or 0x8371AB) is known color: Deluge. HEX triplet: 83, 71 and AB. RGB value is (131,113,171). Sum of RGB (Red+Green+Blue) = 131+113+171=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 171 (67.19% from 255 or 41.20% from 415); Max value from RGB is 171 - color contains mainly: blue. Hex color #8371AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8371AB is #7C8E54. Grayscale: #7C7C7C. Windows color (decimal): -8162901 or 11235715. OLE color: 11235715.
HSL color Cylindrical-coordinate representation of color #8371AB: hue angle of 258.62º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8371AB is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 113 | 171 | - |
| CMYK | 0.23 | 0.34 | 0 | 0.33 |
| HSL | 258.62º | 0.26% | 0.56% | - |
| HSV(B) | 258.62º | 0.34% | 0.67% | - |
| XYZ | 22.62 | 19.58 | 41.11 | - |
| YUV | 124.99 | 153.96 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 171 | 0.23 | 0.34 | 0 | 0.33 | 258.62 | 0.26 | 0.56 |
| Hex | 83 | 71 | AB | 17 | 22 | 0 | 21 | 103 | 1A | 38 |
| Octal | 203 | 161 | 253 | 27 | 42 | 0 | 41 | 403 | 32 | 70 |
| Binary | 10000011 | 1110001 | 10101011 | 10111 | 100010 | 0 | 100001 | 100000011 | 11010 | 111000 |
Color Harmonies of #8371AB
Complementary color
Monochromatic Colors of #8371AB
Black with #8371AB
Text Example
Text Example
White with #8371AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8371AB; }
p { color: rgb(131,113,171); }
H1.HeaderClassName
{
color: #8371AB;
}
.AnyTagClassName
{
color: #8371AB;
}
</style>
background-color css
<style>
a { background-color: #8371AB; }
a { background-color: rgb(131,113,171); }
div.DivClassName
{
background-color: #8371AB;
}
.BgClassName
{
background-color: #8371AB;
}
</style>
border-color css
<style>
span { border-color: #8371AB; }
span { border-color: rgb(131,113,171); }
td.TdClassName
{
border-color: #8371AB;
}
.TagClassName
{
border-color: #8371AB;
}
</style>