Shades of Deluge #8D80AA
Tints of Deluge #8D80AA
RGB
CMYK
RGB Variations
Color information
#8D80AA (or 0x8D80AA) is known color: Deluge. HEX triplet: 8D, 80 and AA. RGB value is (141,128,170). Sum of RGB (Red+Green+Blue) = 141+128+170=439 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.12% from 439); Green value is 128 (50.39% from 255 or 29.16% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D80AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D80AA is #727F55. Grayscale: #888888. Windows color (decimal): -7503702 or 11174029. OLE color: 11174029.
HSL color Cylindrical-coordinate representation of color #8D80AA: hue angle of 258.57º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8D80AA is Cyan = 0.17, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 128 | 170 | - |
| CMYK | 0.17 | 0.25 | 0 | 0.33 |
| HSL | 258.57º | 0.2% | 0.58% | - |
| HSV(B) | 258.57º | 0.25% | 0.67% | - |
| XYZ | 25.96 | 24 | 41.3 | - |
| YUV | 136.68 | 146.81 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 128 | 170 | 0.17 | 0.25 | 0 | 0.33 | 258.57 | 0.2 | 0.58 |
| Hex | 8D | 80 | AA | 11 | 19 | 0 | 21 | 103 | 14 | 3A |
| Octal | 215 | 200 | 252 | 21 | 31 | 0 | 41 | 403 | 24 | 72 |
| Binary | 10001101 | 10000000 | 10101010 | 10001 | 11001 | 0 | 100001 | 100000011 | 10100 | 111010 |
Color Harmonies of #8D80AA
Complementary color
Monochromatic Colors of #8D80AA
Black with #8D80AA
Text Example
Text Example
White with #8D80AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D80AA; }
p { color: rgb(141,128,170); }
H1.HeaderClassName
{
color: #8D80AA;
}
.AnyTagClassName
{
color: #8D80AA;
}
</style>
background-color css
<style>
a { background-color: #8D80AA; }
a { background-color: rgb(141,128,170); }
div.DivClassName
{
background-color: #8D80AA;
}
.BgClassName
{
background-color: #8D80AA;
}
</style>
border-color css
<style>
span { border-color: #8D80AA; }
span { border-color: rgb(141,128,170); }
td.TdClassName
{
border-color: #8D80AA;
}
.TagClassName
{
border-color: #8D80AA;
}
</style>