Shades of Deluge #8177A7
Tints of Deluge #8177A7
RGB
CMYK
RGB Variations
Color information
#8177A7 (or 0x8177A7) is known color: Deluge. HEX triplet: 81, 77 and A7. RGB value is (129,119,167). Sum of RGB (Red+Green+Blue) = 129+119+167=415 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.08% from 415); Green value is 119 (46.88% from 255 or 28.67% from 415); Blue value is 167 (65.62% from 255 or 40.24% from 415); Max value from RGB is 167 - color contains mainly: blue. Hex color #8177A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8177A7 is #7E8858. Grayscale: #7F7F7F. Windows color (decimal): -8292441 or 10975105. OLE color: 10975105.
HSL color Cylindrical-coordinate representation of color #8177A7: hue angle of 252.5º degrees, saturation: 0.21, 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 #8177A7 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 129 | 119 | 167 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.35 |
| HSL | 252.5º | 0.21% | 0.56% | - |
| HSV(B) | 252.5º | 0.29% | 0.65% | - |
| XYZ | 22.63 | 20.65 | 39.35 | - |
| YUV | 127.46 | 150.31 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 167 | 0.23 | 0.29 | 0 | 0.35 | 252.5 | 0.21 | 0.56 |
| Hex | 81 | 77 | A7 | 17 | 1D | 0 | 23 | FD | 15 | 38 |
| Octal | 201 | 167 | 247 | 27 | 35 | 0 | 43 | 375 | 25 | 70 |
| Binary | 10000001 | 1110111 | 10100111 | 10111 | 11101 | 0 | 100011 | 11111101 | 10101 | 111000 |
Color Harmonies of #8177A7
Complementary color
Monochromatic Colors of #8177A7
Black with #8177A7
Text Example
Text Example
White with #8177A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8177A7; }
p { color: rgb(129,119,167); }
H1.HeaderClassName
{
color: #8177A7;
}
.AnyTagClassName
{
color: #8177A7;
}
</style>
background-color css
<style>
a { background-color: #8177A7; }
a { background-color: rgb(129,119,167); }
div.DivClassName
{
background-color: #8177A7;
}
.BgClassName
{
background-color: #8177A7;
}
</style>
border-color css
<style>
span { border-color: #8177A7; }
span { border-color: rgb(129,119,167); }
td.TdClassName
{
border-color: #8177A7;
}
.TagClassName
{
border-color: #8177A7;
}
</style>