Shades of True V #835FC5
Tints of True V #835FC5
RGB
CMYK
RGB Variations
Color information
#835FC5 (or 0x835FC5) is known color: True V. HEX triplet: 83, 5F and C5. RGB value is (131,95,197). Sum of RGB (Red+Green+Blue) = 131+95+197=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 95 (37.5% from 255 or 22.46% from 423); Blue value is 197 (77.34% from 255 or 46.57% from 423); Max value from RGB is 197 - color contains mainly: blue. Hex color #835FC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835FC5 is #7CA03A. Grayscale: #757575. Windows color (decimal): -8167483 or 12935043. OLE color: 12935043.
HSL color Cylindrical-coordinate representation of color #835FC5: hue angle of 261.18º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #835FC5 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 131 | 95 | 197 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.23 |
| HSL | 261.18º | 0.47% | 0.57% | - |
| HSV(B) | 261.18º | 0.52% | 0.77% | - |
| XYZ | 23.53 | 17.04 | 54.87 | - |
| YUV | 117.39 | 172.93 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 95 | 197 | 0.34 | 0.52 | 0 | 0.23 | 261.18 | 0.47 | 0.57 |
| Hex | 83 | 5F | C5 | 22 | 34 | 0 | 17 | 105 | 2F | 39 |
| Octal | 203 | 137 | 305 | 42 | 64 | 0 | 27 | 405 | 57 | 71 |
| Binary | 10000011 | 1011111 | 11000101 | 100010 | 110100 | 0 | 10111 | 100000101 | 101111 | 111001 |
Color Harmonies of #835FC5
Complementary color
Monochromatic Colors of #835FC5
Black with #835FC5
Text Example
Text Example
White with #835FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835FC5; }
p { color: rgb(131,95,197); }
H1.HeaderClassName
{
color: #835FC5;
}
.AnyTagClassName
{
color: #835FC5;
}
</style>
background-color css
<style>
a { background-color: #835FC5; }
a { background-color: rgb(131,95,197); }
div.DivClassName
{
background-color: #835FC5;
}
.BgClassName
{
background-color: #835FC5;
}
</style>
border-color css
<style>
span { border-color: #835FC5; }
span { border-color: rgb(131,95,197); }
td.TdClassName
{
border-color: #835FC5;
}
.TagClassName
{
border-color: #835FC5;
}
</style>