Shades of True V #8D6DC2
Tints of True V #8D6DC2
RGB
CMYK
RGB Variations
Color information
#8D6DC2 (or 0x8D6DC2) is known color: True V. HEX triplet: 8D, 6D and C2. RGB value is (141,109,194). Sum of RGB (Red+Green+Blue) = 141+109+194=444 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.76% from 444); Green value is 109 (42.97% from 255 or 24.55% from 444); Blue value is 194 (76.17% from 255 or 43.69% from 444); Max value from RGB is 194 - color contains mainly: blue. Hex color #8D6DC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DC2 is #72923D. Grayscale: #7F7F7F. Windows color (decimal): -7508542 or 12742029. OLE color: 12742029.
HSL color Cylindrical-coordinate representation of color #8D6DC2: hue angle of 262.59º degrees, saturation: 0.41, 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 #8D6DC2 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 109 | 194 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.24 |
| HSL | 262.59º | 0.41% | 0.59% | - |
| HSV(B) | 262.59º | 0.44% | 0.76% | - |
| XYZ | 26.19 | 20.5 | 53.61 | - |
| YUV | 128.26 | 165.1 | 137.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 194 | 0.27 | 0.44 | 0 | 0.24 | 262.59 | 0.41 | 0.59 |
| Hex | 8D | 6D | C2 | 1B | 2C | 0 | 18 | 107 | 29 | 3B |
| Octal | 215 | 155 | 302 | 33 | 54 | 0 | 30 | 407 | 51 | 73 |
| Binary | 10001101 | 1101101 | 11000010 | 11011 | 101100 | 0 | 11000 | 100000111 | 101001 | 111011 |
Color Harmonies of #8D6DC2
Complementary color
Monochromatic Colors of #8D6DC2
Black with #8D6DC2
Text Example
Text Example
White with #8D6DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6DC2; }
p { color: rgb(141,109,194); }
H1.HeaderClassName
{
color: #8D6DC2;
}
.AnyTagClassName
{
color: #8D6DC2;
}
</style>
background-color css
<style>
a { background-color: #8D6DC2; }
a { background-color: rgb(141,109,194); }
div.DivClassName
{
background-color: #8D6DC2;
}
.BgClassName
{
background-color: #8D6DC2;
}
</style>
border-color css
<style>
span { border-color: #8D6DC2; }
span { border-color: rgb(141,109,194); }
td.TdClassName
{
border-color: #8D6DC2;
}
.TagClassName
{
border-color: #8D6DC2;
}
</style>