Shades of True V #8A77BA
Tints of True V #8A77BA
RGB
CMYK
RGB Variations
Color information
#8A77BA (or 0x8A77BA) is known color: True V. HEX triplet: 8A, 77 and BA. RGB value is (138,119,186). Sum of RGB (Red+Green+Blue) = 138+119+186=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A77BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77BA is #758845. Grayscale: #848484. Windows color (decimal): -7702598 or 12220298. OLE color: 12220298.
HSL color Cylindrical-coordinate representation of color #8A77BA: hue angle of 257.01º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8A77BA is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 119 | 186 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.27 |
| HSL | 257.01º | 0.33% | 0.6% | - |
| HSV(B) | 257.01º | 0.36% | 0.73% | - |
| XYZ | 25.94 | 22.14 | 49.36 | - |
| YUV | 132.32 | 158.29 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 186 | 0.26 | 0.36 | 0 | 0.27 | 257.01 | 0.33 | 0.6 |
| Hex | 8A | 77 | BA | 1A | 24 | 0 | 1B | 101 | 21 | 3C |
| Octal | 212 | 167 | 272 | 32 | 44 | 0 | 33 | 401 | 41 | 74 |
| Binary | 10001010 | 1110111 | 10111010 | 11010 | 100100 | 0 | 11011 | 100000001 | 100001 | 111100 |
Color Harmonies of #8A77BA
Complementary color
Monochromatic Colors of #8A77BA
Black with #8A77BA
Text Example
Text Example
White with #8A77BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A77BA; }
p { color: rgb(138,119,186); }
H1.HeaderClassName
{
color: #8A77BA;
}
.AnyTagClassName
{
color: #8A77BA;
}
</style>
background-color css
<style>
a { background-color: #8A77BA; }
a { background-color: rgb(138,119,186); }
div.DivClassName
{
background-color: #8A77BA;
}
.BgClassName
{
background-color: #8A77BA;
}
</style>
border-color css
<style>
span { border-color: #8A77BA; }
span { border-color: rgb(138,119,186); }
td.TdClassName
{
border-color: #8A77BA;
}
.TagClassName
{
border-color: #8A77BA;
}
</style>