Shades of True V #8062B9
Tints of True V #8062B9
RGB
CMYK
RGB Variations
Color information
#8062B9 (or 0x8062B9) is known color: True V. HEX triplet: 80, 62 and B9. RGB value is (128,98,185). Sum of RGB (Red+Green+Blue) = 128+98+185=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #8062B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8062B9 is #7F9D46. Grayscale: #747474. Windows color (decimal): -8363335 or 12149376. OLE color: 12149376.
HSL color Cylindrical-coordinate representation of color #8062B9: hue angle of 260.69º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8062B9 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 98 | 185 | - |
| CMYK | 0.31 | 0.47 | 0 | 0.27 |
| HSL | 260.69º | 0.38% | 0.55% | - |
| HSV(B) | 260.69º | 0.47% | 0.73% | - |
| XYZ | 22.03 | 16.83 | 47.99 | - |
| YUV | 116.89 | 166.44 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 185 | 0.31 | 0.47 | 0 | 0.27 | 260.69 | 0.38 | 0.55 |
| Hex | 80 | 62 | B9 | 1F | 2F | 0 | 1B | 105 | 26 | 37 |
| Octal | 200 | 142 | 271 | 37 | 57 | 0 | 33 | 405 | 46 | 67 |
| Binary | 10000000 | 1100010 | 10111001 | 11111 | 101111 | 0 | 11011 | 100000101 | 100110 | 110111 |
Color Harmonies of #8062B9
Complementary color
Monochromatic Colors of #8062B9
Black with #8062B9
Text Example
Text Example
White with #8062B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8062B9; }
p { color: rgb(128,98,185); }
H1.HeaderClassName
{
color: #8062B9;
}
.AnyTagClassName
{
color: #8062B9;
}
</style>
background-color css
<style>
a { background-color: #8062B9; }
a { background-color: rgb(128,98,185); }
div.DivClassName
{
background-color: #8062B9;
}
.BgClassName
{
background-color: #8062B9;
}
</style>
border-color css
<style>
span { border-color: #8062B9; }
span { border-color: rgb(128,98,185); }
td.TdClassName
{
border-color: #8062B9;
}
.TagClassName
{
border-color: #8062B9;
}
</style>