Shades of Deluge #8169A0
Tints of Deluge #8169A0
RGB
CMYK
RGB Variations
Color information
#8169A0 (or 0x8169A0) is known color: Deluge. HEX triplet: 81, 69 and A0. RGB value is (129,105,160). Sum of RGB (Red+Green+Blue) = 129+105+160=394 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.74% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 160 - color contains mainly: blue. Hex color #8169A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8169A0 is #7E965F. Grayscale: #767676. Windows color (decimal): -8296032 or 10512769. OLE color: 10512769.
HSL color Cylindrical-coordinate representation of color #8169A0: hue angle of 266.18º 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 #8169A0 is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 129 | 105 | 160 | - |
| CMYK | 0.19 | 0.34 | 0 | 0.37 |
| HSL | 266.18º | 0.22% | 0.52% | - |
| HSV(B) | 266.18º | 0.34% | 0.63% | - |
| XYZ | 20.45 | 17.31 | 35.52 | - |
| YUV | 118.45 | 151.45 | 135.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 105 | 160 | 0.19 | 0.34 | 0 | 0.37 | 266.18 | 0.22 | 0.52 |
| Hex | 81 | 69 | A0 | 13 | 22 | 0 | 25 | 10A | 16 | 34 |
| Octal | 201 | 151 | 240 | 23 | 42 | 0 | 45 | 412 | 26 | 64 |
| Binary | 10000001 | 1101001 | 10100000 | 10011 | 100010 | 0 | 100101 | 100001010 | 10110 | 110100 |
Color Harmonies of #8169A0
Complementary color
Monochromatic Colors of #8169A0
Black with #8169A0
Text Example
Text Example
White with #8169A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8169A0; }
p { color: rgb(129,105,160); }
H1.HeaderClassName
{
color: #8169A0;
}
.AnyTagClassName
{
color: #8169A0;
}
</style>
background-color css
<style>
a { background-color: #8169A0; }
a { background-color: rgb(129,105,160); }
div.DivClassName
{
background-color: #8169A0;
}
.BgClassName
{
background-color: #8169A0;
}
</style>
border-color css
<style>
span { border-color: #8169A0; }
span { border-color: rgb(129,105,160); }
td.TdClassName
{
border-color: #8169A0;
}
.TagClassName
{
border-color: #8169A0;
}
</style>