Shades of True V #8971BE
Tints of True V #8971BE
RGB
CMYK
RGB Variations
Color information
#8971BE (or 0x8971BE) is known color: True V. HEX triplet: 89, 71 and BE. RGB value is (137,113,190). Sum of RGB (Red+Green+Blue) = 137+113+190=440 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.14% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 190 (74.61% from 255 or 43.18% from 440); Max value from RGB is 190 - color contains mainly: blue. Hex color #8971BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8971BE is #768E41. Grayscale: #808080. Windows color (decimal): -7769666 or 12480905. OLE color: 12480905.
HSL color Cylindrical-coordinate representation of color #8971BE: hue angle of 258.7º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8971BE is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 137 | 113 | 190 | - |
| CMYK | 0.28 | 0.41 | 0 | 0.25 |
| HSL | 258.7º | 0.37% | 0.59% | - |
| HSV(B) | 258.7º | 0.41% | 0.75% | - |
| XYZ | 25.52 | 20.85 | 51.39 | - |
| YUV | 128.95 | 162.45 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 190 | 0.28 | 0.41 | 0 | 0.25 | 258.7 | 0.37 | 0.59 |
| Hex | 89 | 71 | BE | 1C | 29 | 0 | 19 | 103 | 25 | 3B |
| Octal | 211 | 161 | 276 | 34 | 51 | 0 | 31 | 403 | 45 | 73 |
| Binary | 10001001 | 1110001 | 10111110 | 11100 | 101001 | 0 | 11001 | 100000011 | 100101 | 111011 |
Color Harmonies of #8971BE
Complementary color
Monochromatic Colors of #8971BE
Black with #8971BE
Text Example
Text Example
White with #8971BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8971BE; }
p { color: rgb(137,113,190); }
H1.HeaderClassName
{
color: #8971BE;
}
.AnyTagClassName
{
color: #8971BE;
}
</style>
background-color css
<style>
a { background-color: #8971BE; }
a { background-color: rgb(137,113,190); }
div.DivClassName
{
background-color: #8971BE;
}
.BgClassName
{
background-color: #8971BE;
}
</style>
border-color css
<style>
span { border-color: #8971BE; }
span { border-color: rgb(137,113,190); }
td.TdClassName
{
border-color: #8971BE;
}
.TagClassName
{
border-color: #8971BE;
}
</style>