Shades of True V #8062BA
Tints of True V #8062BA
RGB
CMYK
RGB Variations
Color information
#8062BA (or 0x8062BA) is known color: True V. HEX triplet: 80, 62 and BA. RGB value is (128,98,186). Sum of RGB (Red+Green+Blue) = 128+98+186=412 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.07% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #8062BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8062BA is #7F9D45. Grayscale: #747474. Windows color (decimal): -8363334 or 12214912. OLE color: 12214912.
HSL color Cylindrical-coordinate representation of color #8062BA: hue angle of 260.45º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8062BA is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 98 | 186 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.27 |
| HSL | 260.45º | 0.39% | 0.56% | - |
| HSV(B) | 260.45º | 0.47% | 0.73% | - |
| XYZ | 22.13 | 16.87 | 48.54 | - |
| YUV | 117 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 186 | 0.31 | 0.47 | 0 | 0.27 | 260.45 | 0.39 | 0.56 |
| Hex | 80 | 62 | BA | 1F | 2F | 0 | 1B | 104 | 27 | 38 |
| Octal | 200 | 142 | 272 | 37 | 57 | 0 | 33 | 404 | 47 | 70 |
| Binary | 10000000 | 1100010 | 10111010 | 11111 | 101111 | 0 | 11011 | 100000100 | 100111 | 111000 |
Color Harmonies of #8062BA
Complementary color
Monochromatic Colors of #8062BA
Black with #8062BA
Text Example
Text Example
White with #8062BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8062BA; }
p { color: rgb(128,98,186); }
H1.HeaderClassName
{
color: #8062BA;
}
.AnyTagClassName
{
color: #8062BA;
}
</style>
background-color css
<style>
a { background-color: #8062BA; }
a { background-color: rgb(128,98,186); }
div.DivClassName
{
background-color: #8062BA;
}
.BgClassName
{
background-color: #8062BA;
}
</style>
border-color css
<style>
span { border-color: #8062BA; }
span { border-color: rgb(128,98,186); }
td.TdClassName
{
border-color: #8062BA;
}
.TagClassName
{
border-color: #8062BA;
}
</style>