Shades of True V #805DB9
Tints of True V #805DB9
RGB
CMYK
RGB Variations
Color information
#805DB9 (or 0x805DB9) is known color: True V. HEX triplet: 80, 5D and B9. RGB value is (128,93,185). Sum of RGB (Red+Green+Blue) = 128+93+185=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 93 (36.72% from 255 or 22.91% from 406); Blue value is 185 (72.66% from 255 or 45.57% from 406); Max value from RGB is 185 - color contains mainly: blue. Hex color #805DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DB9 is #7FA246. Grayscale: #717171. Windows color (decimal): -8364615 or 12148096. OLE color: 12148096.
HSL color Cylindrical-coordinate representation of color #805DB9: hue angle of 262.83º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #805DB9 is Cyan = 0.31, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 93 | 185 | - |
| CMYK | 0.31 | 0.50 | 0 | 0.27 |
| HSL | 262.83º | 0.4% | 0.55% | - |
| HSV(B) | 262.83º | 0.5% | 0.73% | - |
| XYZ | 21.57 | 15.92 | 47.83 | - |
| YUV | 113.95 | 168.1 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 185 | 0.31 | 0.50 | 0 | 0.27 | 262.83 | 0.4 | 0.55 |
| Hex | 80 | 5D | B9 | 1F | 32 | 0 | 1B | 107 | 28 | 37 |
| Octal | 200 | 135 | 271 | 37 | 62 | 0 | 33 | 407 | 50 | 67 |
| Binary | 10000000 | 1011101 | 10111001 | 11111 | 110010 | 0 | 11011 | 100000111 | 101000 | 110111 |
Color Harmonies of #805DB9
Complementary color
Monochromatic Colors of #805DB9
Black with #805DB9
Text Example
Text Example
White with #805DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DB9; }
p { color: rgb(128,93,185); }
H1.HeaderClassName
{
color: #805DB9;
}
.AnyTagClassName
{
color: #805DB9;
}
</style>
background-color css
<style>
a { background-color: #805DB9; }
a { background-color: rgb(128,93,185); }
div.DivClassName
{
background-color: #805DB9;
}
.BgClassName
{
background-color: #805DB9;
}
</style>
border-color css
<style>
span { border-color: #805DB9; }
span { border-color: rgb(128,93,185); }
td.TdClassName
{
border-color: #805DB9;
}
.TagClassName
{
border-color: #805DB9;
}
</style>