Shades of True V #806ABF
Tints of True V #806ABF
RGB
CMYK
RGB Variations
Color information
#806ABF (or 0x806ABF) is known color: True V. HEX triplet: 80, 6A and BF. RGB value is (128,106,191). Sum of RGB (Red+Green+Blue) = 128+106+191=425 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.12% from 425); Green value is 106 (41.80% from 255 or 24.94% from 425); Blue value is 191 (75% from 255 or 44.94% from 425); Max value from RGB is 191 - color contains mainly: blue. Hex color #806ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #806ABF is #7F9540. Grayscale: #797979. Windows color (decimal): -8361281 or 12544640. OLE color: 12544640.
HSL color Cylindrical-coordinate representation of color #806ABF: hue angle of 255.53º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #806ABF is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 106 | 191 | - |
| CMYK | 0.33 | 0.45 | 0 | 0.25 |
| HSL | 255.53º | 0.4% | 0.58% | - |
| HSV(B) | 255.53º | 0.45% | 0.75% | - |
| XYZ | 23.46 | 18.66 | 51.66 | - |
| YUV | 122.27 | 166.79 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 106 | 191 | 0.33 | 0.45 | 0 | 0.25 | 255.53 | 0.4 | 0.58 |
| Hex | 80 | 6A | BF | 21 | 2D | 0 | 19 | 100 | 28 | 3A |
| Octal | 200 | 152 | 277 | 41 | 55 | 0 | 31 | 400 | 50 | 72 |
| Binary | 10000000 | 1101010 | 10111111 | 100001 | 101101 | 0 | 11001 | 100000000 | 101000 | 111010 |
Color Harmonies of #806ABF
Complementary color
Monochromatic Colors of #806ABF
Black with #806ABF
Text Example
Text Example
White with #806ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #806ABF; }
p { color: rgb(128,106,191); }
H1.HeaderClassName
{
color: #806ABF;
}
.AnyTagClassName
{
color: #806ABF;
}
</style>
background-color css
<style>
a { background-color: #806ABF; }
a { background-color: rgb(128,106,191); }
div.DivClassName
{
background-color: #806ABF;
}
.BgClassName
{
background-color: #806ABF;
}
</style>
border-color css
<style>
span { border-color: #806ABF; }
span { border-color: rgb(128,106,191); }
td.TdClassName
{
border-color: #806ABF;
}
.TagClassName
{
border-color: #806ABF;
}
</style>