Shades of Deluge #825EAE
Tints of Deluge #825EAE
RGB
CMYK
RGB Variations
Color information
#825EAE (or 0x825EAE) is known color: Deluge. HEX triplet: 82, 5E and AE. RGB value is (130,94,174). Sum of RGB (Red+Green+Blue) = 130+94+174=398 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.66% from 398); Green value is 94 (37.11% from 255 or 23.62% from 398); Blue value is 174 (68.36% from 255 or 43.72% from 398); Max value from RGB is 174 - color contains mainly: blue. Hex color #825EAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825EAE is #7DA151. Grayscale: #717171. Windows color (decimal): -8233298 or 11427458. OLE color: 11427458.
HSL color Cylindrical-coordinate representation of color #825EAE: hue angle of 267º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #825EAE is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 94 | 174 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.32 |
| HSL | 267º | 0.33% | 0.53% | - |
| HSV(B) | 267º | 0.46% | 0.68% | - |
| XYZ | 20.85 | 15.81 | 42 | - |
| YUV | 113.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 174 | 0.25 | 0.46 | 0 | 0.32 | 267 | 0.33 | 0.53 |
| Hex | 82 | 5E | AE | 19 | 2E | 0 | 20 | 10B | 21 | 35 |
| Octal | 202 | 136 | 256 | 31 | 56 | 0 | 40 | 413 | 41 | 65 |
| Binary | 10000010 | 1011110 | 10101110 | 11001 | 101110 | 0 | 100000 | 100001011 | 100001 | 110101 |
Color Harmonies of #825EAE
Complementary color
Monochromatic Colors of #825EAE
Black with #825EAE
Text Example
Text Example
White with #825EAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825EAE; }
p { color: rgb(130,94,174); }
H1.HeaderClassName
{
color: #825EAE;
}
.AnyTagClassName
{
color: #825EAE;
}
</style>
background-color css
<style>
a { background-color: #825EAE; }
a { background-color: rgb(130,94,174); }
div.DivClassName
{
background-color: #825EAE;
}
.BgClassName
{
background-color: #825EAE;
}
</style>
border-color css
<style>
span { border-color: #825EAE; }
span { border-color: rgb(130,94,174); }
td.TdClassName
{
border-color: #825EAE;
}
.TagClassName
{
border-color: #825EAE;
}
</style>