Shades of Deluge #8271AB
Tints of Deluge #8271AB
RGB
CMYK
RGB Variations
Color information
#8271AB (or 0x8271AB) is known color: Deluge. HEX triplet: 82, 71 and AB. RGB value is (130,113,171). Sum of RGB (Red+Green+Blue) = 130+113+171=414 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.40% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #8271AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8271AB is #7D8E54. Grayscale: #7C7C7C. Windows color (decimal): -8228437 or 11235714. OLE color: 11235714.
HSL color Cylindrical-coordinate representation of color #8271AB: hue angle of 257.59º 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 #8271AB is Cyan = 0.24, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 113 | 171 | - |
| CMYK | 0.24 | 0.34 | 0 | 0.33 |
| HSL | 257.59º | 0.26% | 0.56% | - |
| HSV(B) | 257.59º | 0.34% | 0.67% | - |
| XYZ | 22.46 | 19.5 | 41.11 | - |
| YUV | 124.7 | 154.13 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 171 | 0.24 | 0.34 | 0 | 0.33 | 257.59 | 0.26 | 0.56 |
| Hex | 82 | 71 | AB | 18 | 22 | 0 | 21 | 102 | 1A | 38 |
| Octal | 202 | 161 | 253 | 30 | 42 | 0 | 41 | 402 | 32 | 70 |
| Binary | 10000010 | 1110001 | 10101011 | 11000 | 100010 | 0 | 100001 | 100000010 | 11010 | 111000 |
Color Harmonies of #8271AB
Complementary color
Monochromatic Colors of #8271AB
Black with #8271AB
Text Example
Text Example
White with #8271AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8271AB; }
p { color: rgb(130,113,171); }
H1.HeaderClassName
{
color: #8271AB;
}
.AnyTagClassName
{
color: #8271AB;
}
</style>
background-color css
<style>
a { background-color: #8271AB; }
a { background-color: rgb(130,113,171); }
div.DivClassName
{
background-color: #8271AB;
}
.BgClassName
{
background-color: #8271AB;
}
</style>
border-color css
<style>
span { border-color: #8271AB; }
span { border-color: rgb(130,113,171); }
td.TdClassName
{
border-color: #8271AB;
}
.TagClassName
{
border-color: #8271AB;
}
</style>