Shades of Deluge #8178AD
Tints of Deluge #8178AD
RGB
CMYK
RGB Variations
Color information
#8178AD (or 0x8178AD) is known color: Deluge. HEX triplet: 81, 78 and AD. RGB value is (129,120,173). Sum of RGB (Red+Green+Blue) = 129+120+173=422 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.57% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 173 (67.97% from 255 or 41.00% from 422); Max value from RGB is 173 - color contains mainly: blue. Hex color #8178AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8178AD is #7E8752. Grayscale: #808080. Windows color (decimal): -8292179 or 11368577. OLE color: 11368577.
HSL color Cylindrical-coordinate representation of color #8178AD: hue angle of 250.19º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8178AD is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 120 | 173 | - |
| CMYK | 0.25 | 0.31 | 0 | 0.32 |
| HSL | 250.19º | 0.24% | 0.57% | - |
| HSV(B) | 250.19º | 0.31% | 0.68% | - |
| XYZ | 23.31 | 21.12 | 42.38 | - |
| YUV | 128.73 | 152.98 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 120 | 173 | 0.25 | 0.31 | 0 | 0.32 | 250.19 | 0.24 | 0.57 |
| Hex | 81 | 78 | AD | 19 | 1F | 0 | 20 | FA | 18 | 39 |
| Octal | 201 | 170 | 255 | 31 | 37 | 0 | 40 | 372 | 30 | 71 |
| Binary | 10000001 | 1111000 | 10101101 | 11001 | 11111 | 0 | 100000 | 11111010 | 11000 | 111001 |
Color Harmonies of #8178AD
Complementary color
Monochromatic Colors of #8178AD
Black with #8178AD
Text Example
Text Example
White with #8178AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8178AD; }
p { color: rgb(129,120,173); }
H1.HeaderClassName
{
color: #8178AD;
}
.AnyTagClassName
{
color: #8178AD;
}
</style>
background-color css
<style>
a { background-color: #8178AD; }
a { background-color: rgb(129,120,173); }
div.DivClassName
{
background-color: #8178AD;
}
.BgClassName
{
background-color: #8178AD;
}
</style>
border-color css
<style>
span { border-color: #8178AD; }
span { border-color: rgb(129,120,173); }
td.TdClassName
{
border-color: #8178AD;
}
.TagClassName
{
border-color: #8178AD;
}
</style>