Shades of True V #8D6FD1
Tints of True V #8D6FD1
RGB
CMYK
RGB Variations
Color information
#8D6FD1 (or 0x8D6FD1) is known color: True V. HEX triplet: 8D, 6F and D1. RGB value is (141,111,209). Sum of RGB (Red+Green+Blue) = 141+111+209=461 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.59% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 209 (82.03% from 255 or 45.34% from 461); Max value from RGB is 209 - color contains mainly: blue. Hex color #8D6FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6FD1 is #72902E. Grayscale: #828282. Windows color (decimal): -7508015 or 13725581. OLE color: 13725581.
HSL color Cylindrical-coordinate representation of color #8D6FD1: hue angle of 258.37º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D6FD1 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 141 | 111 | 209 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.18 |
| HSL | 258.37º | 0.52% | 0.63% | - |
| HSV(B) | 258.37º | 0.47% | 0.82% | - |
| XYZ | 28.18 | 21.64 | 63.01 | - |
| YUV | 131.14 | 171.94 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 111 | 209 | 0.33 | 0.47 | 0 | 0.18 | 258.37 | 0.52 | 0.63 |
| Hex | 8D | 6F | D1 | 21 | 2F | 0 | 12 | 102 | 34 | 3F |
| Octal | 215 | 157 | 321 | 41 | 57 | 0 | 22 | 402 | 64 | 77 |
| Binary | 10001101 | 1101111 | 11010001 | 100001 | 101111 | 0 | 10010 | 100000010 | 110100 | 111111 |
Color Harmonies of #8D6FD1
Complementary color
Monochromatic Colors of #8D6FD1
Black with #8D6FD1
Text Example
Text Example
White with #8D6FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6FD1; }
p { color: rgb(141,111,209); }
H1.HeaderClassName
{
color: #8D6FD1;
}
.AnyTagClassName
{
color: #8D6FD1;
}
</style>
background-color css
<style>
a { background-color: #8D6FD1; }
a { background-color: rgb(141,111,209); }
div.DivClassName
{
background-color: #8D6FD1;
}
.BgClassName
{
background-color: #8D6FD1;
}
</style>
border-color css
<style>
span { border-color: #8D6FD1; }
span { border-color: rgb(141,111,209); }
td.TdClassName
{
border-color: #8D6FD1;
}
.TagClassName
{
border-color: #8D6FD1;
}
</style>