Shades of Deluge #835DAB
Tints of Deluge #835DAB
RGB
CMYK
RGB Variations
Color information
#835DAB (or 0x835DAB) is known color: Deluge. HEX triplet: 83, 5D and AB. RGB value is (131,93,171). Sum of RGB (Red+Green+Blue) = 131+93+171=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 171 (67.19% from 255 or 43.29% from 395); Max value from RGB is 171 - color contains mainly: blue. Hex color #835DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835DAB is #7CA254. Grayscale: #707070. Windows color (decimal): -8168021 or 11230595. OLE color: 11230595.
HSL color Cylindrical-coordinate representation of color #835DAB: hue angle of 269.23º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #835DAB is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 93 | 171 | - |
| CMYK | 0.23 | 0.46 | 0 | 0.33 |
| HSL | 269.23º | 0.32% | 0.52% | - |
| HSV(B) | 269.23º | 0.46% | 0.67% | - |
| XYZ | 20.63 | 15.59 | 40.45 | - |
| YUV | 113.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 171 | 0.23 | 0.46 | 0 | 0.33 | 269.23 | 0.32 | 0.52 |
| Hex | 83 | 5D | AB | 17 | 2E | 0 | 21 | 10D | 20 | 34 |
| Octal | 203 | 135 | 253 | 27 | 56 | 0 | 41 | 415 | 40 | 64 |
| Binary | 10000011 | 1011101 | 10101011 | 10111 | 101110 | 0 | 100001 | 100001101 | 100000 | 110100 |
Color Harmonies of #835DAB
Complementary color
Monochromatic Colors of #835DAB
Black with #835DAB
Text Example
Text Example
White with #835DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DAB; }
p { color: rgb(131,93,171); }
H1.HeaderClassName
{
color: #835DAB;
}
.AnyTagClassName
{
color: #835DAB;
}
</style>
background-color css
<style>
a { background-color: #835DAB; }
a { background-color: rgb(131,93,171); }
div.DivClassName
{
background-color: #835DAB;
}
.BgClassName
{
background-color: #835DAB;
}
</style>
border-color css
<style>
span { border-color: #835DAB; }
span { border-color: rgb(131,93,171); }
td.TdClassName
{
border-color: #835DAB;
}
.TagClassName
{
border-color: #835DAB;
}
</style>