Shades of True V #806ABA
Tints of True V #806ABA
RGB
CMYK
RGB Variations
Color information
#806ABA (or 0x806ABA) is known color: True V. HEX triplet: 80, 6A and BA. RGB value is (128,106,186). Sum of RGB (Red+Green+Blue) = 128+106+186=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 106 (41.80% from 255 or 25.24% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #806ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ABA is #7F9545. Grayscale: #797979. Windows color (decimal): -8361286 or 12216960. OLE color: 12216960.
HSL color Cylindrical-coordinate representation of color #806ABA: hue angle of 256.5º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #806ABA is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 106 | 186 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.27 |
| HSL | 256.5º | 0.37% | 0.57% | - |
| HSV(B) | 256.5º | 0.43% | 0.73% | - |
| XYZ | 22.92 | 18.44 | 48.81 | - |
| YUV | 121.7 | 164.29 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 186 | 0.31 | 0.43 | 0 | 0.27 | 256.5 | 0.37 | 0.57 |
| Hex | 80 | 6A | BA | 1F | 2B | 0 | 1B | 100 | 25 | 39 |
| Octal | 200 | 152 | 272 | 37 | 53 | 0 | 33 | 400 | 45 | 71 |
| Binary | 10000000 | 1101010 | 10111010 | 11111 | 101011 | 0 | 11011 | 100000000 | 100101 | 111001 |
Color Harmonies of #806ABA
Complementary color
Monochromatic Colors of #806ABA
Black with #806ABA
Text Example
Text Example
White with #806ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806ABA; }
p { color: rgb(128,106,186); }
H1.HeaderClassName
{
color: #806ABA;
}
.AnyTagClassName
{
color: #806ABA;
}
</style>
background-color css
<style>
a { background-color: #806ABA; }
a { background-color: rgb(128,106,186); }
div.DivClassName
{
background-color: #806ABA;
}
.BgClassName
{
background-color: #806ABA;
}
</style>
border-color css
<style>
span { border-color: #806ABA; }
span { border-color: rgb(128,106,186); }
td.TdClassName
{
border-color: #806ABA;
}
.TagClassName
{
border-color: #806ABA;
}
</style>