Shades of True V #8C6EC6
Tints of True V #8C6EC6
RGB
CMYK
RGB Variations
Color information
#8C6EC6 (or 0x8C6EC6) is known color: True V. HEX triplet: 8C, 6E and C6. RGB value is (140,110,198). Sum of RGB (Red+Green+Blue) = 140+110+198=448 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.25% from 448); Green value is 110 (43.36% from 255 or 24.55% from 448); Blue value is 198 (77.73% from 255 or 44.20% from 448); Max value from RGB is 198 - color contains mainly: blue. Hex color #8C6EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6EC6 is #739139. Grayscale: #808080. Windows color (decimal): -7573818 or 13004428. OLE color: 13004428.
HSL color Cylindrical-coordinate representation of color #8C6EC6: hue angle of 260.45º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C6EC6 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 110 | 198 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.22 |
| HSL | 260.45º | 0.44% | 0.6% | - |
| HSV(B) | 260.45º | 0.44% | 0.78% | - |
| XYZ | 26.58 | 20.8 | 56.04 | - |
| YUV | 129 | 166.94 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 198 | 0.29 | 0.44 | 0 | 0.22 | 260.45 | 0.44 | 0.6 |
| Hex | 8C | 6E | C6 | 1D | 2C | 0 | 16 | 104 | 2C | 3C |
| Octal | 214 | 156 | 306 | 35 | 54 | 0 | 26 | 404 | 54 | 74 |
| Binary | 10001100 | 1101110 | 11000110 | 11101 | 101100 | 0 | 10110 | 100000100 | 101100 | 111100 |
Color Harmonies of #8C6EC6
Complementary color
Monochromatic Colors of #8C6EC6
Black with #8C6EC6
Text Example
Text Example
White with #8C6EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6EC6; }
p { color: rgb(140,110,198); }
H1.HeaderClassName
{
color: #8C6EC6;
}
.AnyTagClassName
{
color: #8C6EC6;
}
</style>
background-color css
<style>
a { background-color: #8C6EC6; }
a { background-color: rgb(140,110,198); }
div.DivClassName
{
background-color: #8C6EC6;
}
.BgClassName
{
background-color: #8C6EC6;
}
</style>
border-color css
<style>
span { border-color: #8C6EC6; }
span { border-color: rgb(140,110,198); }
td.TdClassName
{
border-color: #8C6EC6;
}
.TagClassName
{
border-color: #8C6EC6;
}
</style>