Shades of True V #8A6ABF
Tints of True V #8A6ABF
RGB
CMYK
RGB Variations
Color information
#8A6ABF (or 0x8A6ABF) is known color: True V. HEX triplet: 8A, 6A and BF. RGB value is (138,106,191). Sum of RGB (Red+Green+Blue) = 138+106+191=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #8A6ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A6ABF is #759540. Grayscale: #7C7C7C. Windows color (decimal): -7705921 or 12544650. OLE color: 12544650.
HSL color Cylindrical-coordinate representation of color #8A6ABF: hue angle of 262.59º 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 #8A6ABF is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 106 | 191 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.25 |
| HSL | 262.59º | 0.4% | 0.58% | - |
| HSV(B) | 262.59º | 0.45% | 0.75% | - |
| XYZ | 25.04 | 19.47 | 51.73 | - |
| YUV | 125.26 | 165.1 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 106 | 191 | 0.28 | 0.45 | 0 | 0.25 | 262.59 | 0.4 | 0.58 |
| Hex | 8A | 6A | BF | 1C | 2D | 0 | 19 | 107 | 28 | 3A |
| Octal | 212 | 152 | 277 | 34 | 55 | 0 | 31 | 407 | 50 | 72 |
| Binary | 10001010 | 1101010 | 10111111 | 11100 | 101101 | 0 | 11001 | 100000111 | 101000 | 111010 |
Color Harmonies of #8A6ABF
Complementary color
Monochromatic Colors of #8A6ABF
Black with #8A6ABF
Text Example
Text Example
White with #8A6ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A6ABF; }
p { color: rgb(138,106,191); }
H1.HeaderClassName
{
color: #8A6ABF;
}
.AnyTagClassName
{
color: #8A6ABF;
}
</style>
background-color css
<style>
a { background-color: #8A6ABF; }
a { background-color: rgb(138,106,191); }
div.DivClassName
{
background-color: #8A6ABF;
}
.BgClassName
{
background-color: #8A6ABF;
}
</style>
border-color css
<style>
span { border-color: #8A6ABF; }
span { border-color: rgb(138,106,191); }
td.TdClassName
{
border-color: #8A6ABF;
}
.TagClassName
{
border-color: #8A6ABF;
}
</style>