Shades of Deluge #8164AF
Tints of Deluge #8164AF
RGB
CMYK
RGB Variations
Color information
#8164AF (or 0x8164AF) is known color: Deluge. HEX triplet: 81, 64 and AF. RGB value is (129,100,175). Sum of RGB (Red+Green+Blue) = 129+100+175=404 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.93% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #8164AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8164AF is #7E9B50. Grayscale: #747474. Windows color (decimal): -8297297 or 11494529. OLE color: 11494529.
HSL color Cylindrical-coordinate representation of color #8164AF: hue angle of 263.2º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8164AF is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 100 | 175 | - |
| CMYK | 0.26 | 0.43 | 0 | 0.31 |
| HSL | 263.2º | 0.32% | 0.54% | - |
| HSV(B) | 263.2º | 0.43% | 0.69% | - |
| XYZ | 21.35 | 16.88 | 42.69 | - |
| YUV | 117.22 | 160.61 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 175 | 0.26 | 0.43 | 0 | 0.31 | 263.2 | 0.32 | 0.54 |
| Hex | 81 | 64 | AF | 1A | 2B | 0 | 1F | 107 | 20 | 36 |
| Octal | 201 | 144 | 257 | 32 | 53 | 0 | 37 | 407 | 40 | 66 |
| Binary | 10000001 | 1100100 | 10101111 | 11010 | 101011 | 0 | 11111 | 100000111 | 100000 | 110110 |
Color Harmonies of #8164AF
Complementary color
Monochromatic Colors of #8164AF
Black with #8164AF
Text Example
Text Example
White with #8164AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8164AF; }
p { color: rgb(129,100,175); }
H1.HeaderClassName
{
color: #8164AF;
}
.AnyTagClassName
{
color: #8164AF;
}
</style>
background-color css
<style>
a { background-color: #8164AF; }
a { background-color: rgb(129,100,175); }
div.DivClassName
{
background-color: #8164AF;
}
.BgClassName
{
background-color: #8164AF;
}
</style>
border-color css
<style>
span { border-color: #8164AF; }
span { border-color: rgb(129,100,175); }
td.TdClassName
{
border-color: #8164AF;
}
.TagClassName
{
border-color: #8164AF;
}
</style>