Shades of Deluge #8371AF
Tints of Deluge #8371AF
RGB
CMYK
RGB Variations
Color information
#8371AF (or 0x8371AF) is known color: Deluge. HEX triplet: 83, 71 and AF. RGB value is (131,113,175). Sum of RGB (Red+Green+Blue) = 131+113+175=419 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.26% from 419); Green value is 113 (44.53% from 255 or 26.97% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #8371AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8371AF is #7C8E50. Grayscale: #7D7D7D. Windows color (decimal): -8162897 or 11497859. OLE color: 11497859.
HSL color Cylindrical-coordinate representation of color #8371AF: hue angle of 257.42º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8371AF is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 113 | 175 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.31 |
| HSL | 257.42º | 0.28% | 0.56% | - |
| HSV(B) | 257.42º | 0.35% | 0.69% | - |
| XYZ | 23 | 19.73 | 43.15 | - |
| YUV | 125.45 | 155.96 | 131.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 175 | 0.25 | 0.35 | 0 | 0.31 | 257.42 | 0.28 | 0.56 |
| Hex | 83 | 71 | AF | 19 | 23 | 0 | 1F | 101 | 1C | 38 |
| Octal | 203 | 161 | 257 | 31 | 43 | 0 | 37 | 401 | 34 | 70 |
| Binary | 10000011 | 1110001 | 10101111 | 11001 | 100011 | 0 | 11111 | 100000001 | 11100 | 111000 |
Color Harmonies of #8371AF
Complementary color
Monochromatic Colors of #8371AF
Black with #8371AF
Text Example
Text Example
White with #8371AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8371AF; }
p { color: rgb(131,113,175); }
H1.HeaderClassName
{
color: #8371AF;
}
.AnyTagClassName
{
color: #8371AF;
}
</style>
background-color css
<style>
a { background-color: #8371AF; }
a { background-color: rgb(131,113,175); }
div.DivClassName
{
background-color: #8371AF;
}
.BgClassName
{
background-color: #8371AF;
}
</style>
border-color css
<style>
span { border-color: #8371AF; }
span { border-color: rgb(131,113,175); }
td.TdClassName
{
border-color: #8371AF;
}
.TagClassName
{
border-color: #8371AF;
}
</style>