Shades of True V #8971D0
Tints of True V #8971D0
RGB
CMYK
RGB Variations
Color information
#8971D0 (or 0x8971D0) is known color: True V. HEX triplet: 89, 71 and D0. RGB value is (137,113,208). Sum of RGB (Red+Green+Blue) = 137+113+208=458 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.91% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 208 (81.64% from 255 or 45.41% from 458); Max value from RGB is 208 - color contains mainly: blue. Hex color #8971D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8971D0 is #768E2F. Grayscale: #828282. Windows color (decimal): -7769648 or 13660553. OLE color: 13660553.
HSL color Cylindrical-coordinate representation of color #8971D0: hue angle of 255.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8971D0 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 113 | 208 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.18 |
| HSL | 255.16º | 0.5% | 0.63% | - |
| HSV(B) | 255.16º | 0.46% | 0.82% | - |
| XYZ | 27.61 | 21.68 | 62.4 | - |
| YUV | 131.01 | 171.45 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 113 | 208 | 0.34 | 0.46 | 0 | 0.18 | 255.16 | 0.5 | 0.63 |
| Hex | 89 | 71 | D0 | 22 | 2E | 0 | 12 | FF | 32 | 3F |
| Octal | 211 | 161 | 320 | 42 | 56 | 0 | 22 | 377 | 62 | 77 |
| Binary | 10001001 | 1110001 | 11010000 | 100010 | 101110 | 0 | 10010 | 11111111 | 110010 | 111111 |
Color Harmonies of #8971D0
Complementary color
Monochromatic Colors of #8971D0
Black with #8971D0
Text Example
Text Example
White with #8971D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8971D0; }
p { color: rgb(137,113,208); }
H1.HeaderClassName
{
color: #8971D0;
}
.AnyTagClassName
{
color: #8971D0;
}
</style>
background-color css
<style>
a { background-color: #8971D0; }
a { background-color: rgb(137,113,208); }
div.DivClassName
{
background-color: #8971D0;
}
.BgClassName
{
background-color: #8971D0;
}
</style>
border-color css
<style>
span { border-color: #8971D0; }
span { border-color: rgb(137,113,208); }
td.TdClassName
{
border-color: #8971D0;
}
.TagClassName
{
border-color: #8971D0;
}
</style>