Shades of True V #846DB9
Tints of True V #846DB9
RGB
CMYK
RGB Variations
Color information
#846DB9 (or 0x846DB9) is known color: True V. HEX triplet: 84, 6D and B9. RGB value is (132,109,185). Sum of RGB (Red+Green+Blue) = 132+109+185=426 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.99% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 185 (72.66% from 255 or 43.43% from 426); Max value from RGB is 185 - color contains mainly: blue. Hex color #846DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DB9 is #7B9246. Grayscale: #7C7C7C. Windows color (decimal): -8098375 or 12152196. OLE color: 12152196.
HSL color Cylindrical-coordinate representation of color #846DB9: hue angle of 258.16º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #846DB9 is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 109 | 185 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.27 |
| HSL | 258.16º | 0.35% | 0.58% | - |
| HSV(B) | 258.16º | 0.41% | 0.73% | - |
| XYZ | 23.74 | 19.35 | 48.38 | - |
| YUV | 124.54 | 162.12 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 185 | 0.29 | 0.41 | 0 | 0.27 | 258.16 | 0.35 | 0.58 |
| Hex | 84 | 6D | B9 | 1D | 29 | 0 | 1B | 102 | 23 | 3A |
| Octal | 204 | 155 | 271 | 35 | 51 | 0 | 33 | 402 | 43 | 72 |
| Binary | 10000100 | 1101101 | 10111001 | 11101 | 101001 | 0 | 11011 | 100000010 | 100011 | 111010 |
Color Harmonies of #846DB9
Complementary color
Monochromatic Colors of #846DB9
Black with #846DB9
Text Example
Text Example
White with #846DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846DB9; }
p { color: rgb(132,109,185); }
H1.HeaderClassName
{
color: #846DB9;
}
.AnyTagClassName
{
color: #846DB9;
}
</style>
background-color css
<style>
a { background-color: #846DB9; }
a { background-color: rgb(132,109,185); }
div.DivClassName
{
background-color: #846DB9;
}
.BgClassName
{
background-color: #846DB9;
}
</style>
border-color css
<style>
span { border-color: #846DB9; }
span { border-color: rgb(132,109,185); }
td.TdClassName
{
border-color: #846DB9;
}
.TagClassName
{
border-color: #846DB9;
}
</style>