Shades of True V #836BBA
Tints of True V #836BBA
RGB
CMYK
RGB Variations
Color information
#836BBA (or 0x836BBA) is known color: True V. HEX triplet: 83, 6B and BA. RGB value is (131,107,186). Sum of RGB (Red+Green+Blue) = 131+107+186=424 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.90% from 424); Green value is 107 (42.19% from 255 or 25.24% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #836BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BBA is #7C9445. Grayscale: #7A7A7A. Windows color (decimal): -8164422 or 12217219. OLE color: 12217219.
HSL color Cylindrical-coordinate representation of color #836BBA: hue angle of 258.23º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #836BBA is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 107 | 186 | - |
| CMYK | 0.30 | 0.42 | 0 | 0.27 |
| HSL | 258.23º | 0.36% | 0.57% | - |
| HSV(B) | 258.23º | 0.42% | 0.73% | - |
| XYZ | 23.48 | 18.89 | 48.86 | - |
| YUV | 123.18 | 163.45 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 107 | 186 | 0.30 | 0.42 | 0 | 0.27 | 258.23 | 0.36 | 0.57 |
| Hex | 83 | 6B | BA | 1E | 2A | 0 | 1B | 102 | 24 | 39 |
| Octal | 203 | 153 | 272 | 36 | 52 | 0 | 33 | 402 | 44 | 71 |
| Binary | 10000011 | 1101011 | 10111010 | 11110 | 101010 | 0 | 11011 | 100000010 | 100100 | 111001 |
Color Harmonies of #836BBA
Complementary color
Monochromatic Colors of #836BBA
Black with #836BBA
Text Example
Text Example
White with #836BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836BBA; }
p { color: rgb(131,107,186); }
H1.HeaderClassName
{
color: #836BBA;
}
.AnyTagClassName
{
color: #836BBA;
}
</style>
background-color css
<style>
a { background-color: #836BBA; }
a { background-color: rgb(131,107,186); }
div.DivClassName
{
background-color: #836BBA;
}
.BgClassName
{
background-color: #836BBA;
}
</style>
border-color css
<style>
span { border-color: #836BBA; }
span { border-color: rgb(131,107,186); }
td.TdClassName
{
border-color: #836BBA;
}
.TagClassName
{
border-color: #836BBA;
}
</style>