Shades of Deluge #8975AD
Tints of Deluge #8975AD
RGB
CMYK
RGB Variations
Color information
#8975AD (or 0x8975AD) is known color: Deluge. HEX triplet: 89, 75 and AD. RGB value is (137,117,173). Sum of RGB (Red+Green+Blue) = 137+117+173=427 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.08% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 173 (67.97% from 255 or 40.52% from 427); Max value from RGB is 173 - color contains mainly: blue. Hex color #8975AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8975AD is #768A52. Grayscale: #818181. Windows color (decimal): -7768659 or 11367817. OLE color: 11367817.
HSL color Cylindrical-coordinate representation of color #8975AD: hue angle of 261.43º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8975AD is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 117 | 173 | - |
| CMYK | 0.21 | 0.32 | 0 | 0.32 |
| HSL | 261.43º | 0.25% | 0.57% | - |
| HSV(B) | 261.43º | 0.32% | 0.68% | - |
| XYZ | 24.22 | 21.06 | 42.32 | - |
| YUV | 129.36 | 152.63 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 117 | 173 | 0.21 | 0.32 | 0 | 0.32 | 261.43 | 0.25 | 0.57 |
| Hex | 89 | 75 | AD | 15 | 20 | 0 | 20 | 105 | 19 | 39 |
| Octal | 211 | 165 | 255 | 25 | 40 | 0 | 40 | 405 | 31 | 71 |
| Binary | 10001001 | 1110101 | 10101101 | 10101 | 100000 | 0 | 100000 | 100000101 | 11001 | 111001 |
Color Harmonies of #8975AD
Complementary color
Monochromatic Colors of #8975AD
Black with #8975AD
Text Example
Text Example
White with #8975AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8975AD; }
p { color: rgb(137,117,173); }
H1.HeaderClassName
{
color: #8975AD;
}
.AnyTagClassName
{
color: #8975AD;
}
</style>
background-color css
<style>
a { background-color: #8975AD; }
a { background-color: rgb(137,117,173); }
div.DivClassName
{
background-color: #8975AD;
}
.BgClassName
{
background-color: #8975AD;
}
</style>
border-color css
<style>
span { border-color: #8975AD; }
span { border-color: rgb(137,117,173); }
td.TdClassName
{
border-color: #8975AD;
}
.TagClassName
{
border-color: #8975AD;
}
</style>