Shades of Deluge #815FA0
Tints of Deluge #815FA0
RGB
CMYK
RGB Variations
Color information
#815FA0 (or 0x815FA0) is known color: Deluge. HEX triplet: 81, 5F and A0. RGB value is (129,95,160). Sum of RGB (Red+Green+Blue) = 129+95+160=384 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.59% from 384); Green value is 95 (37.5% from 255 or 24.74% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 160 - color contains mainly: blue. Hex color #815FA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #815FA0 is #7EA05F. Grayscale: #707070. Windows color (decimal): -8298592 or 10510209. OLE color: 10510209.
HSL color Cylindrical-coordinate representation of color #815FA0: hue angle of 271.38º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #815FA0 is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 95 | 160 | - |
| CMYK | 0.19 | 0.41 | 0 | 0.37 |
| HSL | 271.38º | 0.25% | 0.5% | - |
| HSV(B) | 271.38º | 0.41% | 0.63% | - |
| XYZ | 19.49 | 15.39 | 35.2 | - |
| YUV | 112.58 | 154.76 | 139.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 160 | 0.19 | 0.41 | 0 | 0.37 | 271.38 | 0.25 | 0.5 |
| Hex | 81 | 5F | A0 | 13 | 29 | 0 | 25 | 10F | 19 | 32 |
| Octal | 201 | 137 | 240 | 23 | 51 | 0 | 45 | 417 | 31 | 62 |
| Binary | 10000001 | 1011111 | 10100000 | 10011 | 101001 | 0 | 100101 | 100001111 | 11001 | 110010 |
Color Harmonies of #815FA0
Complementary color
Monochromatic Colors of #815FA0
Black with #815FA0
Text Example
Text Example
White with #815FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815FA0; }
p { color: rgb(129,95,160); }
H1.HeaderClassName
{
color: #815FA0;
}
.AnyTagClassName
{
color: #815FA0;
}
</style>
background-color css
<style>
a { background-color: #815FA0; }
a { background-color: rgb(129,95,160); }
div.DivClassName
{
background-color: #815FA0;
}
.BgClassName
{
background-color: #815FA0;
}
</style>
border-color css
<style>
span { border-color: #815FA0; }
span { border-color: rgb(129,95,160); }
td.TdClassName
{
border-color: #815FA0;
}
.TagClassName
{
border-color: #815FA0;
}
</style>