Shades of True V #8977B7
Tints of True V #8977B7
RGB
CMYK
RGB Variations
Color information
#8977B7 (or 0x8977B7) is known color: True V. HEX triplet: 89, 77 and B7. RGB value is (137,119,183). Sum of RGB (Red+Green+Blue) = 137+119+183=439 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.21% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 183 (71.88% from 255 or 41.69% from 439); Max value from RGB is 183 - color contains mainly: blue. Hex color #8977B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977B7 is #768848. Grayscale: #838383. Windows color (decimal): -7768137 or 12023689. OLE color: 12023689.
HSL color Cylindrical-coordinate representation of color #8977B7: hue angle of 256.88º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8977B7 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 119 | 183 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.28 |
| HSL | 256.88º | 0.31% | 0.59% | - |
| HSV(B) | 256.88º | 0.35% | 0.72% | - |
| XYZ | 25.46 | 21.93 | 47.69 | - |
| YUV | 131.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 183 | 0.25 | 0.35 | 0 | 0.28 | 256.88 | 0.31 | 0.59 |
| Hex | 89 | 77 | B7 | 19 | 23 | 0 | 1C | 101 | 1F | 3B |
| Octal | 211 | 167 | 267 | 31 | 43 | 0 | 34 | 401 | 37 | 73 |
| Binary | 10001001 | 1110111 | 10110111 | 11001 | 100011 | 0 | 11100 | 100000001 | 11111 | 111011 |
Color Harmonies of #8977B7
Complementary color
Monochromatic Colors of #8977B7
Black with #8977B7
Text Example
Text Example
White with #8977B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8977B7; }
p { color: rgb(137,119,183); }
H1.HeaderClassName
{
color: #8977B7;
}
.AnyTagClassName
{
color: #8977B7;
}
</style>
background-color css
<style>
a { background-color: #8977B7; }
a { background-color: rgb(137,119,183); }
div.DivClassName
{
background-color: #8977B7;
}
.BgClassName
{
background-color: #8977B7;
}
</style>
border-color css
<style>
span { border-color: #8977B7; }
span { border-color: rgb(137,119,183); }
td.TdClassName
{
border-color: #8977B7;
}
.TagClassName
{
border-color: #8977B7;
}
</style>