Shades of Deluge #8271AD
Tints of Deluge #8271AD
RGB
CMYK
RGB Variations
Color information
#8271AD (or 0x8271AD) is known color: Deluge. HEX triplet: 82, 71 and AD. RGB value is (130,113,173). Sum of RGB (Red+Green+Blue) = 130+113+173=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #8271AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8271AD is #7D8E52. Grayscale: #7C7C7C. Windows color (decimal): -8228435 or 11366786. OLE color: 11366786.
HSL color Cylindrical-coordinate representation of color #8271AD: hue angle of 257º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8271AD is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 113 | 173 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.32 |
| HSL | 257º | 0.27% | 0.56% | - |
| HSV(B) | 257º | 0.35% | 0.68% | - |
| XYZ | 22.65 | 19.57 | 42.12 | - |
| YUV | 124.92 | 155.13 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 113 | 173 | 0.25 | 0.35 | 0 | 0.32 | 257 | 0.27 | 0.56 |
| Hex | 82 | 71 | AD | 19 | 23 | 0 | 20 | 101 | 1B | 38 |
| Octal | 202 | 161 | 255 | 31 | 43 | 0 | 40 | 401 | 33 | 70 |
| Binary | 10000010 | 1110001 | 10101101 | 11001 | 100011 | 0 | 100000 | 100000001 | 11011 | 111000 |
Color Harmonies of #8271AD
Complementary color
Monochromatic Colors of #8271AD
Black with #8271AD
Text Example
Text Example
White with #8271AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8271AD; }
p { color: rgb(130,113,173); }
H1.HeaderClassName
{
color: #8271AD;
}
.AnyTagClassName
{
color: #8271AD;
}
</style>
background-color css
<style>
a { background-color: #8271AD; }
a { background-color: rgb(130,113,173); }
div.DivClassName
{
background-color: #8271AD;
}
.BgClassName
{
background-color: #8271AD;
}
</style>
border-color css
<style>
span { border-color: #8271AD; }
span { border-color: rgb(130,113,173); }
td.TdClassName
{
border-color: #8271AD;
}
.TagClassName
{
border-color: #8271AD;
}
</style>