Shades of True V #8D6EC1
Tints of True V #8D6EC1
RGB
CMYK
RGB Variations
Color information
#8D6EC1 (or 0x8D6EC1) is known color: True V. HEX triplet: 8D, 6E and C1. RGB value is (141,110,193). Sum of RGB (Red+Green+Blue) = 141+110+193=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 193 (75.78% from 255 or 43.47% from 444); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D6EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6EC1 is #72913E. Grayscale: #808080. Windows color (decimal): -7508287 or 12676749. OLE color: 12676749.
HSL color Cylindrical-coordinate representation of color #8D6EC1: hue angle of 262.41º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D6EC1 is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 110 | 193 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.24 |
| HSL | 262.41º | 0.4% | 0.59% | - |
| HSV(B) | 262.41º | 0.43% | 0.76% | - |
| XYZ | 26.19 | 20.66 | 53.06 | - |
| YUV | 128.73 | 164.27 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 193 | 0.27 | 0.43 | 0 | 0.24 | 262.41 | 0.4 | 0.59 |
| Hex | 8D | 6E | C1 | 1B | 2B | 0 | 18 | 106 | 28 | 3B |
| Octal | 215 | 156 | 301 | 33 | 53 | 0 | 30 | 406 | 50 | 73 |
| Binary | 10001101 | 1101110 | 11000001 | 11011 | 101011 | 0 | 11000 | 100000110 | 101000 | 111011 |
Color Harmonies of #8D6EC1
Complementary color
Monochromatic Colors of #8D6EC1
Black with #8D6EC1
Text Example
Text Example
White with #8D6EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6EC1; }
p { color: rgb(141,110,193); }
H1.HeaderClassName
{
color: #8D6EC1;
}
.AnyTagClassName
{
color: #8D6EC1;
}
</style>
background-color css
<style>
a { background-color: #8D6EC1; }
a { background-color: rgb(141,110,193); }
div.DivClassName
{
background-color: #8D6EC1;
}
.BgClassName
{
background-color: #8D6EC1;
}
</style>
border-color css
<style>
span { border-color: #8D6EC1; }
span { border-color: rgb(141,110,193); }
td.TdClassName
{
border-color: #8D6EC1;
}
.TagClassName
{
border-color: #8D6EC1;
}
</style>