Shades of Deluge #805DAC
Tints of Deluge #805DAC
RGB
CMYK
RGB Variations
Color information
#805DAC (or 0x805DAC) is known color: Deluge. HEX triplet: 80, 5D and AC. RGB value is (128,93,172). Sum of RGB (Red+Green+Blue) = 128+93+172=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 93 (36.72% from 255 or 23.66% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 172 - color contains mainly: blue. Hex color #805DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805DAC is #7FA253. Grayscale: #707070. Windows color (decimal): -8364628 or 11296128. OLE color: 11296128.
HSL color Cylindrical-coordinate representation of color #805DAC: hue angle of 266.58º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #805DAC is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 93 | 172 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.33 |
| HSL | 266.58º | 0.32% | 0.52% | - |
| HSV(B) | 266.58º | 0.46% | 0.67% | - |
| XYZ | 20.26 | 15.4 | 40.93 | - |
| YUV | 112.47 | 161.6 | 139.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 172 | 0.26 | 0.46 | 0 | 0.33 | 266.58 | 0.32 | 0.52 |
| Hex | 80 | 5D | AC | 1A | 2E | 0 | 21 | 10B | 20 | 34 |
| Octal | 200 | 135 | 254 | 32 | 56 | 0 | 41 | 413 | 40 | 64 |
| Binary | 10000000 | 1011101 | 10101100 | 11010 | 101110 | 0 | 100001 | 100001011 | 100000 | 110100 |
Color Harmonies of #805DAC
Complementary color
Monochromatic Colors of #805DAC
Black with #805DAC
Text Example
Text Example
White with #805DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DAC; }
p { color: rgb(128,93,172); }
H1.HeaderClassName
{
color: #805DAC;
}
.AnyTagClassName
{
color: #805DAC;
}
</style>
background-color css
<style>
a { background-color: #805DAC; }
a { background-color: rgb(128,93,172); }
div.DivClassName
{
background-color: #805DAC;
}
.BgClassName
{
background-color: #805DAC;
}
</style>
border-color css
<style>
span { border-color: #805DAC; }
span { border-color: rgb(128,93,172); }
td.TdClassName
{
border-color: #805DAC;
}
.TagClassName
{
border-color: #805DAC;
}
</style>