Shades of Deluge #805EAD
Tints of Deluge #805EAD
RGB
CMYK
RGB Variations
Color information
#805EAD (or 0x805EAD) is known color: Deluge. HEX triplet: 80, 5E and AD. RGB value is (128,94,173). Sum of RGB (Red+Green+Blue) = 128+94+173=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 173 - color contains mainly: blue. Hex color #805EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805EAD is #7FA152. Grayscale: #707070. Windows color (decimal): -8364371 or 11361920. OLE color: 11361920.
HSL color Cylindrical-coordinate representation of color #805EAD: hue angle of 265.82º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #805EAD is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 94 | 173 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.32 |
| HSL | 265.82º | 0.33% | 0.52% | - |
| HSV(B) | 265.82º | 0.46% | 0.68% | - |
| XYZ | 20.45 | 15.61 | 41.47 | - |
| YUV | 113.17 | 161.76 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 173 | 0.26 | 0.46 | 0 | 0.32 | 265.82 | 0.33 | 0.52 |
| Hex | 80 | 5E | AD | 1A | 2E | 0 | 20 | 10A | 21 | 34 |
| Octal | 200 | 136 | 255 | 32 | 56 | 0 | 40 | 412 | 41 | 64 |
| Binary | 10000000 | 1011110 | 10101101 | 11010 | 101110 | 0 | 100000 | 100001010 | 100001 | 110100 |
Color Harmonies of #805EAD
Complementary color
Monochromatic Colors of #805EAD
Black with #805EAD
Text Example
Text Example
White with #805EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805EAD; }
p { color: rgb(128,94,173); }
H1.HeaderClassName
{
color: #805EAD;
}
.AnyTagClassName
{
color: #805EAD;
}
</style>
background-color css
<style>
a { background-color: #805EAD; }
a { background-color: rgb(128,94,173); }
div.DivClassName
{
background-color: #805EAD;
}
.BgClassName
{
background-color: #805EAD;
}
</style>
border-color css
<style>
span { border-color: #805EAD; }
span { border-color: rgb(128,94,173); }
td.TdClassName
{
border-color: #805EAD;
}
.TagClassName
{
border-color: #805EAD;
}
</style>