Shades of True V #8E6ACB
Tints of True V #8E6ACB
RGB
CMYK
RGB Variations
Color information
#8E6ACB (or 0x8E6ACB) is known color: True V. HEX triplet: 8E, 6A and CB. RGB value is (142,106,203). Sum of RGB (Red+Green+Blue) = 142+106+203=451 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.49% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E6ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6ACB is #719534. Grayscale: #7F7F7F. Windows color (decimal): -7443765 or 13331086. OLE color: 13331086.
HSL color Cylindrical-coordinate representation of color #8E6ACB: hue angle of 262.27º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8E6ACB is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 106 | 203 | - |
| CMYK | 0.30 | 0.48 | 0 | 0.20 |
| HSL | 262.27º | 0.48% | 0.61% | - |
| HSV(B) | 262.27º | 0.48% | 0.8% | - |
| XYZ | 27.09 | 20.37 | 59 | - |
| YUV | 127.82 | 170.43 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 106 | 203 | 0.30 | 0.48 | 0 | 0.20 | 262.27 | 0.48 | 0.61 |
| Hex | 8E | 6A | CB | 1E | 30 | 0 | 14 | 106 | 30 | 3D |
| Octal | 216 | 152 | 313 | 36 | 60 | 0 | 24 | 406 | 60 | 75 |
| Binary | 10001110 | 1101010 | 11001011 | 11110 | 110000 | 0 | 10100 | 100000110 | 110000 | 111101 |
Color Harmonies of #8E6ACB
Complementary color
Monochromatic Colors of #8E6ACB
Black with #8E6ACB
Text Example
Text Example
White with #8E6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6ACB; }
p { color: rgb(142,106,203); }
H1.HeaderClassName
{
color: #8E6ACB;
}
.AnyTagClassName
{
color: #8E6ACB;
}
</style>
background-color css
<style>
a { background-color: #8E6ACB; }
a { background-color: rgb(142,106,203); }
div.DivClassName
{
background-color: #8E6ACB;
}
.BgClassName
{
background-color: #8E6ACB;
}
</style>
border-color css
<style>
span { border-color: #8E6ACB; }
span { border-color: rgb(142,106,203); }
td.TdClassName
{
border-color: #8E6ACB;
}
.TagClassName
{
border-color: #8E6ACB;
}
</style>