Shades of Deluge #8469A0
Tints of Deluge #8469A0
RGB
CMYK
RGB Variations
Color information
#8469A0 (or 0x8469A0) is known color: Deluge. HEX triplet: 84, 69 and A0. RGB value is (132,105,160). Sum of RGB (Red+Green+Blue) = 132+105+160=397 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.25% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 160 (62.89% from 255 or 40.30% from 397); Max value from RGB is 160 - color contains mainly: blue. Hex color #8469A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8469A0 is #7B965F. Grayscale: #777777. Windows color (decimal): -8099424 or 10512772. OLE color: 10512772.
HSL color Cylindrical-coordinate representation of color #8469A0: hue angle of 269.45º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8469A0 is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 105 | 160 | - |
| CMYK | 0.17 | 0.34 | 0 | 0.37 |
| HSL | 269.45º | 0.22% | 0.52% | - |
| HSV(B) | 269.45º | 0.34% | 0.63% | - |
| XYZ | 20.91 | 17.55 | 35.54 | - |
| YUV | 119.34 | 150.95 | 137.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 160 | 0.17 | 0.34 | 0 | 0.37 | 269.45 | 0.22 | 0.52 |
| Hex | 84 | 69 | A0 | 11 | 22 | 0 | 25 | 10D | 16 | 34 |
| Octal | 204 | 151 | 240 | 21 | 42 | 0 | 45 | 415 | 26 | 64 |
| Binary | 10000100 | 1101001 | 10100000 | 10001 | 100010 | 0 | 100101 | 100001101 | 10110 | 110100 |
Color Harmonies of #8469A0
Complementary color
Monochromatic Colors of #8469A0
Black with #8469A0
Text Example
Text Example
White with #8469A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8469A0; }
p { color: rgb(132,105,160); }
H1.HeaderClassName
{
color: #8469A0;
}
.AnyTagClassName
{
color: #8469A0;
}
</style>
background-color css
<style>
a { background-color: #8469A0; }
a { background-color: rgb(132,105,160); }
div.DivClassName
{
background-color: #8469A0;
}
.BgClassName
{
background-color: #8469A0;
}
</style>
border-color css
<style>
span { border-color: #8469A0; }
span { border-color: rgb(132,105,160); }
td.TdClassName
{
border-color: #8469A0;
}
.TagClassName
{
border-color: #8469A0;
}
</style>