Shades of True V #8D72BE
Tints of True V #8D72BE
RGB
CMYK
RGB Variations
Color information
#8D72BE (or 0x8D72BE) is known color: True V. HEX triplet: 8D, 72 and BE. RGB value is (141,114,190). Sum of RGB (Red+Green+Blue) = 141+114+190=445 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.69% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 190 (74.61% from 255 or 42.70% from 445); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D72BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D72BE is #728D41. Grayscale: #828282. Windows color (decimal): -7507266 or 12481165. OLE color: 12481165.
HSL color Cylindrical-coordinate representation of color #8D72BE: hue angle of 261.32º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D72BE is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 114 | 190 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.25 |
| HSL | 261.32º | 0.37% | 0.6% | - |
| HSV(B) | 261.32º | 0.4% | 0.75% | - |
| XYZ | 26.3 | 21.42 | 51.46 | - |
| YUV | 130.74 | 161.45 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 114 | 190 | 0.26 | 0.40 | 0 | 0.25 | 261.32 | 0.37 | 0.6 |
| Hex | 8D | 72 | BE | 1A | 28 | 0 | 19 | 105 | 25 | 3C |
| Octal | 215 | 162 | 276 | 32 | 50 | 0 | 31 | 405 | 45 | 74 |
| Binary | 10001101 | 1110010 | 10111110 | 11010 | 101000 | 0 | 11001 | 100000101 | 100101 | 111100 |
Color Harmonies of #8D72BE
Complementary color
Monochromatic Colors of #8D72BE
Black with #8D72BE
Text Example
Text Example
White with #8D72BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D72BE; }
p { color: rgb(141,114,190); }
H1.HeaderClassName
{
color: #8D72BE;
}
.AnyTagClassName
{
color: #8D72BE;
}
</style>
background-color css
<style>
a { background-color: #8D72BE; }
a { background-color: rgb(141,114,190); }
div.DivClassName
{
background-color: #8D72BE;
}
.BgClassName
{
background-color: #8D72BE;
}
</style>
border-color css
<style>
span { border-color: #8D72BE; }
span { border-color: rgb(141,114,190); }
td.TdClassName
{
border-color: #8D72BE;
}
.TagClassName
{
border-color: #8D72BE;
}
</style>