Shades of Deluge #815FB6
Tints of Deluge #815FB6
RGB
CMYK
RGB Variations
Color information
#815FB6 (or 0x815FB6) is known color: Deluge. HEX triplet: 81, 5F and B6. RGB value is (129,95,182). Sum of RGB (Red+Green+Blue) = 129+95+182=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 182 (71.48% from 255 or 44.83% from 406); Max value from RGB is 182 - color contains mainly: blue. Hex color #815FB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #815FB6 is #7EA049. Grayscale: #727272. Windows color (decimal): -8298570 or 11952001. OLE color: 11952001.
HSL color Cylindrical-coordinate representation of color #815FB6: hue angle of 263.45º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #815FB6 is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 129 | 95 | 182 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.29 |
| HSL | 263.45º | 0.37% | 0.54% | - |
| HSV(B) | 263.45º | 0.48% | 0.71% | - |
| XYZ | 21.59 | 16.23 | 46.25 | - |
| YUV | 115.08 | 165.76 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 182 | 0.29 | 0.48 | 0 | 0.29 | 263.45 | 0.37 | 0.54 |
| Hex | 81 | 5F | B6 | 1D | 30 | 0 | 1D | 107 | 25 | 36 |
| Octal | 201 | 137 | 266 | 35 | 60 | 0 | 35 | 407 | 45 | 66 |
| Binary | 10000001 | 1011111 | 10110110 | 11101 | 110000 | 0 | 11101 | 100000111 | 100101 | 110110 |
Color Harmonies of #815FB6
Complementary color
Monochromatic Colors of #815FB6
Black with #815FB6
Text Example
Text Example
White with #815FB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815FB6; }
p { color: rgb(129,95,182); }
H1.HeaderClassName
{
color: #815FB6;
}
.AnyTagClassName
{
color: #815FB6;
}
</style>
background-color css
<style>
a { background-color: #815FB6; }
a { background-color: rgb(129,95,182); }
div.DivClassName
{
background-color: #815FB6;
}
.BgClassName
{
background-color: #815FB6;
}
</style>
border-color css
<style>
span { border-color: #815FB6; }
span { border-color: rgb(129,95,182); }
td.TdClassName
{
border-color: #815FB6;
}
.TagClassName
{
border-color: #815FB6;
}
</style>