Shades of Deluge #845DB2
Tints of Deluge #845DB2
RGB
CMYK
RGB Variations
Color information
#845DB2 (or 0x845DB2) is known color: Deluge. HEX triplet: 84, 5D and B2. RGB value is (132,93,178). Sum of RGB (Red+Green+Blue) = 132+93+178=403 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.75% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 178 (69.92% from 255 or 44.17% from 403); Max value from RGB is 178 - color contains mainly: blue. Hex color #845DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845DB2 is #7BA24D. Grayscale: #727272. Windows color (decimal): -8102478 or 11689348. OLE color: 11689348.
HSL color Cylindrical-coordinate representation of color #845DB2: hue angle of 267.53º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #845DB2 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 93 | 178 | - |
| CMYK | 0.26 | 0.48 | 0 | 0.30 |
| HSL | 267.53º | 0.36% | 0.53% | - |
| HSV(B) | 267.53º | 0.48% | 0.7% | - |
| XYZ | 21.47 | 15.95 | 44.07 | - |
| YUV | 114.35 | 163.92 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 178 | 0.26 | 0.48 | 0 | 0.30 | 267.53 | 0.36 | 0.53 |
| Hex | 84 | 5D | B2 | 1A | 30 | 0 | 1E | 10C | 24 | 35 |
| Octal | 204 | 135 | 262 | 32 | 60 | 0 | 36 | 414 | 44 | 65 |
| Binary | 10000100 | 1011101 | 10110010 | 11010 | 110000 | 0 | 11110 | 100001100 | 100100 | 110101 |
Color Harmonies of #845DB2
Complementary color
Monochromatic Colors of #845DB2
Black with #845DB2
Text Example
Text Example
White with #845DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DB2; }
p { color: rgb(132,93,178); }
H1.HeaderClassName
{
color: #845DB2;
}
.AnyTagClassName
{
color: #845DB2;
}
</style>
background-color css
<style>
a { background-color: #845DB2; }
a { background-color: rgb(132,93,178); }
div.DivClassName
{
background-color: #845DB2;
}
.BgClassName
{
background-color: #845DB2;
}
</style>
border-color css
<style>
span { border-color: #845DB2; }
span { border-color: rgb(132,93,178); }
td.TdClassName
{
border-color: #845DB2;
}
.TagClassName
{
border-color: #845DB2;
}
</style>