Shades of True V #8066BA
Tints of True V #8066BA
RGB
CMYK
RGB Variations
Color information
#8066BA (or 0x8066BA) is known color: True V. HEX triplet: 80, 66 and BA. RGB value is (128,102,186). Sum of RGB (Red+Green+Blue) = 128+102+186=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #8066BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8066BA is #7F9945. Grayscale: #777777. Windows color (decimal): -8362310 or 12215936. OLE color: 12215936.
HSL color Cylindrical-coordinate representation of color #8066BA: hue angle of 258.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8066BA is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 102 | 186 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.27 |
| HSL | 258.57º | 0.38% | 0.56% | - |
| HSV(B) | 258.57º | 0.45% | 0.73% | - |
| XYZ | 22.52 | 17.64 | 48.67 | - |
| YUV | 119.35 | 165.61 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 186 | 0.31 | 0.45 | 0 | 0.27 | 258.57 | 0.38 | 0.56 |
| Hex | 80 | 66 | BA | 1F | 2D | 0 | 1B | 103 | 26 | 38 |
| Octal | 200 | 146 | 272 | 37 | 55 | 0 | 33 | 403 | 46 | 70 |
| Binary | 10000000 | 1100110 | 10111010 | 11111 | 101101 | 0 | 11011 | 100000011 | 100110 | 111000 |
Color Harmonies of #8066BA
Complementary color
Monochromatic Colors of #8066BA
Black with #8066BA
Text Example
Text Example
White with #8066BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066BA; }
p { color: rgb(128,102,186); }
H1.HeaderClassName
{
color: #8066BA;
}
.AnyTagClassName
{
color: #8066BA;
}
</style>
background-color css
<style>
a { background-color: #8066BA; }
a { background-color: rgb(128,102,186); }
div.DivClassName
{
background-color: #8066BA;
}
.BgClassName
{
background-color: #8066BA;
}
</style>
border-color css
<style>
span { border-color: #8066BA; }
span { border-color: rgb(128,102,186); }
td.TdClassName
{
border-color: #8066BA;
}
.TagClassName
{
border-color: #8066BA;
}
</style>