Shades of True V #835BCF
Tints of True V #835BCF
RGB
CMYK
RGB Variations
Color information
#835BCF (or 0x835BCF) is known color: True V. HEX triplet: 83, 5B and CF. RGB value is (131,91,207). Sum of RGB (Red+Green+Blue) = 131+91+207=429 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.54% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #835BCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #835BCF is #7CA430. Grayscale: #737373. Windows color (decimal): -8168497 or 13589379. OLE color: 13589379.
HSL color Cylindrical-coordinate representation of color #835BCF: hue angle of 260.69º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #835BCF is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 91 | 207 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.19 |
| HSL | 260.69º | 0.55% | 0.58% | - |
| HSV(B) | 260.69º | 0.56% | 0.81% | - |
| XYZ | 24.36 | 16.81 | 60.99 | - |
| YUV | 116.18 | 179.25 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 207 | 0.37 | 0.56 | 0 | 0.19 | 260.69 | 0.55 | 0.58 |
| Hex | 83 | 5B | CF | 25 | 38 | 0 | 13 | 105 | 37 | 3A |
| Octal | 203 | 133 | 317 | 45 | 70 | 0 | 23 | 405 | 67 | 72 |
| Binary | 10000011 | 1011011 | 11001111 | 100101 | 111000 | 0 | 10011 | 100000101 | 110111 | 111010 |
Color Harmonies of #835BCF
Complementary color
Monochromatic Colors of #835BCF
Black with #835BCF
Text Example
Text Example
White with #835BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835BCF; }
p { color: rgb(131,91,207); }
H1.HeaderClassName
{
color: #835BCF;
}
.AnyTagClassName
{
color: #835BCF;
}
</style>
background-color css
<style>
a { background-color: #835BCF; }
a { background-color: rgb(131,91,207); }
div.DivClassName
{
background-color: #835BCF;
}
.BgClassName
{
background-color: #835BCF;
}
</style>
border-color css
<style>
span { border-color: #835BCF; }
span { border-color: rgb(131,91,207); }
td.TdClassName
{
border-color: #835BCF;
}
.TagClassName
{
border-color: #835BCF;
}
</style>