Shades of True V #835CC5
Tints of True V #835CC5
RGB
CMYK
RGB Variations
Color information
#835CC5 (or 0x835CC5) is known color: True V. HEX triplet: 83, 5C and C5. RGB value is (131,92,197). Sum of RGB (Red+Green+Blue) = 131+92+197=420 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.19% from 420); Green value is 92 (36.33% from 255 or 21.90% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #835CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835CC5 is #7CA33A. Grayscale: #737373. Windows color (decimal): -8168251 or 12934275. OLE color: 12934275.
HSL color Cylindrical-coordinate representation of color #835CC5: hue angle of 262.29º degrees, saturation: 0.48, 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 #835CC5 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 92 | 197 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.23 |
| HSL | 262.29º | 0.48% | 0.57% | - |
| HSV(B) | 262.29º | 0.53% | 0.77% | - |
| XYZ | 23.27 | 16.51 | 54.78 | - |
| YUV | 115.63 | 173.92 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 197 | 0.34 | 0.53 | 0 | 0.23 | 262.29 | 0.48 | 0.57 |
| Hex | 83 | 5C | C5 | 22 | 35 | 0 | 17 | 106 | 30 | 39 |
| Octal | 203 | 134 | 305 | 42 | 65 | 0 | 27 | 406 | 60 | 71 |
| Binary | 10000011 | 1011100 | 11000101 | 100010 | 110101 | 0 | 10111 | 100000110 | 110000 | 111001 |
Color Harmonies of #835CC5
Complementary color
Monochromatic Colors of #835CC5
Black with #835CC5
Text Example
Text Example
White with #835CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835CC5; }
p { color: rgb(131,92,197); }
H1.HeaderClassName
{
color: #835CC5;
}
.AnyTagClassName
{
color: #835CC5;
}
</style>
background-color css
<style>
a { background-color: #835CC5; }
a { background-color: rgb(131,92,197); }
div.DivClassName
{
background-color: #835CC5;
}
.BgClassName
{
background-color: #835CC5;
}
</style>
border-color css
<style>
span { border-color: #835CC5; }
span { border-color: rgb(131,92,197); }
td.TdClassName
{
border-color: #835CC5;
}
.TagClassName
{
border-color: #835CC5;
}
</style>