Shades of Deluge #836DAF
Tints of Deluge #836DAF
RGB
CMYK
RGB Variations
Color information
#836DAF (or 0x836DAF) is known color: Deluge. HEX triplet: 83, 6D and AF. RGB value is (131,109,175). Sum of RGB (Red+Green+Blue) = 131+109+175=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 109 (42.97% from 255 or 26.27% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #836DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836DAF is #7C9250. Grayscale: #7A7A7A. Windows color (decimal): -8163921 or 11496835. OLE color: 11496835.
HSL color Cylindrical-coordinate representation of color #836DAF: hue angle of 260º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #836DAF is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 109 | 175 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.31 |
| HSL | 260º | 0.29% | 0.56% | - |
| HSV(B) | 260º | 0.38% | 0.69% | - |
| XYZ | 22.57 | 18.86 | 43.01 | - |
| YUV | 123.1 | 157.29 | 133.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 109 | 175 | 0.25 | 0.38 | 0 | 0.31 | 260 | 0.29 | 0.56 |
| Hex | 83 | 6D | AF | 19 | 26 | 0 | 1F | 104 | 1D | 38 |
| Octal | 203 | 155 | 257 | 31 | 46 | 0 | 37 | 404 | 35 | 70 |
| Binary | 10000011 | 1101101 | 10101111 | 11001 | 100110 | 0 | 11111 | 100000100 | 11101 | 111000 |
Color Harmonies of #836DAF
Complementary color
Monochromatic Colors of #836DAF
Black with #836DAF
Text Example
Text Example
White with #836DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836DAF; }
p { color: rgb(131,109,175); }
H1.HeaderClassName
{
color: #836DAF;
}
.AnyTagClassName
{
color: #836DAF;
}
</style>
background-color css
<style>
a { background-color: #836DAF; }
a { background-color: rgb(131,109,175); }
div.DivClassName
{
background-color: #836DAF;
}
.BgClassName
{
background-color: #836DAF;
}
</style>
border-color css
<style>
span { border-color: #836DAF; }
span { border-color: rgb(131,109,175); }
td.TdClassName
{
border-color: #836DAF;
}
.TagClassName
{
border-color: #836DAF;
}
</style>