Shades of Deluge #845FB5
Tints of Deluge #845FB5
RGB
CMYK
RGB Variations
Color information
#845FB5 (or 0x845FB5) is known color: Deluge. HEX triplet: 84, 5F and B5. RGB value is (132,95,181). Sum of RGB (Red+Green+Blue) = 132+95+181=408 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.35% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 181 (71.09% from 255 or 44.36% from 408); Max value from RGB is 181 - color contains mainly: blue. Hex color #845FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FB5 is #7BA04A. Grayscale: #737373. Windows color (decimal): -8101963 or 11886468. OLE color: 11886468.
HSL color Cylindrical-coordinate representation of color #845FB5: hue angle of 265.81º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #845FB5 is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 95 | 181 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.29 |
| HSL | 265.81º | 0.37% | 0.54% | - |
| HSV(B) | 265.81º | 0.48% | 0.71% | - |
| XYZ | 21.95 | 16.43 | 45.73 | - |
| YUV | 115.87 | 164.76 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 181 | 0.27 | 0.48 | 0 | 0.29 | 265.81 | 0.37 | 0.54 |
| Hex | 84 | 5F | B5 | 1B | 30 | 0 | 1D | 10A | 25 | 36 |
| Octal | 204 | 137 | 265 | 33 | 60 | 0 | 35 | 412 | 45 | 66 |
| Binary | 10000100 | 1011111 | 10110101 | 11011 | 110000 | 0 | 11101 | 100001010 | 100101 | 110110 |
Color Harmonies of #845FB5
Complementary color
Monochromatic Colors of #845FB5
Black with #845FB5
Text Example
Text Example
White with #845FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FB5; }
p { color: rgb(132,95,181); }
H1.HeaderClassName
{
color: #845FB5;
}
.AnyTagClassName
{
color: #845FB5;
}
</style>
background-color css
<style>
a { background-color: #845FB5; }
a { background-color: rgb(132,95,181); }
div.DivClassName
{
background-color: #845FB5;
}
.BgClassName
{
background-color: #845FB5;
}
</style>
border-color css
<style>
span { border-color: #845FB5; }
span { border-color: rgb(132,95,181); }
td.TdClassName
{
border-color: #845FB5;
}
.TagClassName
{
border-color: #845FB5;
}
</style>