Shades of Deluge #845DAD
Tints of Deluge #845DAD
RGB
CMYK
RGB Variations
Color information
#845DAD (or 0x845DAD) is known color: Deluge. HEX triplet: 84, 5D and AD. RGB value is (132,93,173). Sum of RGB (Red+Green+Blue) = 132+93+173=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #845DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845DAD is #7BA252. Grayscale: #717171. Windows color (decimal): -8102483 or 11361668. OLE color: 11361668.
HSL color Cylindrical-coordinate representation of color #845DAD: hue angle of 269.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #845DAD is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 93 | 173 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.32 |
| HSL | 269.25º | 0.33% | 0.52% | - |
| HSV(B) | 269.25º | 0.46% | 0.68% | - |
| XYZ | 20.97 | 15.75 | 41.47 | - |
| YUV | 113.78 | 161.42 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 173 | 0.24 | 0.46 | 0 | 0.32 | 269.25 | 0.33 | 0.52 |
| Hex | 84 | 5D | AD | 18 | 2E | 0 | 20 | 10D | 21 | 34 |
| Octal | 204 | 135 | 255 | 30 | 56 | 0 | 40 | 415 | 41 | 64 |
| Binary | 10000100 | 1011101 | 10101101 | 11000 | 101110 | 0 | 100000 | 100001101 | 100001 | 110100 |
Color Harmonies of #845DAD
Complementary color
Monochromatic Colors of #845DAD
Black with #845DAD
Text Example
Text Example
White with #845DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845DAD; }
p { color: rgb(132,93,173); }
H1.HeaderClassName
{
color: #845DAD;
}
.AnyTagClassName
{
color: #845DAD;
}
</style>
background-color css
<style>
a { background-color: #845DAD; }
a { background-color: rgb(132,93,173); }
div.DivClassName
{
background-color: #845DAD;
}
.BgClassName
{
background-color: #845DAD;
}
</style>
border-color css
<style>
span { border-color: #845DAD; }
span { border-color: rgb(132,93,173); }
td.TdClassName
{
border-color: #845DAD;
}
.TagClassName
{
border-color: #845DAD;
}
</style>