Shades of True V #8D6CC2
Tints of True V #8D6CC2
RGB
CMYK
RGB Variations
Color information
#8D6CC2 (or 0x8D6CC2) is known color: True V. HEX triplet: 8D, 6C and C2. RGB value is (141,108,194). Sum of RGB (Red+Green+Blue) = 141+108+194=443 (58% of max value = 765). Red value is 141 (55.47% from 255 or 31.83% from 443); Green value is 108 (42.58% from 255 or 24.38% from 443); Blue value is 194 (76.17% from 255 or 43.79% from 443); Max value from RGB is 194 - color contains mainly: blue. Hex color #8D6CC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6CC2 is #72933D. Grayscale: #7F7F7F. Windows color (decimal): -7508798 or 12741773. OLE color: 12741773.
HSL color Cylindrical-coordinate representation of color #8D6CC2: hue angle of 263.02º 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 #8D6CC2 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 141 | 108 | 194 | - |
| CMYK | 0.27 | 0.44 | 0 | 0.24 |
| HSL | 263.02º | 0.41% | 0.59% | - |
| HSV(B) | 263.02º | 0.44% | 0.76% | - |
| XYZ | 26.08 | 20.28 | 53.58 | - |
| YUV | 127.67 | 165.43 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 108 | 194 | 0.27 | 0.44 | 0 | 0.24 | 263.02 | 0.41 | 0.59 |
| Hex | 8D | 6C | C2 | 1B | 2C | 0 | 18 | 107 | 29 | 3B |
| Octal | 215 | 154 | 302 | 33 | 54 | 0 | 30 | 407 | 51 | 73 |
| Binary | 10001101 | 1101100 | 11000010 | 11011 | 101100 | 0 | 11000 | 100000111 | 101001 | 111011 |
Color Harmonies of #8D6CC2
Complementary color
Monochromatic Colors of #8D6CC2
Black with #8D6CC2
Text Example
Text Example
White with #8D6CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6CC2; }
p { color: rgb(141,108,194); }
H1.HeaderClassName
{
color: #8D6CC2;
}
.AnyTagClassName
{
color: #8D6CC2;
}
</style>
background-color css
<style>
a { background-color: #8D6CC2; }
a { background-color: rgb(141,108,194); }
div.DivClassName
{
background-color: #8D6CC2;
}
.BgClassName
{
background-color: #8D6CC2;
}
</style>
border-color css
<style>
span { border-color: #8D6CC2; }
span { border-color: rgb(141,108,194); }
td.TdClassName
{
border-color: #8D6CC2;
}
.TagClassName
{
border-color: #8D6CC2;
}
</style>