Shades of True V #8469BA
Tints of True V #8469BA
RGB
CMYK
RGB Variations
Color information
#8469BA (or 0x8469BA) is known color: True V. HEX triplet: 84, 69 and BA. RGB value is (132,105,186). Sum of RGB (Red+Green+Blue) = 132+105+186=423 (56% of max value = 765). Red value is 132 (51.95% from 255 or 31.21% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #8469BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8469BA is #7B9645. Grayscale: #7A7A7A. Windows color (decimal): -8099398 or 12216708. OLE color: 12216708.
HSL color Cylindrical-coordinate representation of color #8469BA: hue angle of 260º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8469BA is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 105 | 186 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.27 |
| HSL | 260º | 0.37% | 0.57% | - |
| HSV(B) | 260º | 0.44% | 0.73% | - |
| XYZ | 23.43 | 18.55 | 48.8 | - |
| YUV | 122.31 | 163.95 | 134.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 105 | 186 | 0.29 | 0.44 | 0 | 0.27 | 260 | 0.37 | 0.57 |
| Hex | 84 | 69 | BA | 1D | 2C | 0 | 1B | 104 | 25 | 39 |
| Octal | 204 | 151 | 272 | 35 | 54 | 0 | 33 | 404 | 45 | 71 |
| Binary | 10000100 | 1101001 | 10111010 | 11101 | 101100 | 0 | 11011 | 100000100 | 100101 | 111001 |
Color Harmonies of #8469BA
Complementary color
Monochromatic Colors of #8469BA
Black with #8469BA
Text Example
Text Example
White with #8469BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8469BA; }
p { color: rgb(132,105,186); }
H1.HeaderClassName
{
color: #8469BA;
}
.AnyTagClassName
{
color: #8469BA;
}
</style>
background-color css
<style>
a { background-color: #8469BA; }
a { background-color: rgb(132,105,186); }
div.DivClassName
{
background-color: #8469BA;
}
.BgClassName
{
background-color: #8469BA;
}
</style>
border-color css
<style>
span { border-color: #8469BA; }
span { border-color: rgb(132,105,186); }
td.TdClassName
{
border-color: #8469BA;
}
.TagClassName
{
border-color: #8469BA;
}
</style>