Shades of Deluge #835CB4
Tints of Deluge #835CB4
RGB
CMYK
RGB Variations
Color information
#835CB4 (or 0x835CB4) is known color: Deluge. HEX triplet: 83, 5C and B4. RGB value is (131,92,180). Sum of RGB (Red+Green+Blue) = 131+92+180=403 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.51% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #835CB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CB4 is #7CA34B. Grayscale: #717171. Windows color (decimal): -8168268 or 11820163. OLE color: 11820163.
HSL color Cylindrical-coordinate representation of color #835CB4: hue angle of 266.59º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #835CB4 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 131 | 92 | 180 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.29 |
| HSL | 266.59º | 0.37% | 0.53% | - |
| HSV(B) | 266.59º | 0.49% | 0.71% | - |
| XYZ | 21.43 | 15.77 | 45.1 | - |
| YUV | 113.69 | 165.42 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 180 | 0.27 | 0.49 | 0 | 0.29 | 266.59 | 0.37 | 0.53 |
| Hex | 83 | 5C | B4 | 1B | 31 | 0 | 1D | 10B | 25 | 35 |
| Octal | 203 | 134 | 264 | 33 | 61 | 0 | 35 | 413 | 45 | 65 |
| Binary | 10000011 | 1011100 | 10110100 | 11011 | 110001 | 0 | 11101 | 100001011 | 100101 | 110101 |
Color Harmonies of #835CB4
Complementary color
Monochromatic Colors of #835CB4
Black with #835CB4
Text Example
Text Example
White with #835CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835CB4; }
p { color: rgb(131,92,180); }
H1.HeaderClassName
{
color: #835CB4;
}
.AnyTagClassName
{
color: #835CB4;
}
</style>
background-color css
<style>
a { background-color: #835CB4; }
a { background-color: rgb(131,92,180); }
div.DivClassName
{
background-color: #835CB4;
}
.BgClassName
{
background-color: #835CB4;
}
</style>
border-color css
<style>
span { border-color: #835CB4; }
span { border-color: rgb(131,92,180); }
td.TdClassName
{
border-color: #835CB4;
}
.TagClassName
{
border-color: #835CB4;
}
</style>