Shades of Deluge #8461B1
Tints of Deluge #8461B1
RGB
CMYK
RGB Variations
Color information
#8461B1 (or 0x8461B1) is known color: Deluge. HEX triplet: 84, 61 and B1. RGB value is (132,97,177). Sum of RGB (Red+Green+Blue) = 132+97+177=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 97 (38.28% from 255 or 23.89% from 406); Blue value is 177 (69.53% from 255 or 43.60% from 406); Max value from RGB is 177 - color contains mainly: blue. Hex color #8461B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8461B1 is #7B9E4E. Grayscale: #747474. Windows color (decimal): -8101455 or 11624836. OLE color: 11624836.
HSL color Cylindrical-coordinate representation of color #8461B1: hue angle of 266.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8461B1 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 97 | 177 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.31 |
| HSL | 266.25º | 0.34% | 0.54% | - |
| HSV(B) | 266.25º | 0.45% | 0.69% | - |
| XYZ | 21.73 | 16.63 | 43.66 | - |
| YUV | 116.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 177 | 0.25 | 0.45 | 0 | 0.31 | 266.25 | 0.34 | 0.54 |
| Hex | 84 | 61 | B1 | 19 | 2D | 0 | 1F | 10A | 22 | 36 |
| Octal | 204 | 141 | 261 | 31 | 55 | 0 | 37 | 412 | 42 | 66 |
| Binary | 10000100 | 1100001 | 10110001 | 11001 | 101101 | 0 | 11111 | 100001010 | 100010 | 110110 |
Color Harmonies of #8461B1
Complementary color
Monochromatic Colors of #8461B1
Black with #8461B1
Text Example
Text Example
White with #8461B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8461B1; }
p { color: rgb(132,97,177); }
H1.HeaderClassName
{
color: #8461B1;
}
.AnyTagClassName
{
color: #8461B1;
}
</style>
background-color css
<style>
a { background-color: #8461B1; }
a { background-color: rgb(132,97,177); }
div.DivClassName
{
background-color: #8461B1;
}
.BgClassName
{
background-color: #8461B1;
}
</style>
border-color css
<style>
span { border-color: #8461B1; }
span { border-color: rgb(132,97,177); }
td.TdClassName
{
border-color: #8461B1;
}
.TagClassName
{
border-color: #8461B1;
}
</style>