Shades of True V #805BBB
Tints of True V #805BBB
RGB
CMYK
RGB Variations
Color information
#805BBB (or 0x805BBB) is known color: True V. HEX triplet: 80, 5B and BB. RGB value is (128,91,187). Sum of RGB (Red+Green+Blue) = 128+91+187=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 91 (35.94% from 255 or 22.41% from 406); Blue value is 187 (73.44% from 255 or 46.06% from 406); Max value from RGB is 187 - color contains mainly: blue. Hex color #805BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BBB is #7FA444. Grayscale: #707070. Windows color (decimal): -8365125 or 12278656. OLE color: 12278656.
HSL color Cylindrical-coordinate representation of color #805BBB: hue angle of 263.12º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #805BBB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 91 | 187 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.27 |
| HSL | 263.13º | 0.41% | 0.55% | - |
| HSV(B) | 263.13º | 0.51% | 0.73% | - |
| XYZ | 21.61 | 15.66 | 48.9 | - |
| YUV | 113.01 | 169.76 | 138.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 187 | 0.32 | 0.51 | 0 | 0.27 | 263.13 | 0.41 | 0.55 |
| Hex | 80 | 5B | BB | 20 | 33 | 0 | 1B | 107 | 29 | 37 |
| Octal | 200 | 133 | 273 | 40 | 63 | 0 | 33 | 407 | 51 | 67 |
| Binary | 10000000 | 1011011 | 10111011 | 100000 | 110011 | 0 | 11011 | 100000111 | 101001 | 110111 |
Color Harmonies of #805BBB
Complementary color
Monochromatic Colors of #805BBB
Black with #805BBB
Text Example
Text Example
White with #805BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805BBB; }
p { color: rgb(128,91,187); }
H1.HeaderClassName
{
color: #805BBB;
}
.AnyTagClassName
{
color: #805BBB;
}
</style>
background-color css
<style>
a { background-color: #805BBB; }
a { background-color: rgb(128,91,187); }
div.DivClassName
{
background-color: #805BBB;
}
.BgClassName
{
background-color: #805BBB;
}
</style>
border-color css
<style>
span { border-color: #805BBB; }
span { border-color: rgb(128,91,187); }
td.TdClassName
{
border-color: #805BBB;
}
.TagClassName
{
border-color: #805BBB;
}
</style>