Shades of Deluge #8271AC
Tints of Deluge #8271AC
RGB
CMYK
RGB Variations
Color information
#8271AC (or 0x8271AC) is known color: Deluge. HEX triplet: 82, 71 and AC. RGB value is (130,113,172). Sum of RGB (Red+Green+Blue) = 130+113+172=415 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.33% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #8271AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8271AC is #7D8E53. Grayscale: #7C7C7C. Windows color (decimal): -8228436 or 11301250. OLE color: 11301250.
HSL color Cylindrical-coordinate representation of color #8271AC: hue angle of 257.29º 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 #8271AC is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 113 | 172 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.33 |
| HSL | 257.29º | 0.26% | 0.56% | - |
| HSV(B) | 257.29º | 0.34% | 0.67% | - |
| XYZ | 22.56 | 19.53 | 41.61 | - |
| YUV | 124.81 | 154.63 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 172 | 0.24 | 0.34 | 0 | 0.33 | 257.29 | 0.26 | 0.56 |
| Hex | 82 | 71 | AC | 18 | 22 | 0 | 21 | 101 | 1A | 38 |
| Octal | 202 | 161 | 254 | 30 | 42 | 0 | 41 | 401 | 32 | 70 |
| Binary | 10000010 | 1110001 | 10101100 | 11000 | 100010 | 0 | 100001 | 100000001 | 11010 | 111000 |
Color Harmonies of #8271AC
Complementary color
Monochromatic Colors of #8271AC
Black with #8271AC
Text Example
Text Example
White with #8271AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8271AC; }
p { color: rgb(130,113,172); }
H1.HeaderClassName
{
color: #8271AC;
}
.AnyTagClassName
{
color: #8271AC;
}
</style>
background-color css
<style>
a { background-color: #8271AC; }
a { background-color: rgb(130,113,172); }
div.DivClassName
{
background-color: #8271AC;
}
.BgClassName
{
background-color: #8271AC;
}
</style>
border-color css
<style>
span { border-color: #8271AC; }
span { border-color: rgb(130,113,172); }
td.TdClassName
{
border-color: #8271AC;
}
.TagClassName
{
border-color: #8271AC;
}
</style>