Shades of True V #806ABB
Tints of True V #806ABB
RGB
CMYK
RGB Variations
Color information
#806ABB (or 0x806ABB) is known color: True V. HEX triplet: 80, 6A and BB. RGB value is (128,106,187). Sum of RGB (Red+Green+Blue) = 128+106+187=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #806ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ABB is #7F9544. Grayscale: #797979. Windows color (decimal): -8361285 or 12282496. OLE color: 12282496.
HSL color Cylindrical-coordinate representation of color #806ABB: hue angle of 256.3º 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 #806ABB is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 106 | 187 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.27 |
| HSL | 256.3º | 0.37% | 0.57% | - |
| HSV(B) | 256.3º | 0.43% | 0.73% | - |
| XYZ | 23.03 | 18.49 | 49.37 | - |
| YUV | 121.81 | 164.79 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 187 | 0.32 | 0.43 | 0 | 0.27 | 256.3 | 0.37 | 0.57 |
| Hex | 80 | 6A | BB | 20 | 2B | 0 | 1B | 100 | 25 | 39 |
| Octal | 200 | 152 | 273 | 40 | 53 | 0 | 33 | 400 | 45 | 71 |
| Binary | 10000000 | 1101010 | 10111011 | 100000 | 101011 | 0 | 11011 | 100000000 | 100101 | 111001 |
Color Harmonies of #806ABB
Complementary color
Monochromatic Colors of #806ABB
Black with #806ABB
Text Example
Text Example
White with #806ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806ABB; }
p { color: rgb(128,106,187); }
H1.HeaderClassName
{
color: #806ABB;
}
.AnyTagClassName
{
color: #806ABB;
}
</style>
background-color css
<style>
a { background-color: #806ABB; }
a { background-color: rgb(128,106,187); }
div.DivClassName
{
background-color: #806ABB;
}
.BgClassName
{
background-color: #806ABB;
}
</style>
border-color css
<style>
span { border-color: #806ABB; }
span { border-color: rgb(128,106,187); }
td.TdClassName
{
border-color: #806ABB;
}
.TagClassName
{
border-color: #806ABB;
}
</style>