Shades of True V #835BCC
Tints of True V #835BCC
RGB
CMYK
RGB Variations
Color information
#835BCC (or 0x835BCC) is known color: True V. HEX triplet: 83, 5B and CC. RGB value is (131,91,204). Sum of RGB (Red+Green+Blue) = 131+91+204=426 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.75% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #835BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BCC is #7CA433. Grayscale: #737373. Windows color (decimal): -8168500 or 13392771. OLE color: 13392771.
HSL color Cylindrical-coordinate representation of color #835BCC: hue angle of 261.24º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #835BCC is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 91 | 204 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.2 |
| HSL | 261.24º | 0.53% | 0.58% | - |
| HSV(B) | 261.24º | 0.55% | 0.8% | - |
| XYZ | 24 | 16.67 | 59.08 | - |
| YUV | 115.84 | 177.75 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 204 | 0.36 | 0.55 | 0 | 0.2 | 261.24 | 0.53 | 0.58 |
| Hex | 83 | 5B | CC | 24 | 37 | 0 | 14 | 105 | 35 | 3A |
| Octal | 203 | 133 | 314 | 44 | 67 | 0 | 24 | 405 | 65 | 72 |
| Binary | 10000011 | 1011011 | 11001100 | 100100 | 110111 | 0 | 10100 | 100000101 | 110101 | 111010 |
Color Harmonies of #835BCC
Complementary color
Monochromatic Colors of #835BCC
Black with #835BCC
Text Example
Text Example
White with #835BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835BCC; }
p { color: rgb(131,91,204); }
H1.HeaderClassName
{
color: #835BCC;
}
.AnyTagClassName
{
color: #835BCC;
}
</style>
background-color css
<style>
a { background-color: #835BCC; }
a { background-color: rgb(131,91,204); }
div.DivClassName
{
background-color: #835BCC;
}
.BgClassName
{
background-color: #835BCC;
}
</style>
border-color css
<style>
span { border-color: #835BCC; }
span { border-color: rgb(131,91,204); }
td.TdClassName
{
border-color: #835BCC;
}
.TagClassName
{
border-color: #835BCC;
}
</style>