Shades of Deluge #8775A6
Tints of Deluge #8775A6
RGB
CMYK
RGB Variations
Color information
#8775A6 (or 0x8775A6) is known color: Deluge. HEX triplet: 87, 75 and A6. RGB value is (135,117,166). Sum of RGB (Red+Green+Blue) = 135+117+166=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 166 - color contains mainly: blue. Hex color #8775A6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8775A6 is #788A59. Grayscale: #7F7F7F. Windows color (decimal): -7899738 or 10909063. OLE color: 10909063.
HSL color Cylindrical-coordinate representation of color #8775A6: hue angle of 262.04º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8775A6 is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 135 | 117 | 166 | - |
| CMYK | 0.19 | 0.30 | 0 | 0.35 |
| HSL | 262.04º | 0.22% | 0.55% | - |
| HSV(B) | 262.04º | 0.3% | 0.65% | - |
| XYZ | 23.24 | 20.63 | 38.83 | - |
| YUV | 127.97 | 149.46 | 133.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 117 | 166 | 0.19 | 0.30 | 0 | 0.35 | 262.04 | 0.22 | 0.55 |
| Hex | 87 | 75 | A6 | 13 | 1E | 0 | 23 | 106 | 16 | 37 |
| Octal | 207 | 165 | 246 | 23 | 36 | 0 | 43 | 406 | 26 | 67 |
| Binary | 10000111 | 1110101 | 10100110 | 10011 | 11110 | 0 | 100011 | 100000110 | 10110 | 110111 |
Color Harmonies of #8775A6
Complementary color
Monochromatic Colors of #8775A6
Black with #8775A6
Text Example
Text Example
White with #8775A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8775A6; }
p { color: rgb(135,117,166); }
H1.HeaderClassName
{
color: #8775A6;
}
.AnyTagClassName
{
color: #8775A6;
}
</style>
background-color css
<style>
a { background-color: #8775A6; }
a { background-color: rgb(135,117,166); }
div.DivClassName
{
background-color: #8775A6;
}
.BgClassName
{
background-color: #8775A6;
}
</style>
border-color css
<style>
span { border-color: #8775A6; }
span { border-color: rgb(135,117,166); }
td.TdClassName
{
border-color: #8775A6;
}
.TagClassName
{
border-color: #8775A6;
}
</style>