Shades of Deluge #836AAF
Tints of Deluge #836AAF
RGB
CMYK
RGB Variations
Color information
#836AAF (or 0x836AAF) is known color: Deluge. HEX triplet: 83, 6A and AF. RGB value is (131,106,175). Sum of RGB (Red+Green+Blue) = 131+106+175=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 106 (41.80% from 255 or 25.73% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 175 - color contains mainly: blue. Hex color #836AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836AAF is #7C9550. Grayscale: #797979. Windows color (decimal): -8164689 or 11496067. OLE color: 11496067.
HSL color Cylindrical-coordinate representation of color #836AAF: hue angle of 261.74º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #836AAF is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 106 | 175 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.31 |
| HSL | 261.74º | 0.3% | 0.55% | - |
| HSV(B) | 261.74º | 0.39% | 0.69% | - |
| XYZ | 22.25 | 18.23 | 42.9 | - |
| YUV | 121.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 175 | 0.25 | 0.39 | 0 | 0.31 | 261.74 | 0.3 | 0.55 |
| Hex | 83 | 6A | AF | 19 | 27 | 0 | 1F | 106 | 1E | 37 |
| Octal | 203 | 152 | 257 | 31 | 47 | 0 | 37 | 406 | 36 | 67 |
| Binary | 10000011 | 1101010 | 10101111 | 11001 | 100111 | 0 | 11111 | 100000110 | 11110 | 110111 |
Color Harmonies of #836AAF
Complementary color
Monochromatic Colors of #836AAF
Black with #836AAF
Text Example
Text Example
White with #836AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836AAF; }
p { color: rgb(131,106,175); }
H1.HeaderClassName
{
color: #836AAF;
}
.AnyTagClassName
{
color: #836AAF;
}
</style>
background-color css
<style>
a { background-color: #836AAF; }
a { background-color: rgb(131,106,175); }
div.DivClassName
{
background-color: #836AAF;
}
.BgClassName
{
background-color: #836AAF;
}
</style>
border-color css
<style>
span { border-color: #836AAF; }
span { border-color: rgb(131,106,175); }
td.TdClassName
{
border-color: #836AAF;
}
.TagClassName
{
border-color: #836AAF;
}
</style>