Shades of True V #835BC6
Tints of True V #835BC6
RGB
CMYK
RGB Variations
Color information
#835BC6 (or 0x835BC6) is known color: True V. HEX triplet: 83, 5B and C6. RGB value is (131,91,198). Sum of RGB (Red+Green+Blue) = 131+91+198=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #835BC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BC6 is #7CA439. Grayscale: #727272. Windows color (decimal): -8168506 or 12999555. OLE color: 12999555.
HSL color Cylindrical-coordinate representation of color #835BC6: hue angle of 262.43º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #835BC6 is Cyan = 0.34, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 131 | 91 | 198 | - |
| CMYK | 0.34 | 0.54 | 0 | 0.22 |
| HSL | 262.43º | 0.48% | 0.57% | - |
| HSV(B) | 262.43º | 0.54% | 0.78% | - |
| XYZ | 23.29 | 16.38 | 55.36 | - |
| YUV | 115.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 198 | 0.34 | 0.54 | 0 | 0.22 | 262.43 | 0.48 | 0.57 |
| Hex | 83 | 5B | C6 | 22 | 36 | 0 | 16 | 106 | 30 | 39 |
| Octal | 203 | 133 | 306 | 42 | 66 | 0 | 26 | 406 | 60 | 71 |
| Binary | 10000011 | 1011011 | 11000110 | 100010 | 110110 | 0 | 10110 | 100000110 | 110000 | 111001 |
Color Harmonies of #835BC6
Complementary color
Monochromatic Colors of #835BC6
Black with #835BC6
Text Example
Text Example
White with #835BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835BC6; }
p { color: rgb(131,91,198); }
H1.HeaderClassName
{
color: #835BC6;
}
.AnyTagClassName
{
color: #835BC6;
}
</style>
background-color css
<style>
a { background-color: #835BC6; }
a { background-color: rgb(131,91,198); }
div.DivClassName
{
background-color: #835BC6;
}
.BgClassName
{
background-color: #835BC6;
}
</style>
border-color css
<style>
span { border-color: #835BC6; }
span { border-color: rgb(131,91,198); }
td.TdClassName
{
border-color: #835BC6;
}
.TagClassName
{
border-color: #835BC6;
}
</style>