Shades of Deluge #805EAB
Tints of Deluge #805EAB
RGB
CMYK
RGB Variations
Color information
#805EAB (or 0x805EAB) is known color: Deluge. HEX triplet: 80, 5E and AB. RGB value is (128,94,171). Sum of RGB (Red+Green+Blue) = 128+94+171=393 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.57% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #805EAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805EAB is #7FA154. Grayscale: #707070. Windows color (decimal): -8364373 or 11230848. OLE color: 11230848.
HSL color Cylindrical-coordinate representation of color #805EAB: hue angle of 266.49º degrees, saturation: 0.31, 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 #805EAB is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 94 | 171 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.33 |
| HSL | 266.49º | 0.31% | 0.52% | - |
| HSV(B) | 266.49º | 0.45% | 0.67% | - |
| XYZ | 20.26 | 15.53 | 40.46 | - |
| YUV | 112.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 171 | 0.25 | 0.45 | 0 | 0.33 | 266.49 | 0.31 | 0.52 |
| Hex | 80 | 5E | AB | 19 | 2D | 0 | 21 | 10A | 1F | 34 |
| Octal | 200 | 136 | 253 | 31 | 55 | 0 | 41 | 412 | 37 | 64 |
| Binary | 10000000 | 1011110 | 10101011 | 11001 | 101101 | 0 | 100001 | 100001010 | 11111 | 110100 |
Color Harmonies of #805EAB
Complementary color
Monochromatic Colors of #805EAB
Black with #805EAB
Text Example
Text Example
White with #805EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805EAB; }
p { color: rgb(128,94,171); }
H1.HeaderClassName
{
color: #805EAB;
}
.AnyTagClassName
{
color: #805EAB;
}
</style>
background-color css
<style>
a { background-color: #805EAB; }
a { background-color: rgb(128,94,171); }
div.DivClassName
{
background-color: #805EAB;
}
.BgClassName
{
background-color: #805EAB;
}
</style>
border-color css
<style>
span { border-color: #805EAB; }
span { border-color: rgb(128,94,171); }
td.TdClassName
{
border-color: #805EAB;
}
.TagClassName
{
border-color: #805EAB;
}
</style>