Shades of True V #806BBB
Tints of True V #806BBB
RGB
CMYK
RGB Variations
Color information
#806BBB (or 0x806BBB) is known color: True V. HEX triplet: 80, 6B and BB. RGB value is (128,107,187). Sum of RGB (Red+Green+Blue) = 128+107+187=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #806BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806BBB is #7F9444. Grayscale: #7A7A7A. Windows color (decimal): -8361029 or 12282752. OLE color: 12282752.
HSL color Cylindrical-coordinate representation of color #806BBB: hue angle of 255.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #806BBB is Cyan = 0.32, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 107 | 187 | - |
| CMYK | 0.32 | 0.43 | 0 | 0.27 |
| HSL | 255.75º | 0.37% | 0.58% | - |
| HSV(B) | 255.75º | 0.43% | 0.73% | - |
| XYZ | 23.13 | 18.69 | 49.4 | - |
| YUV | 122.4 | 164.46 | 132 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 107 | 187 | 0.32 | 0.43 | 0 | 0.27 | 255.75 | 0.37 | 0.58 |
| Hex | 80 | 6B | BB | 20 | 2B | 0 | 1B | 100 | 25 | 3A |
| Octal | 200 | 153 | 273 | 40 | 53 | 0 | 33 | 400 | 45 | 72 |
| Binary | 10000000 | 1101011 | 10111011 | 100000 | 101011 | 0 | 11011 | 100000000 | 100101 | 111010 |
Color Harmonies of #806BBB
Complementary color
Monochromatic Colors of #806BBB
Black with #806BBB
Text Example
Text Example
White with #806BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806BBB; }
p { color: rgb(128,107,187); }
H1.HeaderClassName
{
color: #806BBB;
}
.AnyTagClassName
{
color: #806BBB;
}
</style>
background-color css
<style>
a { background-color: #806BBB; }
a { background-color: rgb(128,107,187); }
div.DivClassName
{
background-color: #806BBB;
}
.BgClassName
{
background-color: #806BBB;
}
</style>
border-color css
<style>
span { border-color: #806BBB; }
span { border-color: rgb(128,107,187); }
td.TdClassName
{
border-color: #806BBB;
}
.TagClassName
{
border-color: #806BBB;
}
</style>