Shades of True V #8A77BE
Tints of True V #8A77BE
RGB
CMYK
RGB Variations
Color information
#8A77BE (or 0x8A77BE) is known color: True V. HEX triplet: 8A, 77 and BE. RGB value is (138,119,190). Sum of RGB (Red+Green+Blue) = 138+119+190=447 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.87% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 190 - color contains mainly: blue. Hex color #8A77BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77BE is #758841. Grayscale: #848484. Windows color (decimal): -7702594 or 12482442. OLE color: 12482442.
HSL color Cylindrical-coordinate representation of color #8A77BE: hue angle of 256.06º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A77BE is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 119 | 190 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.25 |
| HSL | 256.06º | 0.35% | 0.61% | - |
| HSV(B) | 256.06º | 0.37% | 0.75% | - |
| XYZ | 26.37 | 22.31 | 51.63 | - |
| YUV | 132.78 | 160.29 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 190 | 0.27 | 0.37 | 0 | 0.25 | 256.06 | 0.35 | 0.61 |
| Hex | 8A | 77 | BE | 1B | 25 | 0 | 19 | 100 | 23 | 3D |
| Octal | 212 | 167 | 276 | 33 | 45 | 0 | 31 | 400 | 43 | 75 |
| Binary | 10001010 | 1110111 | 10111110 | 11011 | 100101 | 0 | 11001 | 100000000 | 100011 | 111101 |
Color Harmonies of #8A77BE
Complementary color
Monochromatic Colors of #8A77BE
Black with #8A77BE
Text Example
Text Example
White with #8A77BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A77BE; }
p { color: rgb(138,119,190); }
H1.HeaderClassName
{
color: #8A77BE;
}
.AnyTagClassName
{
color: #8A77BE;
}
</style>
background-color css
<style>
a { background-color: #8A77BE; }
a { background-color: rgb(138,119,190); }
div.DivClassName
{
background-color: #8A77BE;
}
.BgClassName
{
background-color: #8A77BE;
}
</style>
border-color css
<style>
span { border-color: #8A77BE; }
span { border-color: rgb(138,119,190); }
td.TdClassName
{
border-color: #8A77BE;
}
.TagClassName
{
border-color: #8A77BE;
}
</style>