Shades of Deluge #8C80AD
Tints of Deluge #8C80AD
RGB
CMYK
RGB Variations
Color information
#8C80AD (or 0x8C80AD) is known color: Deluge. HEX triplet: 8C, 80 and AD. RGB value is (140,128,173). Sum of RGB (Red+Green+Blue) = 140+128+173=441 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.75% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 173 (67.97% from 255 or 39.23% from 441); Max value from RGB is 173 - color contains mainly: blue. Hex color #8C80AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C80AD is #737F52. Grayscale: #888888. Windows color (decimal): -7569235 or 11370636. OLE color: 11370636.
HSL color Cylindrical-coordinate representation of color #8C80AD: hue angle of 256º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C80AD is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 128 | 173 | - |
| CMYK | 0.19 | 0.26 | 0 | 0.32 |
| HSL | 256º | 0.22% | 0.59% | - |
| HSV(B) | 256º | 0.26% | 0.68% | - |
| XYZ | 26.08 | 24.03 | 42.8 | - |
| YUV | 136.72 | 148.48 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 128 | 173 | 0.19 | 0.26 | 0 | 0.32 | 256 | 0.22 | 0.59 |
| Hex | 8C | 80 | AD | 13 | 1A | 0 | 20 | 100 | 16 | 3B |
| Octal | 214 | 200 | 255 | 23 | 32 | 0 | 40 | 400 | 26 | 73 |
| Binary | 10001100 | 10000000 | 10101101 | 10011 | 11010 | 0 | 100000 | 100000000 | 10110 | 111011 |
Color Harmonies of #8C80AD
Complementary color
Monochromatic Colors of #8C80AD
Black with #8C80AD
Text Example
Text Example
White with #8C80AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C80AD; }
p { color: rgb(140,128,173); }
H1.HeaderClassName
{
color: #8C80AD;
}
.AnyTagClassName
{
color: #8C80AD;
}
</style>
background-color css
<style>
a { background-color: #8C80AD; }
a { background-color: rgb(140,128,173); }
div.DivClassName
{
background-color: #8C80AD;
}
.BgClassName
{
background-color: #8C80AD;
}
</style>
border-color css
<style>
span { border-color: #8C80AD; }
span { border-color: rgb(140,128,173); }
td.TdClassName
{
border-color: #8C80AD;
}
.TagClassName
{
border-color: #8C80AD;
}
</style>