Shades of True V #8168BA
Tints of True V #8168BA
RGB
CMYK
RGB Variations
Color information
#8168BA (or 0x8168BA) is known color: True V. HEX triplet: 81, 68 and BA. RGB value is (129,104,186). Sum of RGB (Red+Green+Blue) = 129+104+186=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 104 (41.02% from 255 or 24.82% 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 #8168BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8168BA is #7E9745. Grayscale: #787878. Windows color (decimal): -8296262 or 12216449. OLE color: 12216449.
HSL color Cylindrical-coordinate representation of color #8168BA: hue angle of 258.29º 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 #8168BA is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 104 | 186 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.27 |
| HSL | 258.29º | 0.37% | 0.57% | - |
| HSV(B) | 258.29º | 0.44% | 0.73% | - |
| XYZ | 22.87 | 18.11 | 48.75 | - |
| YUV | 120.82 | 164.78 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 104 | 186 | 0.31 | 0.44 | 0 | 0.27 | 258.29 | 0.37 | 0.57 |
| Hex | 81 | 68 | BA | 1F | 2C | 0 | 1B | 102 | 25 | 39 |
| Octal | 201 | 150 | 272 | 37 | 54 | 0 | 33 | 402 | 45 | 71 |
| Binary | 10000001 | 1101000 | 10111010 | 11111 | 101100 | 0 | 11011 | 100000010 | 100101 | 111001 |
Color Harmonies of #8168BA
Complementary color
Monochromatic Colors of #8168BA
Black with #8168BA
Text Example
Text Example
White with #8168BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8168BA; }
p { color: rgb(129,104,186); }
H1.HeaderClassName
{
color: #8168BA;
}
.AnyTagClassName
{
color: #8168BA;
}
</style>
background-color css
<style>
a { background-color: #8168BA; }
a { background-color: rgb(129,104,186); }
div.DivClassName
{
background-color: #8168BA;
}
.BgClassName
{
background-color: #8168BA;
}
</style>
border-color css
<style>
span { border-color: #8168BA; }
span { border-color: rgb(129,104,186); }
td.TdClassName
{
border-color: #8168BA;
}
.TagClassName
{
border-color: #8168BA;
}
</style>