Shades of Deluge #8173A2
Tints of Deluge #8173A2
RGB
CMYK
RGB Variations
Color information
#8173A2 (or 0x8173A2) is known color: Deluge. HEX triplet: 81, 73 and A2. RGB value is (129,115,162). Sum of RGB (Red+Green+Blue) = 129+115+162=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 162 (63.67% from 255 or 39.90% from 406); Max value from RGB is 162 - color contains mainly: blue. Hex color #8173A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8173A2 is #7E8C5D. Grayscale: #7C7C7C. Windows color (decimal): -8293470 or 10646401. OLE color: 10646401.
HSL color Cylindrical-coordinate representation of color #8173A2: hue angle of 257.87º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8173A2 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 115 | 162 | - |
| CMYK | 0.20 | 0.29 | 0 | 0.36 |
| HSL | 257.87º | 0.2% | 0.54% | - |
| HSV(B) | 257.87º | 0.29% | 0.64% | - |
| XYZ | 21.71 | 19.54 | 36.81 | - |
| YUV | 124.54 | 149.14 | 131.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 162 | 0.20 | 0.29 | 0 | 0.36 | 257.87 | 0.2 | 0.54 |
| Hex | 81 | 73 | A2 | 14 | 1D | 0 | 24 | 102 | 14 | 36 |
| Octal | 201 | 163 | 242 | 24 | 35 | 0 | 44 | 402 | 24 | 66 |
| Binary | 10000001 | 1110011 | 10100010 | 10100 | 11101 | 0 | 100100 | 100000010 | 10100 | 110110 |
Color Harmonies of #8173A2
Complementary color
Monochromatic Colors of #8173A2
Black with #8173A2
Text Example
Text Example
White with #8173A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8173A2; }
p { color: rgb(129,115,162); }
H1.HeaderClassName
{
color: #8173A2;
}
.AnyTagClassName
{
color: #8173A2;
}
</style>
background-color css
<style>
a { background-color: #8173A2; }
a { background-color: rgb(129,115,162); }
div.DivClassName
{
background-color: #8173A2;
}
.BgClassName
{
background-color: #8173A2;
}
</style>
border-color css
<style>
span { border-color: #8173A2; }
span { border-color: rgb(129,115,162); }
td.TdClassName
{
border-color: #8173A2;
}
.TagClassName
{
border-color: #8173A2;
}
</style>