Shades of Deluge #835DAD
Tints of Deluge #835DAD
RGB
CMYK
RGB Variations
Color information
#835DAD (or 0x835DAD) is known color: Deluge. HEX triplet: 83, 5D and AD. RGB value is (131,93,173). Sum of RGB (Red+Green+Blue) = 131+93+173=397 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.00% from 397); Green value is 93 (36.72% from 255 or 23.43% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #835DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835DAD is #7CA252. Grayscale: #717171. Windows color (decimal): -8168019 or 11361667. OLE color: 11361667.
HSL color Cylindrical-coordinate representation of color #835DAD: hue angle of 268.5º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #835DAD is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 93 | 173 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.32 |
| HSL | 268.5º | 0.33% | 0.52% | - |
| HSV(B) | 268.5º | 0.46% | 0.68% | - |
| XYZ | 20.82 | 15.67 | 41.46 | - |
| YUV | 113.48 | 161.59 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 173 | 0.24 | 0.46 | 0 | 0.32 | 268.5 | 0.33 | 0.52 |
| Hex | 83 | 5D | AD | 18 | 2E | 0 | 20 | 10C | 21 | 34 |
| Octal | 203 | 135 | 255 | 30 | 56 | 0 | 40 | 414 | 41 | 64 |
| Binary | 10000011 | 1011101 | 10101101 | 11000 | 101110 | 0 | 100000 | 100001100 | 100001 | 110100 |
Color Harmonies of #835DAD
Complementary color
Monochromatic Colors of #835DAD
Black with #835DAD
Text Example
Text Example
White with #835DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DAD; }
p { color: rgb(131,93,173); }
H1.HeaderClassName
{
color: #835DAD;
}
.AnyTagClassName
{
color: #835DAD;
}
</style>
background-color css
<style>
a { background-color: #835DAD; }
a { background-color: rgb(131,93,173); }
div.DivClassName
{
background-color: #835DAD;
}
.BgClassName
{
background-color: #835DAD;
}
</style>
border-color css
<style>
span { border-color: #835DAD; }
span { border-color: rgb(131,93,173); }
td.TdClassName
{
border-color: #835DAD;
}
.TagClassName
{
border-color: #835DAD;
}
</style>