Shades of True V #8461BA
Tints of True V #8461BA
RGB
CMYK
RGB Variations
Color information
#8461BA (or 0x8461BA) is known color: True V. HEX triplet: 84, 61 and BA. RGB value is (132,97,186). Sum of RGB (Red+Green+Blue) = 132+97+186=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 97 (38.28% from 255 or 23.37% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #8461BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8461BA is #7B9E45. Grayscale: #757575. Windows color (decimal): -8101446 or 12214660. OLE color: 12214660.
HSL color Cylindrical-coordinate representation of color #8461BA: hue angle of 263.6º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8461BA is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 97 | 186 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.27 |
| HSL | 263.6º | 0.39% | 0.55% | - |
| HSV(B) | 263.6º | 0.48% | 0.73% | - |
| XYZ | 22.65 | 17 | 48.54 | - |
| YUV | 117.61 | 166.6 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 97 | 186 | 0.29 | 0.48 | 0 | 0.27 | 263.6 | 0.39 | 0.55 |
| Hex | 84 | 61 | BA | 1D | 30 | 0 | 1B | 108 | 27 | 37 |
| Octal | 204 | 141 | 272 | 35 | 60 | 0 | 33 | 410 | 47 | 67 |
| Binary | 10000100 | 1100001 | 10111010 | 11101 | 110000 | 0 | 11011 | 100001000 | 100111 | 110111 |
Color Harmonies of #8461BA
Complementary color
Monochromatic Colors of #8461BA
Black with #8461BA
Text Example
Text Example
White with #8461BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8461BA; }
p { color: rgb(132,97,186); }
H1.HeaderClassName
{
color: #8461BA;
}
.AnyTagClassName
{
color: #8461BA;
}
</style>
background-color css
<style>
a { background-color: #8461BA; }
a { background-color: rgb(132,97,186); }
div.DivClassName
{
background-color: #8461BA;
}
.BgClassName
{
background-color: #8461BA;
}
</style>
border-color css
<style>
span { border-color: #8461BA; }
span { border-color: rgb(132,97,186); }
td.TdClassName
{
border-color: #8461BA;
}
.TagClassName
{
border-color: #8461BA;
}
</style>