Shades of Deluge #8465AD
Tints of Deluge #8465AD
RGB
CMYK
RGB Variations
Color information
#8465AD (or 0x8465AD) is known color: Deluge. HEX triplet: 84, 65 and AD. RGB value is (132,101,173). Sum of RGB (Red+Green+Blue) = 132+101+173=406 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.51% from 406); Green value is 101 (39.84% from 255 or 24.88% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #8465AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8465AD is #7B9A52. Grayscale: #767676. Windows color (decimal): -8100435 or 11363716. OLE color: 11363716.
HSL color Cylindrical-coordinate representation of color #8465AD: hue angle of 265.83º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8465AD is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 101 | 173 | - |
| CMYK | 0.24 | 0.42 | 0 | 0.32 |
| HSL | 265.83º | 0.31% | 0.54% | - |
| HSV(B) | 265.83º | 0.42% | 0.68% | - |
| XYZ | 21.71 | 17.23 | 41.72 | - |
| YUV | 118.48 | 158.77 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 173 | 0.24 | 0.42 | 0 | 0.32 | 265.83 | 0.31 | 0.54 |
| Hex | 84 | 65 | AD | 18 | 2A | 0 | 20 | 10A | 1F | 36 |
| Octal | 204 | 145 | 255 | 30 | 52 | 0 | 40 | 412 | 37 | 66 |
| Binary | 10000100 | 1100101 | 10101101 | 11000 | 101010 | 0 | 100000 | 100001010 | 11111 | 110110 |
Color Harmonies of #8465AD
Complementary color
Monochromatic Colors of #8465AD
Black with #8465AD
Text Example
Text Example
White with #8465AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8465AD; }
p { color: rgb(132,101,173); }
H1.HeaderClassName
{
color: #8465AD;
}
.AnyTagClassName
{
color: #8465AD;
}
</style>
background-color css
<style>
a { background-color: #8465AD; }
a { background-color: rgb(132,101,173); }
div.DivClassName
{
background-color: #8465AD;
}
.BgClassName
{
background-color: #8465AD;
}
</style>
border-color css
<style>
span { border-color: #8465AD; }
span { border-color: rgb(132,101,173); }
td.TdClassName
{
border-color: #8465AD;
}
.TagClassName
{
border-color: #8465AD;
}
</style>