Shades of Deluge #815DAC
Tints of Deluge #815DAC
RGB
CMYK
RGB Variations
Color information
#815DAC (or 0x815DAC) is known color: Deluge. HEX triplet: 81, 5D and AC. RGB value is (129,93,172). Sum of RGB (Red+Green+Blue) = 129+93+172=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 172 (67.58% from 255 or 43.65% from 394); Max value from RGB is 172 - color contains mainly: blue. Hex color #815DAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815DAC is #7EA253. Grayscale: #707070. Windows color (decimal): -8299092 or 11296129. OLE color: 11296129.
HSL color Cylindrical-coordinate representation of color #815DAC: hue angle of 267.34º 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 #815DAC is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 93 | 172 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.33 |
| HSL | 267.34º | 0.32% | 0.52% | - |
| HSV(B) | 267.34º | 0.46% | 0.67% | - |
| XYZ | 20.41 | 15.47 | 40.94 | - |
| YUV | 112.77 | 161.43 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 172 | 0.25 | 0.46 | 0 | 0.33 | 267.34 | 0.32 | 0.52 |
| Hex | 81 | 5D | AC | 19 | 2E | 0 | 21 | 10B | 20 | 34 |
| Octal | 201 | 135 | 254 | 31 | 56 | 0 | 41 | 413 | 40 | 64 |
| Binary | 10000001 | 1011101 | 10101100 | 11001 | 101110 | 0 | 100001 | 100001011 | 100000 | 110100 |
Color Harmonies of #815DAC
Complementary color
Monochromatic Colors of #815DAC
Black with #815DAC
Text Example
Text Example
White with #815DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815DAC; }
p { color: rgb(129,93,172); }
H1.HeaderClassName
{
color: #815DAC;
}
.AnyTagClassName
{
color: #815DAC;
}
</style>
background-color css
<style>
a { background-color: #815DAC; }
a { background-color: rgb(129,93,172); }
div.DivClassName
{
background-color: #815DAC;
}
.BgClassName
{
background-color: #815DAC;
}
</style>
border-color css
<style>
span { border-color: #815DAC; }
span { border-color: rgb(129,93,172); }
td.TdClassName
{
border-color: #815DAC;
}
.TagClassName
{
border-color: #815DAC;
}
</style>