Shades of Deluge #8871A7
Tints of Deluge #8871A7
RGB
CMYK
RGB Variations
Color information
#8871A7 (or 0x8871A7) is known color: Deluge. HEX triplet: 88, 71 and A7. RGB value is (136,113,167). Sum of RGB (Red+Green+Blue) = 136+113+167=416 (55% of max value = 765). Red value is 136 (53.52% from 255 or 32.69% from 416); Green value is 113 (44.53% from 255 or 27.16% from 416); Blue value is 167 (65.62% from 255 or 40.14% from 416); Max value from RGB is 167 - color contains mainly: blue. Hex color #8871A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8871A7 is #778E58. Grayscale: #7D7D7D. Windows color (decimal): -7835225 or 10973576. OLE color: 10973576.
HSL color Cylindrical-coordinate representation of color #8871A7: hue angle of 265.56º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8871A7 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 136 | 113 | 167 | - |
| CMYK | 0.19 | 0.32 | 0 | 0.35 |
| HSL | 265.56º | 0.23% | 0.55% | - |
| HSV(B) | 265.56º | 0.32% | 0.65% | - |
| XYZ | 23.03 | 19.83 | 39.17 | - |
| YUV | 126.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 113 | 167 | 0.19 | 0.32 | 0 | 0.35 | 265.56 | 0.23 | 0.55 |
| Hex | 88 | 71 | A7 | 13 | 20 | 0 | 23 | 10A | 17 | 37 |
| Octal | 210 | 161 | 247 | 23 | 40 | 0 | 43 | 412 | 27 | 67 |
| Binary | 10001000 | 1110001 | 10100111 | 10011 | 100000 | 0 | 100011 | 100001010 | 10111 | 110111 |
Color Harmonies of #8871A7
Complementary color
Monochromatic Colors of #8871A7
Black with #8871A7
Text Example
Text Example
White with #8871A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8871A7; }
p { color: rgb(136,113,167); }
H1.HeaderClassName
{
color: #8871A7;
}
.AnyTagClassName
{
color: #8871A7;
}
</style>
background-color css
<style>
a { background-color: #8871A7; }
a { background-color: rgb(136,113,167); }
div.DivClassName
{
background-color: #8871A7;
}
.BgClassName
{
background-color: #8871A7;
}
</style>
border-color css
<style>
span { border-color: #8871A7; }
span { border-color: rgb(136,113,167); }
td.TdClassName
{
border-color: #8871A7;
}
.TagClassName
{
border-color: #8871A7;
}
</style>