Shades of True V #8D71BE
Tints of True V #8D71BE
RGB
CMYK
RGB Variations
Color information
#8D71BE (or 0x8D71BE) is known color: True V. HEX triplet: 8D, 71 and BE. RGB value is (141,113,190). Sum of RGB (Red+Green+Blue) = 141+113+190=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D71BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D71BE is #728E41. Grayscale: #818181. Windows color (decimal): -7507522 or 12480909. OLE color: 12480909.
HSL color Cylindrical-coordinate representation of color #8D71BE: hue angle of 261.82º 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 #8D71BE is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 113 | 190 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.25 |
| HSL | 261.82º | 0.37% | 0.59% | - |
| HSV(B) | 261.82º | 0.41% | 0.75% | - |
| XYZ | 26.18 | 21.19 | 51.43 | - |
| YUV | 130.15 | 161.78 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 113 | 190 | 0.26 | 0.41 | 0 | 0.25 | 261.82 | 0.37 | 0.59 |
| Hex | 8D | 71 | BE | 1A | 29 | 0 | 19 | 106 | 25 | 3B |
| Octal | 215 | 161 | 276 | 32 | 51 | 0 | 31 | 406 | 45 | 73 |
| Binary | 10001101 | 1110001 | 10111110 | 11010 | 101001 | 0 | 11001 | 100000110 | 100101 | 111011 |
Color Harmonies of #8D71BE
Complementary color
Monochromatic Colors of #8D71BE
Black with #8D71BE
Text Example
Text Example
White with #8D71BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D71BE; }
p { color: rgb(141,113,190); }
H1.HeaderClassName
{
color: #8D71BE;
}
.AnyTagClassName
{
color: #8D71BE;
}
</style>
background-color css
<style>
a { background-color: #8D71BE; }
a { background-color: rgb(141,113,190); }
div.DivClassName
{
background-color: #8D71BE;
}
.BgClassName
{
background-color: #8D71BE;
}
</style>
border-color css
<style>
span { border-color: #8D71BE; }
span { border-color: rgb(141,113,190); }
td.TdClassName
{
border-color: #8D71BE;
}
.TagClassName
{
border-color: #8D71BE;
}
</style>