Shades of Deluge #815DAB
Tints of Deluge #815DAB
RGB
CMYK
RGB Variations
Color information
#815DAB (or 0x815DAB) is known color: Deluge. HEX triplet: 81, 5D and AB. RGB value is (129,93,171). Sum of RGB (Red+Green+Blue) = 129+93+171=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 93 (36.72% from 255 or 23.66% 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 #815DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815DAB is #7EA254. Grayscale: #707070. Windows color (decimal): -8299093 or 11230593. OLE color: 11230593.
HSL color Cylindrical-coordinate representation of color #815DAB: hue angle of 267.69º 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 #815DAB is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 93 | 171 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.33 |
| HSL | 267.69º | 0.32% | 0.52% | - |
| HSV(B) | 267.69º | 0.46% | 0.67% | - |
| XYZ | 20.32 | 15.44 | 40.44 | - |
| YUV | 112.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 171 | 0.25 | 0.46 | 0 | 0.33 | 267.69 | 0.32 | 0.52 |
| Hex | 81 | 5D | AB | 19 | 2E | 0 | 21 | 10C | 20 | 34 |
| Octal | 201 | 135 | 253 | 31 | 56 | 0 | 41 | 414 | 40 | 64 |
| Binary | 10000001 | 1011101 | 10101011 | 11001 | 101110 | 0 | 100001 | 100001100 | 100000 | 110100 |
Color Harmonies of #815DAB
Complementary color
Monochromatic Colors of #815DAB
Black with #815DAB
Text Example
Text Example
White with #815DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815DAB; }
p { color: rgb(129,93,171); }
H1.HeaderClassName
{
color: #815DAB;
}
.AnyTagClassName
{
color: #815DAB;
}
</style>
background-color css
<style>
a { background-color: #815DAB; }
a { background-color: rgb(129,93,171); }
div.DivClassName
{
background-color: #815DAB;
}
.BgClassName
{
background-color: #815DAB;
}
</style>
border-color css
<style>
span { border-color: #815DAB; }
span { border-color: rgb(129,93,171); }
td.TdClassName
{
border-color: #815DAB;
}
.TagClassName
{
border-color: #815DAB;
}
</style>