Shades of Deluge #8970A8
Tints of Deluge #8970A8
RGB
CMYK
RGB Variations
Color information
#8970A8 (or 0x8970A8) is known color: Deluge. HEX triplet: 89, 70 and A8. RGB value is (137,112,168). Sum of RGB (Red+Green+Blue) = 137+112+168=417 (55% of max value = 765). Red value is 137 (53.91% from 255 or 32.85% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 168 (66.02% from 255 or 40.29% from 417); Max value from RGB is 168 - color contains mainly: blue. Hex color #8970A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8970A8 is #768F57. Grayscale: #7D7D7D. Windows color (decimal): -7769944 or 11038857. OLE color: 11038857.
HSL color Cylindrical-coordinate representation of color #8970A8: hue angle of 266.79º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8970A8 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 137 | 112 | 168 | - |
| CMYK | 0.18 | 0.33 | 0 | 0.34 |
| HSL | 266.79º | 0.24% | 0.55% | - |
| HSV(B) | 266.79º | 0.33% | 0.66% | - |
| XYZ | 23.18 | 19.73 | 39.63 | - |
| YUV | 125.86 | 151.78 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 112 | 168 | 0.18 | 0.33 | 0 | 0.34 | 266.79 | 0.24 | 0.55 |
| Hex | 89 | 70 | A8 | 12 | 21 | 0 | 22 | 10B | 18 | 37 |
| Octal | 211 | 160 | 250 | 22 | 41 | 0 | 42 | 413 | 30 | 67 |
| Binary | 10001001 | 1110000 | 10101000 | 10010 | 100001 | 0 | 100010 | 100001011 | 11000 | 110111 |
Color Harmonies of #8970A8
Complementary color
Monochromatic Colors of #8970A8
Black with #8970A8
Text Example
Text Example
White with #8970A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8970A8; }
p { color: rgb(137,112,168); }
H1.HeaderClassName
{
color: #8970A8;
}
.AnyTagClassName
{
color: #8970A8;
}
</style>
background-color css
<style>
a { background-color: #8970A8; }
a { background-color: rgb(137,112,168); }
div.DivClassName
{
background-color: #8970A8;
}
.BgClassName
{
background-color: #8970A8;
}
</style>
border-color css
<style>
span { border-color: #8970A8; }
span { border-color: rgb(137,112,168); }
td.TdClassName
{
border-color: #8970A8;
}
.TagClassName
{
border-color: #8970A8;
}
</style>