Shades of True V #8D6DC1
Tints of True V #8D6DC1
RGB
CMYK
RGB Variations
Color information
#8D6DC1 (or 0x8D6DC1) is known color: True V. HEX triplet: 8D, 6D and C1. RGB value is (141,109,193). Sum of RGB (Red+Green+Blue) = 141+109+193=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 193 (75.78% from 255 or 43.57% from 443); Max value from RGB is 193 - color contains mainly: blue. Hex color #8D6DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DC1 is #72923E. Grayscale: #7F7F7F. Windows color (decimal): -7508543 or 12676493. OLE color: 12676493.
HSL color Cylindrical-coordinate representation of color #8D6DC1: hue angle of 262.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8D6DC1 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 109 | 193 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.24 |
| HSL | 262.86º | 0.4% | 0.59% | - |
| HSV(B) | 262.86º | 0.44% | 0.76% | - |
| XYZ | 26.08 | 20.45 | 53.02 | - |
| YUV | 128.14 | 164.6 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 193 | 0.27 | 0.44 | 0 | 0.24 | 262.86 | 0.4 | 0.59 |
| Hex | 8D | 6D | C1 | 1B | 2C | 0 | 18 | 107 | 28 | 3B |
| Octal | 215 | 155 | 301 | 33 | 54 | 0 | 30 | 407 | 50 | 73 |
| Binary | 10001101 | 1101101 | 11000001 | 11011 | 101100 | 0 | 11000 | 100000111 | 101000 | 111011 |
Color Harmonies of #8D6DC1
Complementary color
Monochromatic Colors of #8D6DC1
Black with #8D6DC1
Text Example
Text Example
White with #8D6DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6DC1; }
p { color: rgb(141,109,193); }
H1.HeaderClassName
{
color: #8D6DC1;
}
.AnyTagClassName
{
color: #8D6DC1;
}
</style>
background-color css
<style>
a { background-color: #8D6DC1; }
a { background-color: rgb(141,109,193); }
div.DivClassName
{
background-color: #8D6DC1;
}
.BgClassName
{
background-color: #8D6DC1;
}
</style>
border-color css
<style>
span { border-color: #8D6DC1; }
span { border-color: rgb(141,109,193); }
td.TdClassName
{
border-color: #8D6DC1;
}
.TagClassName
{
border-color: #8D6DC1;
}
</style>