Shades of True V #8164BE
Tints of True V #8164BE
RGB
CMYK
RGB Variations
Color information
#8164BE (or 0x8164BE) is known color: True V. HEX triplet: 81, 64 and BE. RGB value is (129,100,190). Sum of RGB (Red+Green+Blue) = 129+100+190=419 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.79% from 419); Green value is 100 (39.45% from 255 or 23.87% from 419); Blue value is 190 (74.61% from 255 or 45.35% from 419); Max value from RGB is 190 - color contains mainly: blue. Hex color #8164BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8164BE is #7E9B41. Grayscale: #767676. Windows color (decimal): -8297282 or 12477569. OLE color: 12477569.
HSL color Cylindrical-coordinate representation of color #8164BE: hue angle of 259.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8164BE is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 100 | 190 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.25 |
| HSL | 259.33º | 0.41% | 0.57% | - |
| HSV(B) | 259.33º | 0.47% | 0.75% | - |
| XYZ | 22.9 | 17.5 | 50.89 | - |
| YUV | 118.93 | 168.11 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 100 | 190 | 0.32 | 0.47 | 0 | 0.25 | 259.33 | 0.41 | 0.57 |
| Hex | 81 | 64 | BE | 20 | 2F | 0 | 19 | 103 | 29 | 39 |
| Octal | 201 | 144 | 276 | 40 | 57 | 0 | 31 | 403 | 51 | 71 |
| Binary | 10000001 | 1100100 | 10111110 | 100000 | 101111 | 0 | 11001 | 100000011 | 101001 | 111001 |
Color Harmonies of #8164BE
Complementary color
Monochromatic Colors of #8164BE
Black with #8164BE
Text Example
Text Example
White with #8164BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8164BE; }
p { color: rgb(129,100,190); }
H1.HeaderClassName
{
color: #8164BE;
}
.AnyTagClassName
{
color: #8164BE;
}
</style>
background-color css
<style>
a { background-color: #8164BE; }
a { background-color: rgb(129,100,190); }
div.DivClassName
{
background-color: #8164BE;
}
.BgClassName
{
background-color: #8164BE;
}
</style>
border-color css
<style>
span { border-color: #8164BE; }
span { border-color: rgb(129,100,190); }
td.TdClassName
{
border-color: #8164BE;
}
.TagClassName
{
border-color: #8164BE;
}
</style>