Shades of True V #8C6ED1
Tints of True V #8C6ED1
RGB
CMYK
RGB Variations
Color information
#8C6ED1 (or 0x8C6ED1) is known color: True V. HEX triplet: 8C, 6E and D1. RGB value is (140,110,209). Sum of RGB (Red+Green+Blue) = 140+110+209=459 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.50% from 459); Green value is 110 (43.36% from 255 or 23.97% 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 #8C6ED1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6ED1 is #73912E. Grayscale: #818181. Windows color (decimal): -7573807 or 13725324. OLE color: 13725324.
HSL color Cylindrical-coordinate representation of color #8C6ED1: hue angle of 258.18º 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 #8C6ED1 is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 140 | 110 | 209 | - |
| CMYK | 0.33 | 0.47 | 0 | 0.18 |
| HSL | 258.18º | 0.52% | 0.63% | - |
| HSV(B) | 258.18º | 0.47% | 0.82% | - |
| XYZ | 27.9 | 21.33 | 62.97 | - |
| YUV | 130.26 | 172.44 | 134.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 209 | 0.33 | 0.47 | 0 | 0.18 | 258.18 | 0.52 | 0.63 |
| Hex | 8C | 6E | D1 | 21 | 2F | 0 | 12 | 102 | 34 | 3F |
| Octal | 214 | 156 | 321 | 41 | 57 | 0 | 22 | 402 | 64 | 77 |
| Binary | 10001100 | 1101110 | 11010001 | 100001 | 101111 | 0 | 10010 | 100000010 | 110100 | 111111 |
Color Harmonies of #8C6ED1
Complementary color
Monochromatic Colors of #8C6ED1
Black with #8C6ED1
Text Example
Text Example
White with #8C6ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6ED1; }
p { color: rgb(140,110,209); }
H1.HeaderClassName
{
color: #8C6ED1;
}
.AnyTagClassName
{
color: #8C6ED1;
}
</style>
background-color css
<style>
a { background-color: #8C6ED1; }
a { background-color: rgb(140,110,209); }
div.DivClassName
{
background-color: #8C6ED1;
}
.BgClassName
{
background-color: #8C6ED1;
}
</style>
border-color css
<style>
span { border-color: #8C6ED1; }
span { border-color: rgb(140,110,209); }
td.TdClassName
{
border-color: #8C6ED1;
}
.TagClassName
{
border-color: #8C6ED1;
}
</style>