Shades of Deluge #8466AD
Tints of Deluge #8466AD
RGB
CMYK
RGB Variations
Color information
#8466AD (or 0x8466AD) is known color: Deluge. HEX triplet: 84, 66 and AD. RGB value is (132,102,173). Sum of RGB (Red+Green+Blue) = 132+102+173=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 173 (67.97% from 255 or 42.51% from 407); Max value from RGB is 173 - color contains mainly: blue. Hex color #8466AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8466AD is #7B9952. Grayscale: #767676. Windows color (decimal): -8100179 or 11363972. OLE color: 11363972.
HSL color Cylindrical-coordinate representation of color #8466AD: hue angle of 265.35º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8466AD is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 102 | 173 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.32 |
| HSL | 265.35º | 0.3% | 0.54% | - |
| HSV(B) | 265.35º | 0.41% | 0.68% | - |
| XYZ | 21.81 | 17.43 | 41.75 | - |
| YUV | 119.06 | 158.44 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 102 | 173 | 0.24 | 0.41 | 0 | 0.32 | 265.35 | 0.3 | 0.54 |
| Hex | 84 | 66 | AD | 18 | 29 | 0 | 20 | 109 | 1E | 36 |
| Octal | 204 | 146 | 255 | 30 | 51 | 0 | 40 | 411 | 36 | 66 |
| Binary | 10000100 | 1100110 | 10101101 | 11000 | 101001 | 0 | 100000 | 100001001 | 11110 | 110110 |
Color Harmonies of #8466AD
Complementary color
Monochromatic Colors of #8466AD
Black with #8466AD
Text Example
Text Example
White with #8466AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8466AD; }
p { color: rgb(132,102,173); }
H1.HeaderClassName
{
color: #8466AD;
}
.AnyTagClassName
{
color: #8466AD;
}
</style>
background-color css
<style>
a { background-color: #8466AD; }
a { background-color: rgb(132,102,173); }
div.DivClassName
{
background-color: #8466AD;
}
.BgClassName
{
background-color: #8466AD;
}
</style>
border-color css
<style>
span { border-color: #8466AD; }
span { border-color: rgb(132,102,173); }
td.TdClassName
{
border-color: #8466AD;
}
.TagClassName
{
border-color: #8466AD;
}
</style>