Shades of True V #8A7ABA
Tints of True V #8A7ABA
RGB
CMYK
RGB Variations
Color information
#8A7ABA (or 0x8A7ABA) is known color: True V. HEX triplet: 8A, 7A and BA. RGB value is (138,122,186). Sum of RGB (Red+Green+Blue) = 138+122+186=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 122 (48.05% from 255 or 27.35% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A7ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A7ABA is #758545. Grayscale: #858585. Windows color (decimal): -7701830 or 12221066. OLE color: 12221066.
HSL color Cylindrical-coordinate representation of color #8A7ABA: hue angle of 255º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8A7ABA is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 122 | 186 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.27 |
| HSL | 255º | 0.32% | 0.6% | - |
| HSV(B) | 255º | 0.34% | 0.73% | - |
| XYZ | 26.3 | 22.87 | 49.48 | - |
| YUV | 134.08 | 157.3 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 122 | 186 | 0.26 | 0.34 | 0 | 0.27 | 255 | 0.32 | 0.6 |
| Hex | 8A | 7A | BA | 1A | 22 | 0 | 1B | FF | 20 | 3C |
| Octal | 212 | 172 | 272 | 32 | 42 | 0 | 33 | 377 | 40 | 74 |
| Binary | 10001010 | 1111010 | 10111010 | 11010 | 100010 | 0 | 11011 | 11111111 | 100000 | 111100 |
Color Harmonies of #8A7ABA
Complementary color
Monochromatic Colors of #8A7ABA
Black with #8A7ABA
Text Example
Text Example
White with #8A7ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A7ABA; }
p { color: rgb(138,122,186); }
H1.HeaderClassName
{
color: #8A7ABA;
}
.AnyTagClassName
{
color: #8A7ABA;
}
</style>
background-color css
<style>
a { background-color: #8A7ABA; }
a { background-color: rgb(138,122,186); }
div.DivClassName
{
background-color: #8A7ABA;
}
.BgClassName
{
background-color: #8A7ABA;
}
</style>
border-color css
<style>
span { border-color: #8A7ABA; }
span { border-color: rgb(138,122,186); }
td.TdClassName
{
border-color: #8A7ABA;
}
.TagClassName
{
border-color: #8A7ABA;
}
</style>