Shades of True V #805FB9
Tints of True V #805FB9
RGB
CMYK
RGB Variations
Color information
#805FB9 (or 0x805FB9) is known color: True V. HEX triplet: 80, 5F and B9. RGB value is (128,95,185). Sum of RGB (Red+Green+Blue) = 128+95+185=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 95 (37.5% from 255 or 23.28% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #805FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FB9 is #7FA046. Grayscale: #727272. Windows color (decimal): -8364103 or 12148608. OLE color: 12148608.
HSL color Cylindrical-coordinate representation of color #805FB9: hue angle of 262º degrees, saturation: 0.39, 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 #805FB9 is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 95 | 185 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.27 |
| HSL | 262º | 0.39% | 0.55% | - |
| HSV(B) | 262º | 0.49% | 0.73% | - |
| XYZ | 21.75 | 16.28 | 47.89 | - |
| YUV | 115.13 | 167.43 | 137.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 185 | 0.31 | 0.49 | 0 | 0.27 | 262 | 0.39 | 0.55 |
| Hex | 80 | 5F | B9 | 1F | 31 | 0 | 1B | 106 | 27 | 37 |
| Octal | 200 | 137 | 271 | 37 | 61 | 0 | 33 | 406 | 47 | 67 |
| Binary | 10000000 | 1011111 | 10111001 | 11111 | 110001 | 0 | 11011 | 100000110 | 100111 | 110111 |
Color Harmonies of #805FB9
Complementary color
Monochromatic Colors of #805FB9
Black with #805FB9
Text Example
Text Example
White with #805FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FB9; }
p { color: rgb(128,95,185); }
H1.HeaderClassName
{
color: #805FB9;
}
.AnyTagClassName
{
color: #805FB9;
}
</style>
background-color css
<style>
a { background-color: #805FB9; }
a { background-color: rgb(128,95,185); }
div.DivClassName
{
background-color: #805FB9;
}
.BgClassName
{
background-color: #805FB9;
}
</style>
border-color css
<style>
span { border-color: #805FB9; }
span { border-color: rgb(128,95,185); }
td.TdClassName
{
border-color: #805FB9;
}
.TagClassName
{
border-color: #805FB9;
}
</style>