Shades of True V #846EC1
Tints of True V #846EC1
RGB
CMYK
RGB Variations
Color information
#846EC1 (or 0x846EC1) is known color: True V. HEX triplet: 84, 6E and C1. RGB value is (132,110,193). Sum of RGB (Red+Green+Blue) = 132+110+193=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 110 (43.36% from 255 or 25.29% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #846EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EC1 is #7B913E. Grayscale: #7D7D7D. Windows color (decimal): -8098111 or 12676740. OLE color: 12676740.
HSL color Cylindrical-coordinate representation of color #846EC1: hue angle of 255.9º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #846EC1 is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 132 | 110 | 193 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.24 |
| HSL | 255.9º | 0.4% | 0.59% | - |
| HSV(B) | 255.9º | 0.43% | 0.76% | - |
| XYZ | 24.72 | 19.91 | 52.99 | - |
| YUV | 126.04 | 165.79 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 110 | 193 | 0.32 | 0.43 | 0 | 0.24 | 255.9 | 0.4 | 0.59 |
| Hex | 84 | 6E | C1 | 20 | 2B | 0 | 18 | 100 | 28 | 3B |
| Octal | 204 | 156 | 301 | 40 | 53 | 0 | 30 | 400 | 50 | 73 |
| Binary | 10000100 | 1101110 | 11000001 | 100000 | 101011 | 0 | 11000 | 100000000 | 101000 | 111011 |
Color Harmonies of #846EC1
Complementary color
Monochromatic Colors of #846EC1
Black with #846EC1
Text Example
Text Example
White with #846EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846EC1; }
p { color: rgb(132,110,193); }
H1.HeaderClassName
{
color: #846EC1;
}
.AnyTagClassName
{
color: #846EC1;
}
</style>
background-color css
<style>
a { background-color: #846EC1; }
a { background-color: rgb(132,110,193); }
div.DivClassName
{
background-color: #846EC1;
}
.BgClassName
{
background-color: #846EC1;
}
</style>
border-color css
<style>
span { border-color: #846EC1; }
span { border-color: rgb(132,110,193); }
td.TdClassName
{
border-color: #846EC1;
}
.TagClassName
{
border-color: #846EC1;
}
</style>