Shades of Deluge #816FAB
Tints of Deluge #816FAB
RGB
CMYK
RGB Variations
Color information
#816FAB (or 0x816FAB) is known color: Deluge. HEX triplet: 81, 6F and AB. RGB value is (129,111,171). Sum of RGB (Red+Green+Blue) = 129+111+171=411 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.39% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #816FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816FAB is #7E9054. Grayscale: #7B7B7B. Windows color (decimal): -8294485 or 11235201. OLE color: 11235201.
HSL color Cylindrical-coordinate representation of color #816FAB: hue angle of 258º degrees, saturation: 0.26, 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 #816FAB is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 111 | 171 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.33 |
| HSL | 258º | 0.26% | 0.55% | - |
| HSV(B) | 258º | 0.35% | 0.67% | - |
| XYZ | 22.09 | 18.98 | 41.03 | - |
| YUV | 123.22 | 154.96 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 111 | 171 | 0.25 | 0.35 | 0 | 0.33 | 258 | 0.26 | 0.55 |
| Hex | 81 | 6F | AB | 19 | 23 | 0 | 21 | 102 | 1A | 37 |
| Octal | 201 | 157 | 253 | 31 | 43 | 0 | 41 | 402 | 32 | 67 |
| Binary | 10000001 | 1101111 | 10101011 | 11001 | 100011 | 0 | 100001 | 100000010 | 11010 | 110111 |
Color Harmonies of #816FAB
Complementary color
Monochromatic Colors of #816FAB
Black with #816FAB
Text Example
Text Example
White with #816FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816FAB; }
p { color: rgb(129,111,171); }
H1.HeaderClassName
{
color: #816FAB;
}
.AnyTagClassName
{
color: #816FAB;
}
</style>
background-color css
<style>
a { background-color: #816FAB; }
a { background-color: rgb(129,111,171); }
div.DivClassName
{
background-color: #816FAB;
}
.BgClassName
{
background-color: #816FAB;
}
</style>
border-color css
<style>
span { border-color: #816FAB; }
span { border-color: rgb(129,111,171); }
td.TdClassName
{
border-color: #816FAB;
}
.TagClassName
{
border-color: #816FAB;
}
</style>