Shades of True V #805DBA
Tints of True V #805DBA
RGB
CMYK
RGB Variations
Color information
#805DBA (or 0x805DBA) is known color: True V. HEX triplet: 80, 5D and BA. RGB value is (128,93,186). Sum of RGB (Red+Green+Blue) = 128+93+186=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #805DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DBA is #7FA245. Grayscale: #717171. Windows color (decimal): -8364614 or 12213632. OLE color: 12213632.
HSL color Cylindrical-coordinate representation of color #805DBA: hue angle of 262.58º 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 #805DBA is Cyan = 0.31, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 93 | 186 | - |
| CMYK | 0.31 | 0.5 | 0 | 0.27 |
| HSL | 262.58º | 0.4% | 0.55% | - |
| HSV(B) | 262.58º | 0.5% | 0.73% | - |
| XYZ | 21.68 | 15.96 | 48.39 | - |
| YUV | 114.07 | 168.6 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 186 | 0.31 | 0.5 | 0 | 0.27 | 262.58 | 0.4 | 0.55 |
| Hex | 80 | 5D | BA | 1F | 32 | 0 | 1B | 107 | 28 | 37 |
| Octal | 200 | 135 | 272 | 37 | 62 | 0 | 33 | 407 | 50 | 67 |
| Binary | 10000000 | 1011101 | 10111010 | 11111 | 110010 | 0 | 11011 | 100000111 | 101000 | 110111 |
Color Harmonies of #805DBA
Complementary color
Monochromatic Colors of #805DBA
Black with #805DBA
Text Example
Text Example
White with #805DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DBA; }
p { color: rgb(128,93,186); }
H1.HeaderClassName
{
color: #805DBA;
}
.AnyTagClassName
{
color: #805DBA;
}
</style>
background-color css
<style>
a { background-color: #805DBA; }
a { background-color: rgb(128,93,186); }
div.DivClassName
{
background-color: #805DBA;
}
.BgClassName
{
background-color: #805DBA;
}
</style>
border-color css
<style>
span { border-color: #805DBA; }
span { border-color: rgb(128,93,186); }
td.TdClassName
{
border-color: #805DBA;
}
.TagClassName
{
border-color: #805DBA;
}
</style>