Shades of True V #8162BA
Tints of True V #8162BA
RGB
CMYK
RGB Variations
Color information
#8162BA (or 0x8162BA) is known color: True V. HEX triplet: 81, 62 and BA. RGB value is (129,98,186). Sum of RGB (Red+Green+Blue) = 129+98+186=413 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.23% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #8162BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8162BA is #7E9D45. Grayscale: #747474. Windows color (decimal): -8297798 or 12214913. OLE color: 12214913.
HSL color Cylindrical-coordinate representation of color #8162BA: hue angle of 261.14º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8162BA is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 98 | 186 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.27 |
| HSL | 261.14º | 0.39% | 0.56% | - |
| HSV(B) | 261.14º | 0.47% | 0.73% | - |
| XYZ | 22.28 | 16.95 | 48.55 | - |
| YUV | 117.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 98 | 186 | 0.31 | 0.47 | 0 | 0.27 | 261.14 | 0.39 | 0.56 |
| Hex | 81 | 62 | BA | 1F | 2F | 0 | 1B | 105 | 27 | 38 |
| Octal | 201 | 142 | 272 | 37 | 57 | 0 | 33 | 405 | 47 | 70 |
| Binary | 10000001 | 1100010 | 10111010 | 11111 | 101111 | 0 | 11011 | 100000101 | 100111 | 111000 |
Color Harmonies of #8162BA
Complementary color
Monochromatic Colors of #8162BA
Black with #8162BA
Text Example
Text Example
White with #8162BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8162BA; }
p { color: rgb(129,98,186); }
H1.HeaderClassName
{
color: #8162BA;
}
.AnyTagClassName
{
color: #8162BA;
}
</style>
background-color css
<style>
a { background-color: #8162BA; }
a { background-color: rgb(129,98,186); }
div.DivClassName
{
background-color: #8162BA;
}
.BgClassName
{
background-color: #8162BA;
}
</style>
border-color css
<style>
span { border-color: #8162BA; }
span { border-color: rgb(129,98,186); }
td.TdClassName
{
border-color: #8162BA;
}
.TagClassName
{
border-color: #8162BA;
}
</style>