Shades of True V #836ABA
Tints of True V #836ABA
RGB
CMYK
RGB Variations
Color information
#836ABA (or 0x836ABA) is known color: True V. HEX triplet: 83, 6A and BA. RGB value is (131,106,186). Sum of RGB (Red+Green+Blue) = 131+106+186=423 (56% of max value = 765). Red value is 131 (51.56% from 255 or 30.97% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #836ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ABA is #7C9545. Grayscale: #7A7A7A. Windows color (decimal): -8164678 or 12216963. OLE color: 12216963.
HSL color Cylindrical-coordinate representation of color #836ABA: hue angle of 258.75º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #836ABA is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 131 | 106 | 186 | - |
| CMYK | 0.30 | 0.43 | 0 | 0.27 |
| HSL | 258.75º | 0.37% | 0.57% | - |
| HSV(B) | 258.75º | 0.43% | 0.73% | - |
| XYZ | 23.38 | 18.68 | 48.83 | - |
| YUV | 122.6 | 163.78 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 106 | 186 | 0.30 | 0.43 | 0 | 0.27 | 258.75 | 0.37 | 0.57 |
| Hex | 83 | 6A | BA | 1E | 2B | 0 | 1B | 103 | 25 | 39 |
| Octal | 203 | 152 | 272 | 36 | 53 | 0 | 33 | 403 | 45 | 71 |
| Binary | 10000011 | 1101010 | 10111010 | 11110 | 101011 | 0 | 11011 | 100000011 | 100101 | 111001 |
Color Harmonies of #836ABA
Complementary color
Monochromatic Colors of #836ABA
Black with #836ABA
Text Example
Text Example
White with #836ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #836ABA; }
p { color: rgb(131,106,186); }
H1.HeaderClassName
{
color: #836ABA;
}
.AnyTagClassName
{
color: #836ABA;
}
</style>
background-color css
<style>
a { background-color: #836ABA; }
a { background-color: rgb(131,106,186); }
div.DivClassName
{
background-color: #836ABA;
}
.BgClassName
{
background-color: #836ABA;
}
</style>
border-color css
<style>
span { border-color: #836ABA; }
span { border-color: rgb(131,106,186); }
td.TdClassName
{
border-color: #836ABA;
}
.TagClassName
{
border-color: #836ABA;
}
</style>