Shades of Deluge #8371B6
Tints of Deluge #8371B6
RGB
CMYK
RGB Variations
Color information
#8371B6 (or 0x8371B6) is known color: Deluge. HEX triplet: 83, 71 and B6. RGB value is (131,113,182). Sum of RGB (Red+Green+Blue) = 131+113+182=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 182 (71.48% from 255 or 42.72% from 426); Max value from RGB is 182 - color contains mainly: blue. Hex color #8371B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8371B6 is #7C8E49. Grayscale: #7D7D7D. Windows color (decimal): -8162890 or 11956611. OLE color: 11956611.
HSL color Cylindrical-coordinate representation of color #8371B6: hue angle of 255.65º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8371B6 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 113 | 182 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.29 |
| HSL | 255.65º | 0.32% | 0.58% | - |
| HSV(B) | 255.65º | 0.38% | 0.71% | - |
| XYZ | 23.71 | 20.01 | 46.87 | - |
| YUV | 126.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 113 | 182 | 0.28 | 0.38 | 0 | 0.29 | 255.65 | 0.32 | 0.58 |
| Hex | 83 | 71 | B6 | 1C | 26 | 0 | 1D | 100 | 20 | 3A |
| Octal | 203 | 161 | 266 | 34 | 46 | 0 | 35 | 400 | 40 | 72 |
| Binary | 10000011 | 1110001 | 10110110 | 11100 | 100110 | 0 | 11101 | 100000000 | 100000 | 111010 |
Color Harmonies of #8371B6
Complementary color
Monochromatic Colors of #8371B6
Black with #8371B6
Text Example
Text Example
White with #8371B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8371B6; }
p { color: rgb(131,113,182); }
H1.HeaderClassName
{
color: #8371B6;
}
.AnyTagClassName
{
color: #8371B6;
}
</style>
background-color css
<style>
a { background-color: #8371B6; }
a { background-color: rgb(131,113,182); }
div.DivClassName
{
background-color: #8371B6;
}
.BgClassName
{
background-color: #8371B6;
}
</style>
border-color css
<style>
span { border-color: #8371B6; }
span { border-color: rgb(131,113,182); }
td.TdClassName
{
border-color: #8371B6;
}
.TagClassName
{
border-color: #8371B6;
}
</style>