Shades of True V #846BC0
Tints of True V #846BC0
RGB
CMYK
RGB Variations
Color information
#846BC0 (or 0x846BC0) is known color: True V. HEX triplet: 84, 6B and C0. RGB value is (132,107,192). Sum of RGB (Red+Green+Blue) = 132+107+192=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 107 (42.19% from 255 or 24.83% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #846BC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BC0 is #7B943F. Grayscale: #7B7B7B. Windows color (decimal): -8098880 or 12610436. OLE color: 12610436.
HSL color Cylindrical-coordinate representation of color #846BC0: hue angle of 257.65º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #846BC0 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 107 | 192 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.25 |
| HSL | 257.65º | 0.4% | 0.59% | - |
| HSV(B) | 257.65º | 0.44% | 0.75% | - |
| XYZ | 24.29 | 19.23 | 52.3 | - |
| YUV | 124.17 | 166.28 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 192 | 0.31 | 0.44 | 0 | 0.25 | 257.65 | 0.4 | 0.59 |
| Hex | 84 | 6B | C0 | 1F | 2C | 0 | 19 | 102 | 28 | 3B |
| Octal | 204 | 153 | 300 | 37 | 54 | 0 | 31 | 402 | 50 | 73 |
| Binary | 10000100 | 1101011 | 11000000 | 11111 | 101100 | 0 | 11001 | 100000010 | 101000 | 111011 |
Color Harmonies of #846BC0
Complementary color
Monochromatic Colors of #846BC0
Black with #846BC0
Text Example
Text Example
White with #846BC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846BC0; }
p { color: rgb(132,107,192); }
H1.HeaderClassName
{
color: #846BC0;
}
.AnyTagClassName
{
color: #846BC0;
}
</style>
background-color css
<style>
a { background-color: #846BC0; }
a { background-color: rgb(132,107,192); }
div.DivClassName
{
background-color: #846BC0;
}
.BgClassName
{
background-color: #846BC0;
}
</style>
border-color css
<style>
span { border-color: #846BC0; }
span { border-color: rgb(132,107,192); }
td.TdClassName
{
border-color: #846BC0;
}
.TagClassName
{
border-color: #846BC0;
}
</style>