Shades of True V #846FBA
Tints of True V #846FBA
RGB
CMYK
RGB Variations
Color information
#846FBA (or 0x846FBA) is known color: True V. HEX triplet: 84, 6F and BA. RGB value is (132,111,186). Sum of RGB (Red+Green+Blue) = 132+111+186=429 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.77% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #846FBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846FBA is #7B9045. Grayscale: #7D7D7D. Windows color (decimal): -8097862 or 12218244. OLE color: 12218244.
HSL color Cylindrical-coordinate representation of color #846FBA: hue angle of 256.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #846FBA is Cyan = 0.29, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 111 | 186 | - |
| CMYK | 0.29 | 0.40 | 0 | 0.27 |
| HSL | 256.8º | 0.35% | 0.58% | - |
| HSV(B) | 256.8º | 0.4% | 0.73% | - |
| XYZ | 24.06 | 19.82 | 49.01 | - |
| YUV | 125.83 | 161.96 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 186 | 0.29 | 0.40 | 0 | 0.27 | 256.8 | 0.35 | 0.58 |
| Hex | 84 | 6F | BA | 1D | 28 | 0 | 1B | 101 | 23 | 3A |
| Octal | 204 | 157 | 272 | 35 | 50 | 0 | 33 | 401 | 43 | 72 |
| Binary | 10000100 | 1101111 | 10111010 | 11101 | 101000 | 0 | 11011 | 100000001 | 100011 | 111010 |
Color Harmonies of #846FBA
Complementary color
Monochromatic Colors of #846FBA
Black with #846FBA
Text Example
Text Example
White with #846FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846FBA; }
p { color: rgb(132,111,186); }
H1.HeaderClassName
{
color: #846FBA;
}
.AnyTagClassName
{
color: #846FBA;
}
</style>
background-color css
<style>
a { background-color: #846FBA; }
a { background-color: rgb(132,111,186); }
div.DivClassName
{
background-color: #846FBA;
}
.BgClassName
{
background-color: #846FBA;
}
</style>
border-color css
<style>
span { border-color: #846FBA; }
span { border-color: rgb(132,111,186); }
td.TdClassName
{
border-color: #846FBA;
}
.TagClassName
{
border-color: #846FBA;
}
</style>