Shades of Deluge #8D79AA
Tints of Deluge #8D79AA
RGB
CMYK
RGB Variations
Color information
#8D79AA (or 0x8D79AA) is known color: Deluge. HEX triplet: 8D, 79 and AA. RGB value is (141,121,170). Sum of RGB (Red+Green+Blue) = 141+121+170=432 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.64% from 432); Green value is 121 (47.66% from 255 or 28.01% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 170 - color contains mainly: blue. Hex color #8D79AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D79AA is #728655. Grayscale: #848484. Windows color (decimal): -7505494 or 11172237. OLE color: 11172237.
HSL color Cylindrical-coordinate representation of color #8D79AA: hue angle of 264.49º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8D79AA is Cyan = 0.17, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 121 | 170 | - |
| CMYK | 0.17 | 0.29 | 0 | 0.33 |
| HSL | 264.49º | 0.22% | 0.57% | - |
| HSV(B) | 264.49º | 0.29% | 0.67% | - |
| XYZ | 25.08 | 22.24 | 41 | - |
| YUV | 132.57 | 149.13 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 121 | 170 | 0.17 | 0.29 | 0 | 0.33 | 264.49 | 0.22 | 0.57 |
| Hex | 8D | 79 | AA | 11 | 1D | 0 | 21 | 108 | 16 | 39 |
| Octal | 215 | 171 | 252 | 21 | 35 | 0 | 41 | 410 | 26 | 71 |
| Binary | 10001101 | 1111001 | 10101010 | 10001 | 11101 | 0 | 100001 | 100001000 | 10110 | 111001 |
Color Harmonies of #8D79AA
Complementary color
Monochromatic Colors of #8D79AA
Black with #8D79AA
Text Example
Text Example
White with #8D79AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D79AA; }
p { color: rgb(141,121,170); }
H1.HeaderClassName
{
color: #8D79AA;
}
.AnyTagClassName
{
color: #8D79AA;
}
</style>
background-color css
<style>
a { background-color: #8D79AA; }
a { background-color: rgb(141,121,170); }
div.DivClassName
{
background-color: #8D79AA;
}
.BgClassName
{
background-color: #8D79AA;
}
</style>
border-color css
<style>
span { border-color: #8D79AA; }
span { border-color: rgb(141,121,170); }
td.TdClassName
{
border-color: #8D79AA;
}
.TagClassName
{
border-color: #8D79AA;
}
</style>