Shades of Deluge #816FAC
Tints of Deluge #816FAC
RGB
CMYK
RGB Variations
Color information
#816FAC (or 0x816FAC) is known color: Deluge. HEX triplet: 81, 6F and AC. RGB value is (129,111,172). Sum of RGB (Red+Green+Blue) = 129+111+172=412 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.31% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #816FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816FAC is #7E9053. Grayscale: #7B7B7B. Windows color (decimal): -8294484 or 11300737. OLE color: 11300737.
HSL color Cylindrical-coordinate representation of color #816FAC: hue angle of 257.7º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #816FAC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 111 | 172 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.33 |
| HSL | 257.7º | 0.27% | 0.55% | - |
| HSV(B) | 257.7º | 0.35% | 0.67% | - |
| XYZ | 22.18 | 19.01 | 41.53 | - |
| YUV | 123.34 | 155.46 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 172 | 0.25 | 0.35 | 0 | 0.33 | 257.7 | 0.27 | 0.55 |
| Hex | 81 | 6F | AC | 19 | 23 | 0 | 21 | 102 | 1B | 37 |
| Octal | 201 | 157 | 254 | 31 | 43 | 0 | 41 | 402 | 33 | 67 |
| Binary | 10000001 | 1101111 | 10101100 | 11001 | 100011 | 0 | 100001 | 100000010 | 11011 | 110111 |
Color Harmonies of #816FAC
Complementary color
Monochromatic Colors of #816FAC
Black with #816FAC
Text Example
Text Example
White with #816FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816FAC; }
p { color: rgb(129,111,172); }
H1.HeaderClassName
{
color: #816FAC;
}
.AnyTagClassName
{
color: #816FAC;
}
</style>
background-color css
<style>
a { background-color: #816FAC; }
a { background-color: rgb(129,111,172); }
div.DivClassName
{
background-color: #816FAC;
}
.BgClassName
{
background-color: #816FAC;
}
</style>
border-color css
<style>
span { border-color: #816FAC; }
span { border-color: rgb(129,111,172); }
td.TdClassName
{
border-color: #816FAC;
}
.TagClassName
{
border-color: #816FAC;
}
</style>