Shades of True V #846BC9
Tints of True V #846BC9
RGB
CMYK
RGB Variations
Color information
#846BC9 (or 0x846BC9) is known color: True V. HEX triplet: 84, 6B and C9. RGB value is (132,107,201). Sum of RGB (Red+Green+Blue) = 132+107+201=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 107 (42.19% from 255 or 24.32% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #846BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BC9 is #7B9436. Grayscale: #7C7C7C. Windows color (decimal): -8098871 or 13200260. OLE color: 13200260.
HSL color Cylindrical-coordinate representation of color #846BC9: hue angle of 255.96º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #846BC9 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 132 | 107 | 201 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.21 |
| HSL | 255.96º | 0.47% | 0.6% | - |
| HSV(B) | 255.96º | 0.47% | 0.79% | - |
| XYZ | 25.32 | 19.64 | 57.71 | - |
| YUV | 125.19 | 170.78 | 132.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 107 | 201 | 0.34 | 0.47 | 0 | 0.21 | 255.96 | 0.47 | 0.6 |
| Hex | 84 | 6B | C9 | 22 | 2F | 0 | 15 | 100 | 2F | 3C |
| Octal | 204 | 153 | 311 | 42 | 57 | 0 | 25 | 400 | 57 | 74 |
| Binary | 10000100 | 1101011 | 11001001 | 100010 | 101111 | 0 | 10101 | 100000000 | 101111 | 111100 |
Color Harmonies of #846BC9
Complementary color
Monochromatic Colors of #846BC9
Black with #846BC9
Text Example
Text Example
White with #846BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846BC9; }
p { color: rgb(132,107,201); }
H1.HeaderClassName
{
color: #846BC9;
}
.AnyTagClassName
{
color: #846BC9;
}
</style>
background-color css
<style>
a { background-color: #846BC9; }
a { background-color: rgb(132,107,201); }
div.DivClassName
{
background-color: #846BC9;
}
.BgClassName
{
background-color: #846BC9;
}
</style>
border-color css
<style>
span { border-color: #846BC9; }
span { border-color: rgb(132,107,201); }
td.TdClassName
{
border-color: #846BC9;
}
.TagClassName
{
border-color: #846BC9;
}
</style>