Shades of True V #805FBB
Tints of True V #805FBB
RGB
CMYK
RGB Variations
Color information
#805FBB (or 0x805FBB) is known color: True V. HEX triplet: 80, 5F and BB. RGB value is (128,95,187). Sum of RGB (Red+Green+Blue) = 128+95+187=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #805FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FBB is #7FA044. Grayscale: #737373. Windows color (decimal): -8364101 or 12279680. OLE color: 12279680.
HSL color Cylindrical-coordinate representation of color #805FBB: hue angle of 261.52º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #805FBB is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 95 | 187 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.27 |
| HSL | 261.52º | 0.4% | 0.55% | - |
| HSV(B) | 261.52º | 0.49% | 0.73% | - |
| XYZ | 21.96 | 16.36 | 49.01 | - |
| YUV | 115.36 | 168.43 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 187 | 0.32 | 0.49 | 0 | 0.27 | 261.52 | 0.4 | 0.55 |
| Hex | 80 | 5F | BB | 20 | 31 | 0 | 1B | 106 | 28 | 37 |
| Octal | 200 | 137 | 273 | 40 | 61 | 0 | 33 | 406 | 50 | 67 |
| Binary | 10000000 | 1011111 | 10111011 | 100000 | 110001 | 0 | 11011 | 100000110 | 101000 | 110111 |
Color Harmonies of #805FBB
Complementary color
Monochromatic Colors of #805FBB
Black with #805FBB
Text Example
Text Example
White with #805FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FBB; }
p { color: rgb(128,95,187); }
H1.HeaderClassName
{
color: #805FBB;
}
.AnyTagClassName
{
color: #805FBB;
}
</style>
background-color css
<style>
a { background-color: #805FBB; }
a { background-color: rgb(128,95,187); }
div.DivClassName
{
background-color: #805FBB;
}
.BgClassName
{
background-color: #805FBB;
}
</style>
border-color css
<style>
span { border-color: #805FBB; }
span { border-color: rgb(128,95,187); }
td.TdClassName
{
border-color: #805FBB;
}
.TagClassName
{
border-color: #805FBB;
}
</style>