Shades of Deluge #816B9D
Tints of Deluge #816B9D
RGB
CMYK
RGB Variations
Color information
#816B9D (or 0x816B9D) is known color: Deluge. HEX triplet: 81, 6B and 9D. RGB value is (129,107,157). Sum of RGB (Red+Green+Blue) = 129+107+157=393 (52% of max value = 765). Red value is 129 (50.78% from 255 or 32.82% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 157 (61.72% from 255 or 39.95% from 393); Max value from RGB is 157 - color contains mainly: blue. Hex color #816B9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #816B9D is #7E9462. Grayscale: #777777. Windows color (decimal): -8295523 or 10316673. OLE color: 10316673.
HSL color Cylindrical-coordinate representation of color #816B9D: hue angle of 266.4º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #816B9D is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 107 | 157 | - |
| CMYK | 0.18 | 0.32 | 0 | 0.38 |
| HSL | 266.4º | 0.2% | 0.52% | - |
| HSV(B) | 266.4º | 0.32% | 0.62% | - |
| XYZ | 20.4 | 17.62 | 34.22 | - |
| YUV | 119.28 | 149.29 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 157 | 0.18 | 0.32 | 0 | 0.38 | 266.4 | 0.2 | 0.52 |
| Hex | 81 | 6B | 9D | 12 | 20 | 0 | 26 | 10A | 14 | 34 |
| Octal | 201 | 153 | 235 | 22 | 40 | 0 | 46 | 412 | 24 | 64 |
| Binary | 10000001 | 1101011 | 10011101 | 10010 | 100000 | 0 | 100110 | 100001010 | 10100 | 110100 |
Color Harmonies of #816B9D
Complementary color
Monochromatic Colors of #816B9D
Black with #816B9D
Text Example
Text Example
White with #816B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816B9D; }
p { color: rgb(129,107,157); }
H1.HeaderClassName
{
color: #816B9D;
}
.AnyTagClassName
{
color: #816B9D;
}
</style>
background-color css
<style>
a { background-color: #816B9D; }
a { background-color: rgb(129,107,157); }
div.DivClassName
{
background-color: #816B9D;
}
.BgClassName
{
background-color: #816B9D;
}
</style>
border-color css
<style>
span { border-color: #816B9D; }
span { border-color: rgb(129,107,157); }
td.TdClassName
{
border-color: #816B9D;
}
.TagClassName
{
border-color: #816B9D;
}
</style>