Shades of True V #8977BC
Tints of True V #8977BC
RGB
CMYK
RGB Variations
Color information
#8977BC (or 0x8977BC) is known color: True V. HEX triplet: 89, 77 and BC. RGB value is (137,119,188). Sum of RGB (Red+Green+Blue) = 137+119+188=444 (58% of max value = 765). Red value is 137 (53.91% from 255 or 30.86% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #8977BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8977BC is #768843. Grayscale: #838383. Windows color (decimal): -7768132 or 12351369. OLE color: 12351369.
HSL color Cylindrical-coordinate representation of color #8977BC: hue angle of 255.65º degrees, saturation: 0.34, 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 #8977BC is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 137 | 119 | 188 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.26 |
| HSL | 255.65º | 0.34% | 0.6% | - |
| HSV(B) | 255.65º | 0.37% | 0.74% | - |
| XYZ | 25.99 | 22.14 | 50.48 | - |
| YUV | 132.25 | 159.46 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 119 | 188 | 0.27 | 0.37 | 0 | 0.26 | 255.65 | 0.34 | 0.6 |
| Hex | 89 | 77 | BC | 1B | 25 | 0 | 1A | 100 | 22 | 3C |
| Octal | 211 | 167 | 274 | 33 | 45 | 0 | 32 | 400 | 42 | 74 |
| Binary | 10001001 | 1110111 | 10111100 | 11011 | 100101 | 0 | 11010 | 100000000 | 100010 | 111100 |
Color Harmonies of #8977BC
Complementary color
Monochromatic Colors of #8977BC
Black with #8977BC
Text Example
Text Example
White with #8977BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8977BC; }
p { color: rgb(137,119,188); }
H1.HeaderClassName
{
color: #8977BC;
}
.AnyTagClassName
{
color: #8977BC;
}
</style>
background-color css
<style>
a { background-color: #8977BC; }
a { background-color: rgb(137,119,188); }
div.DivClassName
{
background-color: #8977BC;
}
.BgClassName
{
background-color: #8977BC;
}
</style>
border-color css
<style>
span { border-color: #8977BC; }
span { border-color: rgb(137,119,188); }
td.TdClassName
{
border-color: #8977BC;
}
.TagClassName
{
border-color: #8977BC;
}
</style>