Shades of True V #835DC4
Tints of True V #835DC4
RGB
CMYK
RGB Variations
Color information
#835DC4 (or 0x835DC4) is known color: True V. HEX triplet: 83, 5D and C4. RGB value is (131,93,196). Sum of RGB (Red+Green+Blue) = 131+93+196=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 196 (76.95% from 255 or 46.67% from 420); Max value from RGB is 196 - color contains mainly: blue. Hex color #835DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835DC4 is #7CA23B. Grayscale: #737373. Windows color (decimal): -8167996 or 12868995. OLE color: 12868995.
HSL color Cylindrical-coordinate representation of color #835DC4: hue angle of 262.14º 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 #835DC4 is Cyan = 0.33, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 93 | 196 | - |
| CMYK | 0.33 | 0.53 | 0 | 0.23 |
| HSL | 262.14º | 0.47% | 0.57% | - |
| HSV(B) | 262.14º | 0.53% | 0.77% | - |
| XYZ | 23.24 | 16.64 | 54.21 | - |
| YUV | 116.1 | 173.09 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 93 | 196 | 0.33 | 0.53 | 0 | 0.23 | 262.14 | 0.47 | 0.57 |
| Hex | 83 | 5D | C4 | 21 | 35 | 0 | 17 | 106 | 2F | 39 |
| Octal | 203 | 135 | 304 | 41 | 65 | 0 | 27 | 406 | 57 | 71 |
| Binary | 10000011 | 1011101 | 11000100 | 100001 | 110101 | 0 | 10111 | 100000110 | 101111 | 111001 |
Color Harmonies of #835DC4
Complementary color
Monochromatic Colors of #835DC4
Black with #835DC4
Text Example
Text Example
White with #835DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835DC4; }
p { color: rgb(131,93,196); }
H1.HeaderClassName
{
color: #835DC4;
}
.AnyTagClassName
{
color: #835DC4;
}
</style>
background-color css
<style>
a { background-color: #835DC4; }
a { background-color: rgb(131,93,196); }
div.DivClassName
{
background-color: #835DC4;
}
.BgClassName
{
background-color: #835DC4;
}
</style>
border-color css
<style>
span { border-color: #835DC4; }
span { border-color: rgb(131,93,196); }
td.TdClassName
{
border-color: #835DC4;
}
.TagClassName
{
border-color: #835DC4;
}
</style>