Shades of True V #8163BE
Tints of True V #8163BE
RGB
CMYK
RGB Variations
Color information
#8163BE (or 0x8163BE) is known color: True V. HEX triplet: 81, 63 and BE. RGB value is (129,99,190). Sum of RGB (Red+Green+Blue) = 129+99+190=418 (55% of max value = 765). Red value is 129 (50.78% from 255 or 30.86% from 418); Green value is 99 (39.06% from 255 or 23.68% from 418); Blue value is 190 (74.61% from 255 or 45.45% from 418); Max value from RGB is 190 - color contains mainly: blue. Hex color #8163BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8163BE is #7E9C41. Grayscale: #767676. Windows color (decimal): -8297538 or 12477313. OLE color: 12477313.
HSL color Cylindrical-coordinate representation of color #8163BE: hue angle of 259.78º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8163BE is Cyan = 0.32, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 99 | 190 | - |
| CMYK | 0.32 | 0.48 | 0 | 0.25 |
| HSL | 259.78º | 0.41% | 0.57% | - |
| HSV(B) | 259.78º | 0.48% | 0.75% | - |
| XYZ | 22.81 | 17.31 | 50.85 | - |
| YUV | 118.34 | 168.44 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 99 | 190 | 0.32 | 0.48 | 0 | 0.25 | 259.78 | 0.41 | 0.57 |
| Hex | 81 | 63 | BE | 20 | 30 | 0 | 19 | 104 | 29 | 39 |
| Octal | 201 | 143 | 276 | 40 | 60 | 0 | 31 | 404 | 51 | 71 |
| Binary | 10000001 | 1100011 | 10111110 | 100000 | 110000 | 0 | 11001 | 100000100 | 101001 | 111001 |
Color Harmonies of #8163BE
Complementary color
Monochromatic Colors of #8163BE
Black with #8163BE
Text Example
Text Example
White with #8163BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8163BE; }
p { color: rgb(129,99,190); }
H1.HeaderClassName
{
color: #8163BE;
}
.AnyTagClassName
{
color: #8163BE;
}
</style>
background-color css
<style>
a { background-color: #8163BE; }
a { background-color: rgb(129,99,190); }
div.DivClassName
{
background-color: #8163BE;
}
.BgClassName
{
background-color: #8163BE;
}
</style>
border-color css
<style>
span { border-color: #8163BE; }
span { border-color: rgb(129,99,190); }
td.TdClassName
{
border-color: #8163BE;
}
.TagClassName
{
border-color: #8163BE;
}
</style>