Shades of True V #846DCA
Tints of True V #846DCA
RGB
CMYK
RGB Variations
Color information
#846DCA (or 0x846DCA) is known color: True V. HEX triplet: 84, 6D and CA. RGB value is (132,109,202). Sum of RGB (Red+Green+Blue) = 132+109+202=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 202 - color contains mainly: blue. Hex color #846DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846DCA is #7B9235. Grayscale: #7E7E7E. Windows color (decimal): -8098358 or 13266308. OLE color: 13266308.
HSL color Cylindrical-coordinate representation of color #846DCA: hue angle of 254.84º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #846DCA is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 109 | 202 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.21 |
| HSL | 254.84º | 0.47% | 0.61% | - |
| HSV(B) | 254.84º | 0.46% | 0.79% | - |
| XYZ | 25.65 | 20.11 | 58.41 | - |
| YUV | 126.48 | 170.62 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 109 | 202 | 0.35 | 0.46 | 0 | 0.21 | 254.84 | 0.47 | 0.61 |
| Hex | 84 | 6D | CA | 23 | 2E | 0 | 15 | FF | 2F | 3D |
| Octal | 204 | 155 | 312 | 43 | 56 | 0 | 25 | 377 | 57 | 75 |
| Binary | 10000100 | 1101101 | 11001010 | 100011 | 101110 | 0 | 10101 | 11111111 | 101111 | 111101 |
Color Harmonies of #846DCA
Complementary color
Monochromatic Colors of #846DCA
Black with #846DCA
Text Example
Text Example
White with #846DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846DCA; }
p { color: rgb(132,109,202); }
H1.HeaderClassName
{
color: #846DCA;
}
.AnyTagClassName
{
color: #846DCA;
}
</style>
background-color css
<style>
a { background-color: #846DCA; }
a { background-color: rgb(132,109,202); }
div.DivClassName
{
background-color: #846DCA;
}
.BgClassName
{
background-color: #846DCA;
}
</style>
border-color css
<style>
span { border-color: #846DCA; }
span { border-color: rgb(132,109,202); }
td.TdClassName
{
border-color: #846DCA;
}
.TagClassName
{
border-color: #846DCA;
}
</style>