Shades of True V #8E6ECC
Tints of True V #8E6ECC
RGB
CMYK
RGB Variations
Color information
#8E6ECC (or 0x8E6ECC) is known color: True V. HEX triplet: 8E, 6E and CC. RGB value is (142,110,204). Sum of RGB (Red+Green+Blue) = 142+110+204=456 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.14% from 456); Green value is 110 (43.36% from 255 or 24.12% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #8E6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6ECC is #719133. Grayscale: #818181. Windows color (decimal): -7442740 or 13397646. OLE color: 13397646.
HSL color Cylindrical-coordinate representation of color #8E6ECC: hue angle of 260.43º 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 #8E6ECC is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 142 | 110 | 204 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.2 |
| HSL | 260.43º | 0.48% | 0.62% | - |
| HSV(B) | 260.43º | 0.46% | 0.8% | - |
| XYZ | 27.63 | 21.26 | 59.77 | - |
| YUV | 130.28 | 169.6 | 136.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 110 | 204 | 0.30 | 0.46 | 0 | 0.2 | 260.43 | 0.48 | 0.62 |
| Hex | 8E | 6E | CC | 1E | 2E | 0 | 14 | 104 | 30 | 3E |
| Octal | 216 | 156 | 314 | 36 | 56 | 0 | 24 | 404 | 60 | 76 |
| Binary | 10001110 | 1101110 | 11001100 | 11110 | 101110 | 0 | 10100 | 100000100 | 110000 | 111110 |
Color Harmonies of #8E6ECC
Complementary color
Monochromatic Colors of #8E6ECC
Black with #8E6ECC
Text Example
Text Example
White with #8E6ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6ECC; }
p { color: rgb(142,110,204); }
H1.HeaderClassName
{
color: #8E6ECC;
}
.AnyTagClassName
{
color: #8E6ECC;
}
</style>
background-color css
<style>
a { background-color: #8E6ECC; }
a { background-color: rgb(142,110,204); }
div.DivClassName
{
background-color: #8E6ECC;
}
.BgClassName
{
background-color: #8E6ECC;
}
</style>
border-color css
<style>
span { border-color: #8E6ECC; }
span { border-color: rgb(142,110,204); }
td.TdClassName
{
border-color: #8E6ECC;
}
.TagClassName
{
border-color: #8E6ECC;
}
</style>