Shades of Deluge #835CB3
Tints of Deluge #835CB3
RGB
CMYK
RGB Variations
Color information
#835CB3 (or 0x835CB3) is known color: Deluge. HEX triplet: 83, 5C and B3. RGB value is (131,92,179). Sum of RGB (Red+Green+Blue) = 131+92+179=402 (53% of max value = 765). Red value is 131 (51.56% from 255 or 32.59% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #835CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CB3 is #7CA34C. Grayscale: #717171. Windows color (decimal): -8168269 or 11754627. OLE color: 11754627.
HSL color Cylindrical-coordinate representation of color #835CB3: hue angle of 266.9º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #835CB3 is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 131 | 92 | 179 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.30 |
| HSL | 266.9º | 0.36% | 0.53% | - |
| HSV(B) | 266.9º | 0.49% | 0.7% | - |
| XYZ | 21.32 | 15.73 | 44.56 | - |
| YUV | 113.58 | 164.92 | 140.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 179 | 0.27 | 0.49 | 0 | 0.30 | 266.9 | 0.36 | 0.53 |
| Hex | 83 | 5C | B3 | 1B | 31 | 0 | 1E | 10B | 24 | 35 |
| Octal | 203 | 134 | 263 | 33 | 61 | 0 | 36 | 413 | 44 | 65 |
| Binary | 10000011 | 1011100 | 10110011 | 11011 | 110001 | 0 | 11110 | 100001011 | 100100 | 110101 |
Color Harmonies of #835CB3
Complementary color
Monochromatic Colors of #835CB3
Black with #835CB3
Text Example
Text Example
White with #835CB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835CB3; }
p { color: rgb(131,92,179); }
H1.HeaderClassName
{
color: #835CB3;
}
.AnyTagClassName
{
color: #835CB3;
}
</style>
background-color css
<style>
a { background-color: #835CB3; }
a { background-color: rgb(131,92,179); }
div.DivClassName
{
background-color: #835CB3;
}
.BgClassName
{
background-color: #835CB3;
}
</style>
border-color css
<style>
span { border-color: #835CB3; }
span { border-color: rgb(131,92,179); }
td.TdClassName
{
border-color: #835CB3;
}
.TagClassName
{
border-color: #835CB3;
}
</style>