Shades of True V #8159BC
Tints of True V #8159BC
RGB
CMYK
RGB Variations
Color information
#8159BC (or 0x8159BC) is known color: True V. HEX triplet: 81, 59 and BC. RGB value is (129,89,188). Sum of RGB (Red+Green+Blue) = 129+89+188=406 (53% of max value = 765). Red value is 129 (50.78% from 255 or 31.77% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 188 (73.83% from 255 or 46.31% from 406); Max value from RGB is 188 - color contains mainly: blue. Hex color #8159BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8159BC is #7EA643. Grayscale: #6F6F6F. Windows color (decimal): -8300100 or 12343681. OLE color: 12343681.
HSL color Cylindrical-coordinate representation of color #8159BC: hue angle of 264.24º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8159BC is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 89 | 188 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.26 |
| HSL | 264.24º | 0.42% | 0.54% | - |
| HSV(B) | 264.24º | 0.53% | 0.74% | - |
| XYZ | 21.7 | 15.44 | 49.41 | - |
| YUV | 112.25 | 170.75 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 89 | 188 | 0.31 | 0.53 | 0 | 0.26 | 264.24 | 0.42 | 0.54 |
| Hex | 81 | 59 | BC | 1F | 35 | 0 | 1A | 108 | 2A | 36 |
| Octal | 201 | 131 | 274 | 37 | 65 | 0 | 32 | 410 | 52 | 66 |
| Binary | 10000001 | 1011001 | 10111100 | 11111 | 110101 | 0 | 11010 | 100001000 | 101010 | 110110 |
Color Harmonies of #8159BC
Complementary color
Monochromatic Colors of #8159BC
Black with #8159BC
Text Example
Text Example
White with #8159BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8159BC; }
p { color: rgb(129,89,188); }
H1.HeaderClassName
{
color: #8159BC;
}
.AnyTagClassName
{
color: #8159BC;
}
</style>
background-color css
<style>
a { background-color: #8159BC; }
a { background-color: rgb(129,89,188); }
div.DivClassName
{
background-color: #8159BC;
}
.BgClassName
{
background-color: #8159BC;
}
</style>
border-color css
<style>
span { border-color: #8159BC; }
span { border-color: rgb(129,89,188); }
td.TdClassName
{
border-color: #8159BC;
}
.TagClassName
{
border-color: #8159BC;
}
</style>