Shades of Deluge #8973B1
Tints of Deluge #8973B1
RGB
CMYK
RGB Variations
Color information
#8973B1 (or 0x8973B1) is known color: Deluge. HEX triplet: 89, 73 and B1. RGB value is (137,115,177). Sum of RGB (Red+Green+Blue) = 137+115+177=429 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.93% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 177 (69.53% from 255 or 41.26% from 429); Max value from RGB is 177 - color contains mainly: blue. Hex color #8973B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8973B1 is #768C4E. Grayscale: #808080. Windows color (decimal): -7769167 or 11629449. OLE color: 11629449.
HSL color Cylindrical-coordinate representation of color #8973B1: hue angle of 261.29º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8973B1 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 137 | 115 | 177 | - |
| CMYK | 0.23 | 0.35 | 0 | 0.31 |
| HSL | 261.29º | 0.28% | 0.57% | - |
| HSV(B) | 261.29º | 0.35% | 0.69% | - |
| XYZ | 24.38 | 20.75 | 44.32 | - |
| YUV | 128.65 | 155.29 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 115 | 177 | 0.23 | 0.35 | 0 | 0.31 | 261.29 | 0.28 | 0.57 |
| Hex | 89 | 73 | B1 | 17 | 23 | 0 | 1F | 105 | 1C | 39 |
| Octal | 211 | 163 | 261 | 27 | 43 | 0 | 37 | 405 | 34 | 71 |
| Binary | 10001001 | 1110011 | 10110001 | 10111 | 100011 | 0 | 11111 | 100000101 | 11100 | 111001 |
Color Harmonies of #8973B1
Complementary color
Monochromatic Colors of #8973B1
Black with #8973B1
Text Example
Text Example
White with #8973B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8973B1; }
p { color: rgb(137,115,177); }
H1.HeaderClassName
{
color: #8973B1;
}
.AnyTagClassName
{
color: #8973B1;
}
</style>
background-color css
<style>
a { background-color: #8973B1; }
a { background-color: rgb(137,115,177); }
div.DivClassName
{
background-color: #8973B1;
}
.BgClassName
{
background-color: #8973B1;
}
</style>
border-color css
<style>
span { border-color: #8973B1; }
span { border-color: rgb(137,115,177); }
td.TdClassName
{
border-color: #8973B1;
}
.TagClassName
{
border-color: #8973B1;
}
</style>