Shades of True V #8C6ECC
Tints of True V #8C6ECC
RGB
CMYK
RGB Variations
Color information
#8C6ECC (or 0x8C6ECC) is known color: True V. HEX triplet: 8C, 6E and CC. RGB value is (140,110,204). Sum of RGB (Red+Green+Blue) = 140+110+204=454 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.84% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C6ECC is #739133. Grayscale: #818181. Windows color (decimal): -7573812 or 13397644. OLE color: 13397644.
HSL color Cylindrical-coordinate representation of color #8C6ECC: hue angle of 259.15º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C6ECC is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 110 | 204 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.2 |
| HSL | 259.15º | 0.48% | 0.62% | - |
| HSV(B) | 259.15º | 0.46% | 0.8% | - |
| XYZ | 27.29 | 21.09 | 59.76 | - |
| YUV | 129.69 | 169.94 | 135.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 110 | 204 | 0.31 | 0.46 | 0 | 0.2 | 259.15 | 0.48 | 0.62 |
| Hex | 8C | 6E | CC | 1F | 2E | 0 | 14 | 103 | 30 | 3E |
| Octal | 214 | 156 | 314 | 37 | 56 | 0 | 24 | 403 | 60 | 76 |
| Binary | 10001100 | 1101110 | 11001100 | 11111 | 101110 | 0 | 10100 | 100000011 | 110000 | 111110 |
Color Harmonies of #8C6ECC
Complementary color
Monochromatic Colors of #8C6ECC
Black with #8C6ECC
Text Example
Text Example
White with #8C6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6ECC; }
p { color: rgb(140,110,204); }
H1.HeaderClassName
{
color: #8C6ECC;
}
.AnyTagClassName
{
color: #8C6ECC;
}
</style>
background-color css
<style>
a { background-color: #8C6ECC; }
a { background-color: rgb(140,110,204); }
div.DivClassName
{
background-color: #8C6ECC;
}
.BgClassName
{
background-color: #8C6ECC;
}
</style>
border-color css
<style>
span { border-color: #8C6ECC; }
span { border-color: rgb(140,110,204); }
td.TdClassName
{
border-color: #8C6ECC;
}
.TagClassName
{
border-color: #8C6ECC;
}
</style>