Shades of True V #8D6ECC
Tints of True V #8D6ECC
RGB
CMYK
RGB Variations
Color information
#8D6ECC (or 0x8D6ECC) is known color: True V. HEX triplet: 8D, 6E and CC. RGB value is (141,110,204). Sum of RGB (Red+Green+Blue) = 141+110+204=455 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.99% from 455); Green value is 110 (43.36% from 255 or 24.18% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6ECC is #729133. Grayscale: #818181. Windows color (decimal): -7508276 or 13397645. OLE color: 13397645.
HSL color Cylindrical-coordinate representation of color #8D6ECC: hue angle of 259.79º 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 #8D6ECC is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 110 | 204 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.2 |
| HSL | 259.79º | 0.48% | 0.62% | - |
| HSV(B) | 259.79º | 0.46% | 0.8% | - |
| XYZ | 27.46 | 21.17 | 59.77 | - |
| YUV | 129.99 | 169.77 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 110 | 204 | 0.31 | 0.46 | 0 | 0.2 | 259.79 | 0.48 | 0.62 |
| Hex | 8D | 6E | CC | 1F | 2E | 0 | 14 | 104 | 30 | 3E |
| Octal | 215 | 156 | 314 | 37 | 56 | 0 | 24 | 404 | 60 | 76 |
| Binary | 10001101 | 1101110 | 11001100 | 11111 | 101110 | 0 | 10100 | 100000100 | 110000 | 111110 |
Color Harmonies of #8D6ECC
Complementary color
Monochromatic Colors of #8D6ECC
Black with #8D6ECC
Text Example
Text Example
White with #8D6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D6ECC; }
p { color: rgb(141,110,204); }
H1.HeaderClassName
{
color: #8D6ECC;
}
.AnyTagClassName
{
color: #8D6ECC;
}
</style>
background-color css
<style>
a { background-color: #8D6ECC; }
a { background-color: rgb(141,110,204); }
div.DivClassName
{
background-color: #8D6ECC;
}
.BgClassName
{
background-color: #8D6ECC;
}
</style>
border-color css
<style>
span { border-color: #8D6ECC; }
span { border-color: rgb(141,110,204); }
td.TdClassName
{
border-color: #8D6ECC;
}
.TagClassName
{
border-color: #8D6ECC;
}
</style>