Shades of Deluge #8776A9
Tints of Deluge #8776A9
RGB
CMYK
RGB Variations
Color information
#8776A9 (or 0x8776A9) is known color: Deluge. HEX triplet: 87, 76 and A9. RGB value is (135,118,169). Sum of RGB (Red+Green+Blue) = 135+118+169=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 169 - color contains mainly: blue. Hex color #8776A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8776A9 is #788956. Grayscale: #808080. Windows color (decimal): -7899479 or 11105927. OLE color: 11105927.
HSL color Cylindrical-coordinate representation of color #8776A9: hue angle of 260º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8776A9 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 118 | 169 | - |
| CMYK | 0.20 | 0.30 | 0 | 0.34 |
| HSL | 260º | 0.23% | 0.56% | - |
| HSV(B) | 260º | 0.3% | 0.66% | - |
| XYZ | 23.63 | 20.97 | 40.34 | - |
| YUV | 128.9 | 150.63 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 118 | 169 | 0.20 | 0.30 | 0 | 0.34 | 260 | 0.23 | 0.56 |
| Hex | 87 | 76 | A9 | 14 | 1E | 0 | 22 | 104 | 17 | 38 |
| Octal | 207 | 166 | 251 | 24 | 36 | 0 | 42 | 404 | 27 | 70 |
| Binary | 10000111 | 1110110 | 10101001 | 10100 | 11110 | 0 | 100010 | 100000100 | 10111 | 111000 |
Color Harmonies of #8776A9
Complementary color
Monochromatic Colors of #8776A9
Black with #8776A9
Text Example
Text Example
White with #8776A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8776A9; }
p { color: rgb(135,118,169); }
H1.HeaderClassName
{
color: #8776A9;
}
.AnyTagClassName
{
color: #8776A9;
}
</style>
background-color css
<style>
a { background-color: #8776A9; }
a { background-color: rgb(135,118,169); }
div.DivClassName
{
background-color: #8776A9;
}
.BgClassName
{
background-color: #8776A9;
}
</style>
border-color css
<style>
span { border-color: #8776A9; }
span { border-color: rgb(135,118,169); }
td.TdClassName
{
border-color: #8776A9;
}
.TagClassName
{
border-color: #8776A9;
}
</style>