Shades of True V #8064BA
Tints of True V #8064BA
RGB
CMYK
RGB Variations
Color information
#8064BA (or 0x8064BA) is known color: True V. HEX triplet: 80, 64 and BA. RGB value is (128,100,186). Sum of RGB (Red+Green+Blue) = 128+100+186=414 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.92% from 414); Green value is 100 (39.45% from 255 or 24.15% from 414); Blue value is 186 (73.05% from 255 or 44.93% from 414); Max value from RGB is 186 - color contains mainly: blue. Hex color #8064BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064BA is #7F9B45. Grayscale: #757575. Windows color (decimal): -8362822 or 12215424. OLE color: 12215424.
HSL color Cylindrical-coordinate representation of color #8064BA: hue angle of 259.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8064BA is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 100 | 186 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.27 |
| HSL | 259.53º | 0.38% | 0.56% | - |
| HSV(B) | 259.53º | 0.46% | 0.73% | - |
| XYZ | 22.32 | 17.25 | 48.61 | - |
| YUV | 118.18 | 166.28 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 186 | 0.31 | 0.46 | 0 | 0.27 | 259.53 | 0.38 | 0.56 |
| Hex | 80 | 64 | BA | 1F | 2E | 0 | 1B | 104 | 26 | 38 |
| Octal | 200 | 144 | 272 | 37 | 56 | 0 | 33 | 404 | 46 | 70 |
| Binary | 10000000 | 1100100 | 10111010 | 11111 | 101110 | 0 | 11011 | 100000100 | 100110 | 111000 |
Color Harmonies of #8064BA
Complementary color
Monochromatic Colors of #8064BA
Black with #8064BA
Text Example
Text Example
White with #8064BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8064BA; }
p { color: rgb(128,100,186); }
H1.HeaderClassName
{
color: #8064BA;
}
.AnyTagClassName
{
color: #8064BA;
}
</style>
background-color css
<style>
a { background-color: #8064BA; }
a { background-color: rgb(128,100,186); }
div.DivClassName
{
background-color: #8064BA;
}
.BgClassName
{
background-color: #8064BA;
}
</style>
border-color css
<style>
span { border-color: #8064BA; }
span { border-color: rgb(128,100,186); }
td.TdClassName
{
border-color: #8064BA;
}
.TagClassName
{
border-color: #8064BA;
}
</style>