Shades of Deluge #825DB0
Tints of Deluge #825DB0
RGB
CMYK
RGB Variations
Color information
#825DB0 (or 0x825DB0) is known color: Deluge. HEX triplet: 82, 5D and B0. RGB value is (130,93,176). Sum of RGB (Red+Green+Blue) = 130+93+176=399 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.58% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 176 (69.14% from 255 or 44.11% from 399); Max value from RGB is 176 - color contains mainly: blue. Hex color #825DB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #825DB0 is #7DA24F. Grayscale: #717171. Windows color (decimal): -8233552 or 11558274. OLE color: 11558274.
HSL color Cylindrical-coordinate representation of color #825DB0: hue angle of 266.75º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #825DB0 is Cyan = 0.26, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 130 | 93 | 176 | - |
| CMYK | 0.26 | 0.47 | 0 | 0.31 |
| HSL | 266.75º | 0.34% | 0.53% | - |
| HSV(B) | 266.75º | 0.47% | 0.69% | - |
| XYZ | 20.96 | 15.71 | 43 | - |
| YUV | 113.53 | 163.26 | 139.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 176 | 0.26 | 0.47 | 0 | 0.31 | 266.75 | 0.34 | 0.53 |
| Hex | 82 | 5D | B0 | 1A | 2F | 0 | 1F | 10B | 22 | 35 |
| Octal | 202 | 135 | 260 | 32 | 57 | 0 | 37 | 413 | 42 | 65 |
| Binary | 10000010 | 1011101 | 10110000 | 11010 | 101111 | 0 | 11111 | 100001011 | 100010 | 110101 |
Color Harmonies of #825DB0
Complementary color
Monochromatic Colors of #825DB0
Black with #825DB0
Text Example
Text Example
White with #825DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825DB0; }
p { color: rgb(130,93,176); }
H1.HeaderClassName
{
color: #825DB0;
}
.AnyTagClassName
{
color: #825DB0;
}
</style>
background-color css
<style>
a { background-color: #825DB0; }
a { background-color: rgb(130,93,176); }
div.DivClassName
{
background-color: #825DB0;
}
.BgClassName
{
background-color: #825DB0;
}
</style>
border-color css
<style>
span { border-color: #825DB0; }
span { border-color: rgb(130,93,176); }
td.TdClassName
{
border-color: #825DB0;
}
.TagClassName
{
border-color: #825DB0;
}
</style>