Shades of True V #8977B9
Tints of True V #8977B9
RGB
CMYK
RGB Variations
Color information
#8977B9 (or 0x8977B9) is known color: True V. HEX triplet: 89, 77 and B9. RGB value is (137,119,185). Sum of RGB (Red+Green+Blue) = 137+119+185=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 119 (46.88% from 255 or 26.98% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #8977B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977B9 is #768846. Grayscale: #838383. Windows color (decimal): -7768135 or 12154761. OLE color: 12154761.
HSL color Cylindrical-coordinate representation of color #8977B9: hue angle of 256.36º degrees, saturation: 0.32, 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 #8977B9 is Cyan = 0.26, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 119 | 185 | - |
| CMYK | 0.26 | 0.36 | 0 | 0.27 |
| HSL | 256.36º | 0.32% | 0.6% | - |
| HSV(B) | 256.36º | 0.36% | 0.73% | - |
| XYZ | 25.67 | 22.01 | 48.8 | - |
| YUV | 131.91 | 157.96 | 131.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 185 | 0.26 | 0.36 | 0 | 0.27 | 256.36 | 0.32 | 0.6 |
| Hex | 89 | 77 | B9 | 1A | 24 | 0 | 1B | 100 | 20 | 3C |
| Octal | 211 | 167 | 271 | 32 | 44 | 0 | 33 | 400 | 40 | 74 |
| Binary | 10001001 | 1110111 | 10111001 | 11010 | 100100 | 0 | 11011 | 100000000 | 100000 | 111100 |
Color Harmonies of #8977B9
Complementary color
Monochromatic Colors of #8977B9
Black with #8977B9
Text Example
Text Example
White with #8977B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8977B9; }
p { color: rgb(137,119,185); }
H1.HeaderClassName
{
color: #8977B9;
}
.AnyTagClassName
{
color: #8977B9;
}
</style>
background-color css
<style>
a { background-color: #8977B9; }
a { background-color: rgb(137,119,185); }
div.DivClassName
{
background-color: #8977B9;
}
.BgClassName
{
background-color: #8977B9;
}
</style>
border-color css
<style>
span { border-color: #8977B9; }
span { border-color: rgb(137,119,185); }
td.TdClassName
{
border-color: #8977B9;
}
.TagClassName
{
border-color: #8977B9;
}
</style>