Shades of True V #8461C4
Tints of True V #8461C4
RGB
CMYK
RGB Variations
Color information
#8461C4 (or 0x8461C4) is known color: True V. HEX triplet: 84, 61 and C4. RGB value is (132,97,196). Sum of RGB (Red+Green+Blue) = 132+97+196=425 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.06% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 196 - color contains mainly: blue. Hex color #8461C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8461C4 is #7B9E3B. Grayscale: #767676. Windows color (decimal): -8101436 or 12870020. OLE color: 12870020.
HSL color Cylindrical-coordinate representation of color #8461C4: hue angle of 261.21º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8461C4 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 132 | 97 | 196 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.23 |
| HSL | 261.21º | 0.46% | 0.57% | - |
| HSV(B) | 261.21º | 0.51% | 0.77% | - |
| XYZ | 23.75 | 17.44 | 54.34 | - |
| YUV | 118.75 | 171.6 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 196 | 0.33 | 0.51 | 0 | 0.23 | 261.21 | 0.46 | 0.57 |
| Hex | 84 | 61 | C4 | 21 | 33 | 0 | 17 | 105 | 2E | 39 |
| Octal | 204 | 141 | 304 | 41 | 63 | 0 | 27 | 405 | 56 | 71 |
| Binary | 10000100 | 1100001 | 11000100 | 100001 | 110011 | 0 | 10111 | 100000101 | 101110 | 111001 |
Color Harmonies of #8461C4
Complementary color
Monochromatic Colors of #8461C4
Black with #8461C4
Text Example
Text Example
White with #8461C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8461C4; }
p { color: rgb(132,97,196); }
H1.HeaderClassName
{
color: #8461C4;
}
.AnyTagClassName
{
color: #8461C4;
}
</style>
background-color css
<style>
a { background-color: #8461C4; }
a { background-color: rgb(132,97,196); }
div.DivClassName
{
background-color: #8461C4;
}
.BgClassName
{
background-color: #8461C4;
}
</style>
border-color css
<style>
span { border-color: #8461C4; }
span { border-color: rgb(132,97,196); }
td.TdClassName
{
border-color: #8461C4;
}
.TagClassName
{
border-color: #8461C4;
}
</style>