Shades of Deluge #805EAC
Tints of Deluge #805EAC
RGB
CMYK
RGB Variations
Color information
#805EAC (or 0x805EAC) is known color: Deluge. HEX triplet: 80, 5E and AC. RGB value is (128,94,172). Sum of RGB (Red+Green+Blue) = 128+94+172=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #805EAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805EAC is #7FA153. Grayscale: #707070. Windows color (decimal): -8364372 or 11296384. OLE color: 11296384.
HSL color Cylindrical-coordinate representation of color #805EAC: hue angle of 266.15º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #805EAC is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 94 | 172 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.33 |
| HSL | 266.15º | 0.32% | 0.52% | - |
| HSV(B) | 266.15º | 0.45% | 0.67% | - |
| XYZ | 20.35 | 15.57 | 40.96 | - |
| YUV | 113.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 172 | 0.26 | 0.45 | 0 | 0.33 | 266.15 | 0.32 | 0.52 |
| Hex | 80 | 5E | AC | 1A | 2D | 0 | 21 | 10A | 20 | 34 |
| Octal | 200 | 136 | 254 | 32 | 55 | 0 | 41 | 412 | 40 | 64 |
| Binary | 10000000 | 1011110 | 10101100 | 11010 | 101101 | 0 | 100001 | 100001010 | 100000 | 110100 |
Color Harmonies of #805EAC
Complementary color
Monochromatic Colors of #805EAC
Black with #805EAC
Text Example
Text Example
White with #805EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805EAC; }
p { color: rgb(128,94,172); }
H1.HeaderClassName
{
color: #805EAC;
}
.AnyTagClassName
{
color: #805EAC;
}
</style>
background-color css
<style>
a { background-color: #805EAC; }
a { background-color: rgb(128,94,172); }
div.DivClassName
{
background-color: #805EAC;
}
.BgClassName
{
background-color: #805EAC;
}
</style>
border-color css
<style>
span { border-color: #805EAC; }
span { border-color: rgb(128,94,172); }
td.TdClassName
{
border-color: #805EAC;
}
.TagClassName
{
border-color: #805EAC;
}
</style>