Shades of True V #8269BA
Tints of True V #8269BA
RGB
CMYK
RGB Variations
Color information
#8269BA (or 0x8269BA) is known color: True V. HEX triplet: 82, 69 and BA. RGB value is (130,105,186). Sum of RGB (Red+Green+Blue) = 130+105+186=421 (55% of max value = 765). Red value is 130 (51.17% from 255 or 30.88% from 421); Green value is 105 (41.41% from 255 or 24.94% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 186 - color contains mainly: blue. Hex color #8269BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8269BA is #7D9645. Grayscale: #797979. Windows color (decimal): -8230470 or 12216706. OLE color: 12216706.
HSL color Cylindrical-coordinate representation of color #8269BA: hue angle of 258.52º 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 #8269BA is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 105 | 186 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.27 |
| HSL | 258.52º | 0.37% | 0.57% | - |
| HSV(B) | 258.52º | 0.44% | 0.73% | - |
| XYZ | 23.12 | 18.39 | 48.79 | - |
| YUV | 121.71 | 164.28 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 105 | 186 | 0.30 | 0.44 | 0 | 0.27 | 258.52 | 0.37 | 0.57 |
| Hex | 82 | 69 | BA | 1E | 2C | 0 | 1B | 103 | 25 | 39 |
| Octal | 202 | 151 | 272 | 36 | 54 | 0 | 33 | 403 | 45 | 71 |
| Binary | 10000010 | 1101001 | 10111010 | 11110 | 101100 | 0 | 11011 | 100000011 | 100101 | 111001 |
Color Harmonies of #8269BA
Complementary color
Monochromatic Colors of #8269BA
Black with #8269BA
Text Example
Text Example
White with #8269BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8269BA; }
p { color: rgb(130,105,186); }
H1.HeaderClassName
{
color: #8269BA;
}
.AnyTagClassName
{
color: #8269BA;
}
</style>
background-color css
<style>
a { background-color: #8269BA; }
a { background-color: rgb(130,105,186); }
div.DivClassName
{
background-color: #8269BA;
}
.BgClassName
{
background-color: #8269BA;
}
</style>
border-color css
<style>
span { border-color: #8269BA; }
span { border-color: rgb(130,105,186); }
td.TdClassName
{
border-color: #8269BA;
}
.TagClassName
{
border-color: #8269BA;
}
</style>