Shades of Deluge #815FB0
Tints of Deluge #815FB0
RGB
CMYK
RGB Variations
Color information
#815FB0 (or 0x815FB0) is known color: Deluge. HEX triplet: 81, 5F and B0. RGB value is (129,95,176). Sum of RGB (Red+Green+Blue) = 129+95+176=400 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.25% from 400); Green value is 95 (37.5% from 255 or 23.75% from 400); Blue value is 176 (69.14% from 255 or 44% from 400); Max value from RGB is 176 - color contains mainly: blue. Hex color #815FB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815FB0 is #7EA04F. Grayscale: #727272. Windows color (decimal): -8298576 or 11558785. OLE color: 11558785.
HSL color Cylindrical-coordinate representation of color #815FB0: hue angle of 265.19º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #815FB0 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 95 | 176 | - |
| CMYK | 0.27 | 0.46 | 0 | 0.31 |
| HSL | 265.19º | 0.34% | 0.53% | - |
| HSV(B) | 265.19º | 0.46% | 0.69% | - |
| XYZ | 20.98 | 15.99 | 43.05 | - |
| YUV | 114.4 | 162.76 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 176 | 0.27 | 0.46 | 0 | 0.31 | 265.19 | 0.34 | 0.53 |
| Hex | 81 | 5F | B0 | 1B | 2E | 0 | 1F | 109 | 22 | 35 |
| Octal | 201 | 137 | 260 | 33 | 56 | 0 | 37 | 411 | 42 | 65 |
| Binary | 10000001 | 1011111 | 10110000 | 11011 | 101110 | 0 | 11111 | 100001001 | 100010 | 110101 |
Color Harmonies of #815FB0
Complementary color
Monochromatic Colors of #815FB0
Black with #815FB0
Text Example
Text Example
White with #815FB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815FB0; }
p { color: rgb(129,95,176); }
H1.HeaderClassName
{
color: #815FB0;
}
.AnyTagClassName
{
color: #815FB0;
}
</style>
background-color css
<style>
a { background-color: #815FB0; }
a { background-color: rgb(129,95,176); }
div.DivClassName
{
background-color: #815FB0;
}
.BgClassName
{
background-color: #815FB0;
}
</style>
border-color css
<style>
span { border-color: #815FB0; }
span { border-color: rgb(129,95,176); }
td.TdClassName
{
border-color: #815FB0;
}
.TagClassName
{
border-color: #815FB0;
}
</style>