Shades of Deluge #805CAE
Tints of Deluge #805CAE
RGB
CMYK
RGB Variations
Color information
#805CAE (or 0x805CAE) is known color: Deluge. HEX triplet: 80, 5C and AE. RGB value is (128,92,174). Sum of RGB (Red+Green+Blue) = 128+92+174=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 92 (36.33% from 255 or 23.35% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #805CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805CAE is #7FA351. Grayscale: #6F6F6F. Windows color (decimal): -8364882 or 11426944. OLE color: 11426944.
HSL color Cylindrical-coordinate representation of color #805CAE: hue angle of 266.34º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805CAE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 92 | 174 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.32 |
| HSL | 266.34º | 0.34% | 0.52% | - |
| HSV(B) | 266.34º | 0.47% | 0.68% | - |
| XYZ | 20.37 | 15.3 | 41.92 | - |
| YUV | 112.11 | 162.93 | 139.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 174 | 0.26 | 0.47 | 0 | 0.32 | 266.34 | 0.34 | 0.52 |
| Hex | 80 | 5C | AE | 1A | 2F | 0 | 20 | 10A | 22 | 34 |
| Octal | 200 | 134 | 256 | 32 | 57 | 0 | 40 | 412 | 42 | 64 |
| Binary | 10000000 | 1011100 | 10101110 | 11010 | 101111 | 0 | 100000 | 100001010 | 100010 | 110100 |
Color Harmonies of #805CAE
Complementary color
Monochromatic Colors of #805CAE
Black with #805CAE
Text Example
Text Example
White with #805CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CAE; }
p { color: rgb(128,92,174); }
H1.HeaderClassName
{
color: #805CAE;
}
.AnyTagClassName
{
color: #805CAE;
}
</style>
background-color css
<style>
a { background-color: #805CAE; }
a { background-color: rgb(128,92,174); }
div.DivClassName
{
background-color: #805CAE;
}
.BgClassName
{
background-color: #805CAE;
}
</style>
border-color css
<style>
span { border-color: #805CAE; }
span { border-color: rgb(128,92,174); }
td.TdClassName
{
border-color: #805CAE;
}
.TagClassName
{
border-color: #805CAE;
}
</style>