Shades of Deluge #8176AD
Tints of Deluge #8176AD
RGB
CMYK
RGB Variations
Color information
#8176AD (or 0x8176AD) is known color: Deluge. HEX triplet: 81, 76 and AD. RGB value is (129,118,173). Sum of RGB (Red+Green+Blue) = 129+118+173=420 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.71% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 173 (67.97% from 255 or 41.19% from 420); Max value from RGB is 173 - color contains mainly: blue. Hex color #8176AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8176AD is #7E8952. Grayscale: #7F7F7F. Windows color (decimal): -8292691 or 11368065. OLE color: 11368065.
HSL color Cylindrical-coordinate representation of color #8176AD: hue angle of 252º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8176AD is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 118 | 173 | - |
| CMYK | 0.25 | 0.32 | 0 | 0.32 |
| HSL | 252º | 0.25% | 0.57% | - |
| HSV(B) | 252º | 0.32% | 0.68% | - |
| XYZ | 23.07 | 20.64 | 42.3 | - |
| YUV | 127.56 | 153.64 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 173 | 0.25 | 0.32 | 0 | 0.32 | 252 | 0.25 | 0.57 |
| Hex | 81 | 76 | AD | 19 | 20 | 0 | 20 | FC | 19 | 39 |
| Octal | 201 | 166 | 255 | 31 | 40 | 0 | 40 | 374 | 31 | 71 |
| Binary | 10000001 | 1110110 | 10101101 | 11001 | 100000 | 0 | 100000 | 11111100 | 11001 | 111001 |
Color Harmonies of #8176AD
Complementary color
Monochromatic Colors of #8176AD
Black with #8176AD
Text Example
Text Example
White with #8176AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8176AD; }
p { color: rgb(129,118,173); }
H1.HeaderClassName
{
color: #8176AD;
}
.AnyTagClassName
{
color: #8176AD;
}
</style>
background-color css
<style>
a { background-color: #8176AD; }
a { background-color: rgb(129,118,173); }
div.DivClassName
{
background-color: #8176AD;
}
.BgClassName
{
background-color: #8176AD;
}
</style>
border-color css
<style>
span { border-color: #8176AD; }
span { border-color: rgb(129,118,173); }
td.TdClassName
{
border-color: #8176AD;
}
.TagClassName
{
border-color: #8176AD;
}
</style>