Shades of Deluge #8177A3
Tints of Deluge #8177A3
RGB
CMYK
RGB Variations
Color information
#8177A3 (or 0x8177A3) is known color: Deluge. HEX triplet: 81, 77 and A3. RGB value is (129,119,163). Sum of RGB (Red+Green+Blue) = 129+119+163=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 119 (46.88% from 255 or 28.95% from 411); Blue value is 163 (64.06% from 255 or 39.66% from 411); Max value from RGB is 163 - color contains mainly: blue. Hex color #8177A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8177A3 is #7E885C. Grayscale: #7E7E7E. Windows color (decimal): -8292445 or 10712961. OLE color: 10712961.
HSL color Cylindrical-coordinate representation of color #8177A3: hue angle of 253.64º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8177A3 is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 119 | 163 | - |
| CMYK | 0.21 | 0.27 | 0 | 0.36 |
| HSL | 253.64º | 0.19% | 0.55% | - |
| HSV(B) | 253.64º | 0.27% | 0.64% | - |
| XYZ | 22.26 | 20.51 | 37.43 | - |
| YUV | 127.01 | 148.31 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 119 | 163 | 0.21 | 0.27 | 0 | 0.36 | 253.64 | 0.19 | 0.55 |
| Hex | 81 | 77 | A3 | 15 | 1B | 0 | 24 | FE | 13 | 37 |
| Octal | 201 | 167 | 243 | 25 | 33 | 0 | 44 | 376 | 23 | 67 |
| Binary | 10000001 | 1110111 | 10100011 | 10101 | 11011 | 0 | 100100 | 11111110 | 10011 | 110111 |
Color Harmonies of #8177A3
Complementary color
Monochromatic Colors of #8177A3
Black with #8177A3
Text Example
Text Example
White with #8177A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8177A3; }
p { color: rgb(129,119,163); }
H1.HeaderClassName
{
color: #8177A3;
}
.AnyTagClassName
{
color: #8177A3;
}
</style>
background-color css
<style>
a { background-color: #8177A3; }
a { background-color: rgb(129,119,163); }
div.DivClassName
{
background-color: #8177A3;
}
.BgClassName
{
background-color: #8177A3;
}
</style>
border-color css
<style>
span { border-color: #8177A3; }
span { border-color: rgb(129,119,163); }
td.TdClassName
{
border-color: #8177A3;
}
.TagClassName
{
border-color: #8177A3;
}
</style>