Shades of Deluge #8975A2
Tints of Deluge #8975A2
RGB
CMYK
RGB Variations
Color information
#8975A2 (or 0x8975A2) is known color: Deluge. HEX triplet: 89, 75 and A2. RGB value is (137,117,162). Sum of RGB (Red+Green+Blue) = 137+117+162=416 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.93% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 162 - color contains mainly: blue. Hex color #8975A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8975A2 is #768A5D. Grayscale: #7F7F7F. Windows color (decimal): -7768670 or 10646921. OLE color: 10646921.
HSL color Cylindrical-coordinate representation of color #8975A2: hue angle of 266.67º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8975A2 is Cyan = 0.15, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 137 | 117 | 162 | - |
| CMYK | 0.15 | 0.28 | 0 | 0.36 |
| HSL | 266.67º | 0.19% | 0.55% | - |
| HSV(B) | 266.67º | 0.28% | 0.64% | - |
| XYZ | 23.2 | 20.65 | 36.95 | - |
| YUV | 128.11 | 147.13 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 162 | 0.15 | 0.28 | 0 | 0.36 | 266.67 | 0.19 | 0.55 |
| Hex | 89 | 75 | A2 | F | 1C | 0 | 24 | 10B | 13 | 37 |
| Octal | 211 | 165 | 242 | 17 | 34 | 0 | 44 | 413 | 23 | 67 |
| Binary | 10001001 | 1110101 | 10100010 | 1111 | 11100 | 0 | 100100 | 100001011 | 10011 | 110111 |
Color Harmonies of #8975A2
Complementary color
Monochromatic Colors of #8975A2
Black with #8975A2
Text Example
Text Example
White with #8975A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8975A2; }
p { color: rgb(137,117,162); }
H1.HeaderClassName
{
color: #8975A2;
}
.AnyTagClassName
{
color: #8975A2;
}
</style>
background-color css
<style>
a { background-color: #8975A2; }
a { background-color: rgb(137,117,162); }
div.DivClassName
{
background-color: #8975A2;
}
.BgClassName
{
background-color: #8975A2;
}
</style>
border-color css
<style>
span { border-color: #8975A2; }
span { border-color: rgb(137,117,162); }
td.TdClassName
{
border-color: #8975A2;
}
.TagClassName
{
border-color: #8975A2;
}
</style>