Shades of True V #835DC5
Tints of True V #835DC5
RGB
CMYK
RGB Variations
Color information
#835DC5 (or 0x835DC5) is known color: True V. HEX triplet: 83, 5D and C5. RGB value is (131,93,197). Sum of RGB (Red+Green+Blue) = 131+93+197=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 93 (36.72% from 255 or 22.09% from 421); Blue value is 197 (77.34% from 255 or 46.79% from 421); Max value from RGB is 197 - color contains mainly: blue. Hex color #835DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DC5 is #7CA23A. Grayscale: #737373. Windows color (decimal): -8167995 or 12934531. OLE color: 12934531.
HSL color Cylindrical-coordinate representation of color #835DC5: hue angle of 261.92º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #835DC5 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 93 | 197 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.23 |
| HSL | 261.92º | 0.47% | 0.57% | - |
| HSV(B) | 261.92º | 0.53% | 0.77% | - |
| XYZ | 23.35 | 16.69 | 54.81 | - |
| YUV | 116.22 | 173.59 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 197 | 0.34 | 0.53 | 0 | 0.23 | 261.92 | 0.47 | 0.57 |
| Hex | 83 | 5D | C5 | 22 | 35 | 0 | 17 | 106 | 2F | 39 |
| Octal | 203 | 135 | 305 | 42 | 65 | 0 | 27 | 406 | 57 | 71 |
| Binary | 10000011 | 1011101 | 11000101 | 100010 | 110101 | 0 | 10111 | 100000110 | 101111 | 111001 |
Color Harmonies of #835DC5
Complementary color
Monochromatic Colors of #835DC5
Black with #835DC5
Text Example
Text Example
White with #835DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DC5; }
p { color: rgb(131,93,197); }
H1.HeaderClassName
{
color: #835DC5;
}
.AnyTagClassName
{
color: #835DC5;
}
</style>
background-color css
<style>
a { background-color: #835DC5; }
a { background-color: rgb(131,93,197); }
div.DivClassName
{
background-color: #835DC5;
}
.BgClassName
{
background-color: #835DC5;
}
</style>
border-color css
<style>
span { border-color: #835DC5; }
span { border-color: rgb(131,93,197); }
td.TdClassName
{
border-color: #835DC5;
}
.TagClassName
{
border-color: #835DC5;
}
</style>