Shades of Deluge #8271AF
Tints of Deluge #8271AF
RGB
CMYK
RGB Variations
Color information
#8271AF (or 0x8271AF) is known color: Deluge. HEX triplet: 82, 71 and AF. RGB value is (130,113,175). Sum of RGB (Red+Green+Blue) = 130+113+175=418 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.10% from 418); Green value is 113 (44.53% from 255 or 27.03% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #8271AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8271AF is #7D8E50. Grayscale: #7C7C7C. Windows color (decimal): -8228433 or 11497858. OLE color: 11497858.
HSL color Cylindrical-coordinate representation of color #8271AF: hue angle of 256.45º 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 #8271AF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 113 | 175 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.31 |
| HSL | 256.45º | 0.28% | 0.56% | - |
| HSV(B) | 256.45º | 0.35% | 0.69% | - |
| XYZ | 22.85 | 19.65 | 43.15 | - |
| YUV | 125.15 | 156.13 | 131.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 175 | 0.26 | 0.35 | 0 | 0.31 | 256.45 | 0.28 | 0.56 |
| Hex | 82 | 71 | AF | 1A | 23 | 0 | 1F | 100 | 1C | 38 |
| Octal | 202 | 161 | 257 | 32 | 43 | 0 | 37 | 400 | 34 | 70 |
| Binary | 10000010 | 1110001 | 10101111 | 11010 | 100011 | 0 | 11111 | 100000000 | 11100 | 111000 |
Color Harmonies of #8271AF
Complementary color
Monochromatic Colors of #8271AF
Black with #8271AF
Text Example
Text Example
White with #8271AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8271AF; }
p { color: rgb(130,113,175); }
H1.HeaderClassName
{
color: #8271AF;
}
.AnyTagClassName
{
color: #8271AF;
}
</style>
background-color css
<style>
a { background-color: #8271AF; }
a { background-color: rgb(130,113,175); }
div.DivClassName
{
background-color: #8271AF;
}
.BgClassName
{
background-color: #8271AF;
}
</style>
border-color css
<style>
span { border-color: #8271AF; }
span { border-color: rgb(130,113,175); }
td.TdClassName
{
border-color: #8271AF;
}
.TagClassName
{
border-color: #8271AF;
}
</style>