Shades of Deluge #8975AC
Tints of Deluge #8975AC
RGB
CMYK
RGB Variations
Color information
#8975AC (or 0x8975AC) is known color: Deluge. HEX triplet: 89, 75 and AC. RGB value is (137,117,172). Sum of RGB (Red+Green+Blue) = 137+117+172=426 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.16% from 426); Green value is 117 (46.09% from 255 or 27.46% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #8975AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8975AC is #768A53. Grayscale: #818181. Windows color (decimal): -7768660 or 11302281. OLE color: 11302281.
HSL color Cylindrical-coordinate representation of color #8975AC: hue angle of 261.82º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8975AC is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 137 | 117 | 172 | - |
| CMYK | 0.20 | 0.32 | 0 | 0.33 |
| HSL | 261.82º | 0.25% | 0.57% | - |
| HSV(B) | 261.82º | 0.32% | 0.67% | - |
| XYZ | 24.12 | 21.02 | 41.82 | - |
| YUV | 129.25 | 152.13 | 133.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 172 | 0.20 | 0.32 | 0 | 0.33 | 261.82 | 0.25 | 0.57 |
| Hex | 89 | 75 | AC | 14 | 20 | 0 | 21 | 106 | 19 | 39 |
| Octal | 211 | 165 | 254 | 24 | 40 | 0 | 41 | 406 | 31 | 71 |
| Binary | 10001001 | 1110101 | 10101100 | 10100 | 100000 | 0 | 100001 | 100000110 | 11001 | 111001 |
Color Harmonies of #8975AC
Complementary color
Monochromatic Colors of #8975AC
Black with #8975AC
Text Example
Text Example
White with #8975AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8975AC; }
p { color: rgb(137,117,172); }
H1.HeaderClassName
{
color: #8975AC;
}
.AnyTagClassName
{
color: #8975AC;
}
</style>
background-color css
<style>
a { background-color: #8975AC; }
a { background-color: rgb(137,117,172); }
div.DivClassName
{
background-color: #8975AC;
}
.BgClassName
{
background-color: #8975AC;
}
</style>
border-color css
<style>
span { border-color: #8975AC; }
span { border-color: rgb(137,117,172); }
td.TdClassName
{
border-color: #8975AC;
}
.TagClassName
{
border-color: #8975AC;
}
</style>