Shades of True V #8465BA
Tints of True V #8465BA
RGB
CMYK
RGB Variations
Color information
#8465BA (or 0x8465BA) is known color: True V. HEX triplet: 84, 65 and BA. RGB value is (132,101,186). Sum of RGB (Red+Green+Blue) = 132+101+186=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 101 (39.84% from 255 or 24.11% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #8465BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8465BA is #7B9A45. Grayscale: #777777. Windows color (decimal): -8100422 or 12215684. OLE color: 12215684.
HSL color Cylindrical-coordinate representation of color #8465BA: hue angle of 261.88º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8465BA is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 101 | 186 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.27 |
| HSL | 261.88º | 0.38% | 0.56% | - |
| HSV(B) | 261.88º | 0.46% | 0.73% | - |
| XYZ | 23.03 | 17.76 | 48.67 | - |
| YUV | 119.96 | 165.27 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 101 | 186 | 0.29 | 0.46 | 0 | 0.27 | 261.88 | 0.38 | 0.56 |
| Hex | 84 | 65 | BA | 1D | 2E | 0 | 1B | 106 | 26 | 38 |
| Octal | 204 | 145 | 272 | 35 | 56 | 0 | 33 | 406 | 46 | 70 |
| Binary | 10000100 | 1100101 | 10111010 | 11101 | 101110 | 0 | 11011 | 100000110 | 100110 | 111000 |
Color Harmonies of #8465BA
Complementary color
Monochromatic Colors of #8465BA
Black with #8465BA
Text Example
Text Example
White with #8465BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8465BA; }
p { color: rgb(132,101,186); }
H1.HeaderClassName
{
color: #8465BA;
}
.AnyTagClassName
{
color: #8465BA;
}
</style>
background-color css
<style>
a { background-color: #8465BA; }
a { background-color: rgb(132,101,186); }
div.DivClassName
{
background-color: #8465BA;
}
.BgClassName
{
background-color: #8465BA;
}
</style>
border-color css
<style>
span { border-color: #8465BA; }
span { border-color: rgb(132,101,186); }
td.TdClassName
{
border-color: #8465BA;
}
.TagClassName
{
border-color: #8465BA;
}
</style>