Shades of True V #8977BD
Tints of True V #8977BD
RGB
CMYK
RGB Variations
Color information
#8977BD (or 0x8977BD) is known color: True V. HEX triplet: 89, 77 and BD. RGB value is (137,119,189). Sum of RGB (Red+Green+Blue) = 137+119+189=445 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.79% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #8977BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977BD is #768842. Grayscale: #848484. Windows color (decimal): -7768131 or 12416905. OLE color: 12416905.
HSL color Cylindrical-coordinate representation of color #8977BD: hue angle of 255.43º 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 #8977BD is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 119 | 189 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.26 |
| HSL | 255.43º | 0.35% | 0.6% | - |
| HSV(B) | 255.43º | 0.37% | 0.74% | - |
| XYZ | 26.1 | 22.19 | 51.05 | - |
| YUV | 132.36 | 159.96 | 131.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 189 | 0.28 | 0.37 | 0 | 0.26 | 255.43 | 0.35 | 0.6 |
| Hex | 89 | 77 | BD | 1C | 25 | 0 | 1A | FF | 23 | 3C |
| Octal | 211 | 167 | 275 | 34 | 45 | 0 | 32 | 377 | 43 | 74 |
| Binary | 10001001 | 1110111 | 10111101 | 11100 | 100101 | 0 | 11010 | 11111111 | 100011 | 111100 |
Color Harmonies of #8977BD
Complementary color
Monochromatic Colors of #8977BD
Black with #8977BD
Text Example
Text Example
White with #8977BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8977BD; }
p { color: rgb(137,119,189); }
H1.HeaderClassName
{
color: #8977BD;
}
.AnyTagClassName
{
color: #8977BD;
}
</style>
background-color css
<style>
a { background-color: #8977BD; }
a { background-color: rgb(137,119,189); }
div.DivClassName
{
background-color: #8977BD;
}
.BgClassName
{
background-color: #8977BD;
}
</style>
border-color css
<style>
span { border-color: #8977BD; }
span { border-color: rgb(137,119,189); }
td.TdClassName
{
border-color: #8977BD;
}
.TagClassName
{
border-color: #8977BD;
}
</style>