Shades of Deluge #815DB6
Tints of Deluge #815DB6
RGB
CMYK
RGB Variations
Color information
#815DB6 (or 0x815DB6) is known color: Deluge. HEX triplet: 81, 5D and B6. RGB value is (129,93,182). Sum of RGB (Red+Green+Blue) = 129+93+182=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 93 (36.72% from 255 or 23.02% from 404); Blue value is 182 (71.48% from 255 or 45.05% from 404); Max value from RGB is 182 - color contains mainly: blue. Hex color #815DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815DB6 is #7EA249. Grayscale: #717171. Windows color (decimal): -8299082 or 11951489. OLE color: 11951489.
HSL color Cylindrical-coordinate representation of color #815DB6: hue angle of 264.27º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #815DB6 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 93 | 182 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.29 |
| HSL | 264.27º | 0.38% | 0.54% | - |
| HSV(B) | 264.27º | 0.49% | 0.71% | - |
| XYZ | 21.41 | 15.87 | 46.19 | - |
| YUV | 113.91 | 166.43 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 93 | 182 | 0.29 | 0.49 | 0 | 0.29 | 264.27 | 0.38 | 0.54 |
| Hex | 81 | 5D | B6 | 1D | 31 | 0 | 1D | 108 | 26 | 36 |
| Octal | 201 | 135 | 266 | 35 | 61 | 0 | 35 | 410 | 46 | 66 |
| Binary | 10000001 | 1011101 | 10110110 | 11101 | 110001 | 0 | 11101 | 100001000 | 100110 | 110110 |
Color Harmonies of #815DB6
Complementary color
Monochromatic Colors of #815DB6
Black with #815DB6
Text Example
Text Example
White with #815DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815DB6; }
p { color: rgb(129,93,182); }
H1.HeaderClassName
{
color: #815DB6;
}
.AnyTagClassName
{
color: #815DB6;
}
</style>
background-color css
<style>
a { background-color: #815DB6; }
a { background-color: rgb(129,93,182); }
div.DivClassName
{
background-color: #815DB6;
}
.BgClassName
{
background-color: #815DB6;
}
</style>
border-color css
<style>
span { border-color: #815DB6; }
span { border-color: rgb(129,93,182); }
td.TdClassName
{
border-color: #815DB6;
}
.TagClassName
{
border-color: #815DB6;
}
</style>