Shades of Deluge #8176A7
Tints of Deluge #8176A7
RGB
CMYK
RGB Variations
Color information
#8176A7 (or 0x8176A7) is known color: Deluge. HEX triplet: 81, 76 and A7. RGB value is (129,118,167). Sum of RGB (Red+Green+Blue) = 129+118+167=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 167 (65.62% from 255 or 40.34% from 414); Max value from RGB is 167 - color contains mainly: blue. Hex color #8176A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8176A7 is #7E8958. Grayscale: #7E7E7E. Windows color (decimal): -8292697 or 10974849. OLE color: 10974849.
HSL color Cylindrical-coordinate representation of color #8176A7: hue angle of 253.47º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8176A7 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 118 | 167 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.35 |
| HSL | 253.47º | 0.22% | 0.56% | - |
| HSV(B) | 253.47º | 0.29% | 0.65% | - |
| XYZ | 22.51 | 20.41 | 39.31 | - |
| YUV | 126.88 | 150.64 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 118 | 167 | 0.23 | 0.29 | 0 | 0.35 | 253.47 | 0.22 | 0.56 |
| Hex | 81 | 76 | A7 | 17 | 1D | 0 | 23 | FD | 16 | 38 |
| Octal | 201 | 166 | 247 | 27 | 35 | 0 | 43 | 375 | 26 | 70 |
| Binary | 10000001 | 1110110 | 10100111 | 10111 | 11101 | 0 | 100011 | 11111101 | 10110 | 111000 |
Color Harmonies of #8176A7
Complementary color
Monochromatic Colors of #8176A7
Black with #8176A7
Text Example
Text Example
White with #8176A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8176A7; }
p { color: rgb(129,118,167); }
H1.HeaderClassName
{
color: #8176A7;
}
.AnyTagClassName
{
color: #8176A7;
}
</style>
background-color css
<style>
a { background-color: #8176A7; }
a { background-color: rgb(129,118,167); }
div.DivClassName
{
background-color: #8176A7;
}
.BgClassName
{
background-color: #8176A7;
}
</style>
border-color css
<style>
span { border-color: #8176A7; }
span { border-color: rgb(129,118,167); }
td.TdClassName
{
border-color: #8176A7;
}
.TagClassName
{
border-color: #8176A7;
}
</style>