Shades of Deluge #836CA2
Tints of Deluge #836CA2
RGB
CMYK
RGB Variations
Color information
#836CA2 (or 0x836CA2) is known color: Deluge. HEX triplet: 83, 6C and A2. RGB value is (131,108,162). Sum of RGB (Red+Green+Blue) = 131+108+162=401 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.67% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 162 (63.67% from 255 or 40.40% from 401); Max value from RGB is 162 - color contains mainly: blue. Hex color #836CA2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836CA2 is #7C935D. Grayscale: #787878. Windows color (decimal): -8164190 or 10644611. OLE color: 10644611.
HSL color Cylindrical-coordinate representation of color #836CA2: hue angle of 265.56º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #836CA2 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 108 | 162 | - |
| CMYK | 0.19 | 0.33 | 0 | 0.36 |
| HSL | 265.56º | 0.23% | 0.53% | - |
| HSV(B) | 265.56º | 0.33% | 0.64% | - |
| XYZ | 21.24 | 18.16 | 36.57 | - |
| YUV | 121.03 | 151.12 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 108 | 162 | 0.19 | 0.33 | 0 | 0.36 | 265.56 | 0.23 | 0.53 |
| Hex | 83 | 6C | A2 | 13 | 21 | 0 | 24 | 10A | 16 | 35 |
| Octal | 203 | 154 | 242 | 23 | 41 | 0 | 44 | 412 | 26 | 65 |
| Binary | 10000011 | 1101100 | 10100010 | 10011 | 100001 | 0 | 100100 | 100001010 | 10110 | 110101 |
Color Harmonies of #836CA2
Complementary color
Monochromatic Colors of #836CA2
Black with #836CA2
Text Example
Text Example
White with #836CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836CA2; }
p { color: rgb(131,108,162); }
H1.HeaderClassName
{
color: #836CA2;
}
.AnyTagClassName
{
color: #836CA2;
}
</style>
background-color css
<style>
a { background-color: #836CA2; }
a { background-color: rgb(131,108,162); }
div.DivClassName
{
background-color: #836CA2;
}
.BgClassName
{
background-color: #836CA2;
}
</style>
border-color css
<style>
span { border-color: #836CA2; }
span { border-color: rgb(131,108,162); }
td.TdClassName
{
border-color: #836CA2;
}
.TagClassName
{
border-color: #836CA2;
}
</style>