Shades of True V #8A77BD
Tints of True V #8A77BD
RGB
CMYK
RGB Variations
Color information
#8A77BD (or 0x8A77BD) is known color: True V. HEX triplet: 8A, 77 and BD. RGB value is (138,119,189). Sum of RGB (Red+Green+Blue) = 138+119+189=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A77BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77BD is #758842. Grayscale: #848484. Windows color (decimal): -7702595 or 12416906. OLE color: 12416906.
HSL color Cylindrical-coordinate representation of color #8A77BD: hue angle of 256.29º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8A77BD is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 119 | 189 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.26 |
| HSL | 256.29º | 0.35% | 0.6% | - |
| HSV(B) | 256.29º | 0.37% | 0.74% | - |
| XYZ | 26.26 | 22.27 | 51.06 | - |
| YUV | 132.66 | 159.79 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 119 | 189 | 0.27 | 0.37 | 0 | 0.26 | 256.29 | 0.35 | 0.6 |
| Hex | 8A | 77 | BD | 1B | 25 | 0 | 1A | 100 | 23 | 3C |
| Octal | 212 | 167 | 275 | 33 | 45 | 0 | 32 | 400 | 43 | 74 |
| Binary | 10001010 | 1110111 | 10111101 | 11011 | 100101 | 0 | 11010 | 100000000 | 100011 | 111100 |
Color Harmonies of #8A77BD
Complementary color
Monochromatic Colors of #8A77BD
Black with #8A77BD
Text Example
Text Example
White with #8A77BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A77BD; }
p { color: rgb(138,119,189); }
H1.HeaderClassName
{
color: #8A77BD;
}
.AnyTagClassName
{
color: #8A77BD;
}
</style>
background-color css
<style>
a { background-color: #8A77BD; }
a { background-color: rgb(138,119,189); }
div.DivClassName
{
background-color: #8A77BD;
}
.BgClassName
{
background-color: #8A77BD;
}
</style>
border-color css
<style>
span { border-color: #8A77BD; }
span { border-color: rgb(138,119,189); }
td.TdClassName
{
border-color: #8A77BD;
}
.TagClassName
{
border-color: #8A77BD;
}
</style>