Shades of Deluge #8172AF
Tints of Deluge #8172AF
RGB
CMYK
RGB Variations
Color information
#8172AF (or 0x8172AF) is known color: Deluge. HEX triplet: 81, 72 and AF. RGB value is (129,114,175). Sum of RGB (Red+Green+Blue) = 129+114+175=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 175 (68.75% from 255 or 41.87% from 418); Max value from RGB is 175 - color contains mainly: blue. Hex color #8172AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8172AF is #7E8D50. Grayscale: #7D7D7D. Windows color (decimal): -8293713 or 11498113. OLE color: 11498113.
HSL color Cylindrical-coordinate representation of color #8172AF: hue angle of 254.75º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8172AF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 114 | 175 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.31 |
| HSL | 254.75º | 0.28% | 0.57% | - |
| HSV(B) | 254.75º | 0.35% | 0.69% | - |
| XYZ | 22.81 | 19.8 | 43.18 | - |
| YUV | 125.44 | 155.97 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 114 | 175 | 0.26 | 0.35 | 0 | 0.31 | 254.75 | 0.28 | 0.57 |
| Hex | 81 | 72 | AF | 1A | 23 | 0 | 1F | FF | 1C | 39 |
| Octal | 201 | 162 | 257 | 32 | 43 | 0 | 37 | 377 | 34 | 71 |
| Binary | 10000001 | 1110010 | 10101111 | 11010 | 100011 | 0 | 11111 | 11111111 | 11100 | 111001 |
Color Harmonies of #8172AF
Complementary color
Monochromatic Colors of #8172AF
Black with #8172AF
Text Example
Text Example
White with #8172AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8172AF; }
p { color: rgb(129,114,175); }
H1.HeaderClassName
{
color: #8172AF;
}
.AnyTagClassName
{
color: #8172AF;
}
</style>
background-color css
<style>
a { background-color: #8172AF; }
a { background-color: rgb(129,114,175); }
div.DivClassName
{
background-color: #8172AF;
}
.BgClassName
{
background-color: #8172AF;
}
</style>
border-color css
<style>
span { border-color: #8172AF; }
span { border-color: rgb(129,114,175); }
td.TdClassName
{
border-color: #8172AF;
}
.TagClassName
{
border-color: #8172AF;
}
</style>