Shades of True V #805FBC
Tints of True V #805FBC
RGB
CMYK
RGB Variations
Color information
#805FBC (or 0x805FBC) is known color: True V. HEX triplet: 80, 5F and BC. RGB value is (128,95,188). Sum of RGB (Red+Green+Blue) = 128+95+188=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 95 (37.5% from 255 or 23.11% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #805FBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FBC is #7FA043. Grayscale: #737373. Windows color (decimal): -8364100 or 12345216. OLE color: 12345216.
HSL color Cylindrical-coordinate representation of color #805FBC: hue angle of 261.29º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #805FBC is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 95 | 188 | - |
| CMYK | 0.32 | 0.49 | 0 | 0.26 |
| HSL | 261.29º | 0.41% | 0.55% | - |
| HSV(B) | 261.29º | 0.49% | 0.74% | - |
| XYZ | 22.07 | 16.4 | 49.58 | - |
| YUV | 115.47 | 168.93 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 188 | 0.32 | 0.49 | 0 | 0.26 | 261.29 | 0.41 | 0.55 |
| Hex | 80 | 5F | BC | 20 | 31 | 0 | 1A | 105 | 29 | 37 |
| Octal | 200 | 137 | 274 | 40 | 61 | 0 | 32 | 405 | 51 | 67 |
| Binary | 10000000 | 1011111 | 10111100 | 100000 | 110001 | 0 | 11010 | 100000101 | 101001 | 110111 |
Color Harmonies of #805FBC
Complementary color
Monochromatic Colors of #805FBC
Black with #805FBC
Text Example
Text Example
White with #805FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FBC; }
p { color: rgb(128,95,188); }
H1.HeaderClassName
{
color: #805FBC;
}
.AnyTagClassName
{
color: #805FBC;
}
</style>
background-color css
<style>
a { background-color: #805FBC; }
a { background-color: rgb(128,95,188); }
div.DivClassName
{
background-color: #805FBC;
}
.BgClassName
{
background-color: #805FBC;
}
</style>
border-color css
<style>
span { border-color: #805FBC; }
span { border-color: rgb(128,95,188); }
td.TdClassName
{
border-color: #805FBC;
}
.TagClassName
{
border-color: #805FBC;
}
</style>