Shades of True V #8D6DD1
Tints of True V #8D6DD1
RGB
CMYK
RGB Variations
Color information
#8D6DD1 (or 0x8D6DD1) is known color: True V. HEX triplet: 8D, 6D and D1. RGB value is (141,109,209). Sum of RGB (Red+Green+Blue) = 141+109+209=459 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.72% from 459); Green value is 109 (42.97% from 255 or 23.75% from 459); Blue value is 209 (82.03% from 255 or 45.53% from 459); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D6DD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6DD1 is #72922E. Grayscale: #818181. Windows color (decimal): -7508527 or 13725069. OLE color: 13725069.
HSL color Cylindrical-coordinate representation of color #8D6DD1: hue angle of 259.2º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D6DD1 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 109 | 209 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.18 |
| HSL | 259.2º | 0.52% | 0.62% | - |
| HSV(B) | 259.2º | 0.48% | 0.82% | - |
| XYZ | 27.96 | 21.2 | 62.94 | - |
| YUV | 129.97 | 172.6 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 109 | 209 | 0.33 | 0.48 | 0 | 0.18 | 259.2 | 0.52 | 0.62 |
| Hex | 8D | 6D | D1 | 21 | 30 | 0 | 12 | 103 | 34 | 3E |
| Octal | 215 | 155 | 321 | 41 | 60 | 0 | 22 | 403 | 64 | 76 |
| Binary | 10001101 | 1101101 | 11010001 | 100001 | 110000 | 0 | 10010 | 100000011 | 110100 | 111110 |
Color Harmonies of #8D6DD1
Complementary color
Monochromatic Colors of #8D6DD1
Black with #8D6DD1
Text Example
Text Example
White with #8D6DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6DD1; }
p { color: rgb(141,109,209); }
H1.HeaderClassName
{
color: #8D6DD1;
}
.AnyTagClassName
{
color: #8D6DD1;
}
</style>
background-color css
<style>
a { background-color: #8D6DD1; }
a { background-color: rgb(141,109,209); }
div.DivClassName
{
background-color: #8D6DD1;
}
.BgClassName
{
background-color: #8D6DD1;
}
</style>
border-color css
<style>
span { border-color: #8D6DD1; }
span { border-color: rgb(141,109,209); }
td.TdClassName
{
border-color: #8D6DD1;
}
.TagClassName
{
border-color: #8D6DD1;
}
</style>