Shades of True V #8971B7
Tints of True V #8971B7
RGB
CMYK
RGB Variations
Color information
#8971B7 (or 0x8971B7) is known color: True V. HEX triplet: 89, 71 and B7. RGB value is (137,113,183). Sum of RGB (Red+Green+Blue) = 137+113+183=433 (57% of max value = 765). Red value is 137 (53.91% from 255 or 31.64% from 433); Green value is 113 (44.53% from 255 or 26.10% from 433); Blue value is 183 (71.88% from 255 or 42.26% from 433); Max value from RGB is 183 - color contains mainly: blue. Hex color #8971B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8971B7 is #768E48. Grayscale: #7F7F7F. Windows color (decimal): -7769673 or 12022153. OLE color: 12022153.
HSL color Cylindrical-coordinate representation of color #8971B7: hue angle of 260.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8971B7 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 137 | 113 | 183 | - |
| CMYK | 0.25 | 0.38 | 0 | 0.28 |
| HSL | 260.57º | 0.33% | 0.58% | - |
| HSV(B) | 260.57º | 0.38% | 0.72% | - |
| XYZ | 24.77 | 20.55 | 47.46 | - |
| YUV | 128.16 | 158.95 | 134.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 183 | 0.25 | 0.38 | 0 | 0.28 | 260.57 | 0.33 | 0.58 |
| Hex | 89 | 71 | B7 | 19 | 26 | 0 | 1C | 105 | 21 | 3A |
| Octal | 211 | 161 | 267 | 31 | 46 | 0 | 34 | 405 | 41 | 72 |
| Binary | 10001001 | 1110001 | 10110111 | 11001 | 100110 | 0 | 11100 | 100000101 | 100001 | 111010 |
Color Harmonies of #8971B7
Complementary color
Monochromatic Colors of #8971B7
Black with #8971B7
Text Example
Text Example
White with #8971B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8971B7; }
p { color: rgb(137,113,183); }
H1.HeaderClassName
{
color: #8971B7;
}
.AnyTagClassName
{
color: #8971B7;
}
</style>
background-color css
<style>
a { background-color: #8971B7; }
a { background-color: rgb(137,113,183); }
div.DivClassName
{
background-color: #8971B7;
}
.BgClassName
{
background-color: #8971B7;
}
</style>
border-color css
<style>
span { border-color: #8971B7; }
span { border-color: rgb(137,113,183); }
td.TdClassName
{
border-color: #8971B7;
}
.TagClassName
{
border-color: #8971B7;
}
</style>