Shades of Deluge #8971B4
Tints of Deluge #8971B4
RGB
CMYK
RGB Variations
Color information
#8971B4 (or 0x8971B4) is known color: Deluge. HEX triplet: 89, 71 and B4. RGB value is (137,113,180). Sum of RGB (Red+Green+Blue) = 137+113+180=430 (56% of max value = 765). Red value is 137 (53.91% from 255 or 31.86% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #8971B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8971B4 is #768E4B. Grayscale: #7F7F7F. Windows color (decimal): -7769676 or 11825545. OLE color: 11825545.
HSL color Cylindrical-coordinate representation of color #8971B4: hue angle of 261.49º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8971B4 is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 113 | 180 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.29 |
| HSL | 261.49º | 0.31% | 0.57% | - |
| HSV(B) | 261.49º | 0.37% | 0.71% | - |
| XYZ | 24.46 | 20.42 | 45.83 | - |
| YUV | 127.81 | 157.45 | 134.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 180 | 0.24 | 0.37 | 0 | 0.29 | 261.49 | 0.31 | 0.57 |
| Hex | 89 | 71 | B4 | 18 | 25 | 0 | 1D | 105 | 1F | 39 |
| Octal | 211 | 161 | 264 | 30 | 45 | 0 | 35 | 405 | 37 | 71 |
| Binary | 10001001 | 1110001 | 10110100 | 11000 | 100101 | 0 | 11101 | 100000101 | 11111 | 111001 |
Color Harmonies of #8971B4
Complementary color
Monochromatic Colors of #8971B4
Black with #8971B4
Text Example
Text Example
White with #8971B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8971B4; }
p { color: rgb(137,113,180); }
H1.HeaderClassName
{
color: #8971B4;
}
.AnyTagClassName
{
color: #8971B4;
}
</style>
background-color css
<style>
a { background-color: #8971B4; }
a { background-color: rgb(137,113,180); }
div.DivClassName
{
background-color: #8971B4;
}
.BgClassName
{
background-color: #8971B4;
}
</style>
border-color css
<style>
span { border-color: #8971B4; }
span { border-color: rgb(137,113,180); }
td.TdClassName
{
border-color: #8971B4;
}
.TagClassName
{
border-color: #8971B4;
}
</style>