Shades of Deluge #845FAC
Tints of Deluge #845FAC
RGB
CMYK
RGB Variations
Color information
#845FAC (or 0x845FAC) is known color: Deluge. HEX triplet: 84, 5F and AC. RGB value is (132,95,172). Sum of RGB (Red+Green+Blue) = 132+95+172=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 95 (37.5% from 255 or 23.81% from 399); Blue value is 172 (67.58% from 255 or 43.11% from 399); Max value from RGB is 172 - color contains mainly: blue. Hex color #845FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #845FAC is #7BA053. Grayscale: #727272. Windows color (decimal): -8101972 or 11296644. OLE color: 11296644.
HSL color Cylindrical-coordinate representation of color #845FAC: hue angle of 268.83º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #845FAC is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 95 | 172 | - |
| CMYK | 0.23 | 0.45 | 0 | 0.33 |
| HSL | 268.83º | 0.32% | 0.52% | - |
| HSV(B) | 268.83º | 0.45% | 0.67% | - |
| XYZ | 21.05 | 16.07 | 41.02 | - |
| YUV | 114.84 | 160.26 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 172 | 0.23 | 0.45 | 0 | 0.33 | 268.83 | 0.32 | 0.52 |
| Hex | 84 | 5F | AC | 17 | 2D | 0 | 21 | 10D | 20 | 34 |
| Octal | 204 | 137 | 254 | 27 | 55 | 0 | 41 | 415 | 40 | 64 |
| Binary | 10000100 | 1011111 | 10101100 | 10111 | 101101 | 0 | 100001 | 100001101 | 100000 | 110100 |
Color Harmonies of #845FAC
Complementary color
Monochromatic Colors of #845FAC
Black with #845FAC
Text Example
Text Example
White with #845FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FAC; }
p { color: rgb(132,95,172); }
H1.HeaderClassName
{
color: #845FAC;
}
.AnyTagClassName
{
color: #845FAC;
}
</style>
background-color css
<style>
a { background-color: #845FAC; }
a { background-color: rgb(132,95,172); }
div.DivClassName
{
background-color: #845FAC;
}
.BgClassName
{
background-color: #845FAC;
}
</style>
border-color css
<style>
span { border-color: #845FAC; }
span { border-color: rgb(132,95,172); }
td.TdClassName
{
border-color: #845FAC;
}
.TagClassName
{
border-color: #845FAC;
}
</style>