Shades of Deluge #815DAE
Tints of Deluge #815DAE
RGB
CMYK
RGB Variations
Color information
#815DAE (or 0x815DAE) is known color: Deluge. HEX triplet: 81, 5D and AE. RGB value is (129,93,174). Sum of RGB (Red+Green+Blue) = 129+93+174=396 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.58% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 174 (68.36% from 255 or 43.94% from 396); Max value from RGB is 174 - color contains mainly: blue. Hex color #815DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815DAE is #7EA251. Grayscale: #707070. Windows color (decimal): -8299090 or 11427201. OLE color: 11427201.
HSL color Cylindrical-coordinate representation of color #815DAE: hue angle of 266.67º degrees, saturation: 0.33, 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 #815DAE is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 93 | 174 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.32 |
| HSL | 266.67º | 0.33% | 0.52% | - |
| HSV(B) | 266.67º | 0.47% | 0.68% | - |
| XYZ | 20.61 | 15.55 | 41.96 | - |
| YUV | 113 | 162.43 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 174 | 0.26 | 0.47 | 0 | 0.32 | 266.67 | 0.33 | 0.52 |
| Hex | 81 | 5D | AE | 1A | 2F | 0 | 20 | 10B | 21 | 34 |
| Octal | 201 | 135 | 256 | 32 | 57 | 0 | 40 | 413 | 41 | 64 |
| Binary | 10000001 | 1011101 | 10101110 | 11010 | 101111 | 0 | 100000 | 100001011 | 100001 | 110100 |
Color Harmonies of #815DAE
Complementary color
Monochromatic Colors of #815DAE
Black with #815DAE
Text Example
Text Example
White with #815DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815DAE; }
p { color: rgb(129,93,174); }
H1.HeaderClassName
{
color: #815DAE;
}
.AnyTagClassName
{
color: #815DAE;
}
</style>
background-color css
<style>
a { background-color: #815DAE; }
a { background-color: rgb(129,93,174); }
div.DivClassName
{
background-color: #815DAE;
}
.BgClassName
{
background-color: #815DAE;
}
</style>
border-color css
<style>
span { border-color: #815DAE; }
span { border-color: rgb(129,93,174); }
td.TdClassName
{
border-color: #815DAE;
}
.TagClassName
{
border-color: #815DAE;
}
</style>