Shades of True V #8160BD
Tints of True V #8160BD
RGB
CMYK
RGB Variations
Color information
#8160BD (or 0x8160BD) is known color: True V. HEX triplet: 81, 60 and BD. RGB value is (129,96,189). Sum of RGB (Red+Green+Blue) = 129+96+189=414 (54% of max value = 765). Red value is 129 (50.78% from 255 or 31.16% from 414); Green value is 96 (37.89% from 255 or 23.19% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #8160BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8160BD is #7E9F42. Grayscale: #747474. Windows color (decimal): -8298307 or 12411009. OLE color: 12411009.
HSL color Cylindrical-coordinate representation of color #8160BD: hue angle of 261.29º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8160BD is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 129 | 96 | 189 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.26 |
| HSL | 261.29º | 0.41% | 0.56% | - |
| HSV(B) | 261.29º | 0.49% | 0.74% | - |
| XYZ | 22.42 | 16.71 | 50.19 | - |
| YUV | 116.47 | 168.93 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 96 | 189 | 0.32 | 0.49 | 0 | 0.26 | 261.29 | 0.41 | 0.56 |
| Hex | 81 | 60 | BD | 20 | 31 | 0 | 1A | 105 | 29 | 38 |
| Octal | 201 | 140 | 275 | 40 | 61 | 0 | 32 | 405 | 51 | 70 |
| Binary | 10000001 | 1100000 | 10111101 | 100000 | 110001 | 0 | 11010 | 100000101 | 101001 | 111000 |
Color Harmonies of #8160BD
Complementary color
Monochromatic Colors of #8160BD
Black with #8160BD
Text Example
Text Example
White with #8160BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8160BD; }
p { color: rgb(129,96,189); }
H1.HeaderClassName
{
color: #8160BD;
}
.AnyTagClassName
{
color: #8160BD;
}
</style>
background-color css
<style>
a { background-color: #8160BD; }
a { background-color: rgb(129,96,189); }
div.DivClassName
{
background-color: #8160BD;
}
.BgClassName
{
background-color: #8160BD;
}
</style>
border-color css
<style>
span { border-color: #8160BD; }
span { border-color: rgb(129,96,189); }
td.TdClassName
{
border-color: #8160BD;
}
.TagClassName
{
border-color: #8160BD;
}
</style>