Shades of Deluge #8173AC
Tints of Deluge #8173AC
RGB
CMYK
RGB Variations
Color information
#8173AC (or 0x8173AC) is known color: Deluge. HEX triplet: 81, 73 and AC. RGB value is (129,115,172). Sum of RGB (Red+Green+Blue) = 129+115+172=416 (55% of max value = 765). Red value is 129 (50.78% from 255 or 31.01% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 172 (67.58% from 255 or 41.35% from 416); Max value from RGB is 172 - color contains mainly: blue. Hex color #8173AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8173AC is #7E8C53. Grayscale: #7D7D7D. Windows color (decimal): -8293460 or 11301761. OLE color: 11301761.
HSL color Cylindrical-coordinate representation of color #8173AC: hue angle of 254.74º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8173AC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 115 | 172 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.33 |
| HSL | 254.74º | 0.26% | 0.56% | - |
| HSV(B) | 254.74º | 0.33% | 0.67% | - |
| XYZ | 22.63 | 19.91 | 41.68 | - |
| YUV | 125.68 | 154.14 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 115 | 172 | 0.25 | 0.33 | 0 | 0.33 | 254.74 | 0.26 | 0.56 |
| Hex | 81 | 73 | AC | 19 | 21 | 0 | 21 | FF | 1A | 38 |
| Octal | 201 | 163 | 254 | 31 | 41 | 0 | 41 | 377 | 32 | 70 |
| Binary | 10000001 | 1110011 | 10101100 | 11001 | 100001 | 0 | 100001 | 11111111 | 11010 | 111000 |
Color Harmonies of #8173AC
Complementary color
Monochromatic Colors of #8173AC
Black with #8173AC
Text Example
Text Example
White with #8173AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8173AC; }
p { color: rgb(129,115,172); }
H1.HeaderClassName
{
color: #8173AC;
}
.AnyTagClassName
{
color: #8173AC;
}
</style>
background-color css
<style>
a { background-color: #8173AC; }
a { background-color: rgb(129,115,172); }
div.DivClassName
{
background-color: #8173AC;
}
.BgClassName
{
background-color: #8173AC;
}
</style>
border-color css
<style>
span { border-color: #8173AC; }
span { border-color: rgb(129,115,172); }
td.TdClassName
{
border-color: #8173AC;
}
.TagClassName
{
border-color: #8173AC;
}
</style>