Shades of True V #8E7ACB
Tints of True V #8E7ACB
RGB
CMYK
RGB Variations
Color information
#8E7ACB (or 0x8E7ACB) is known color: True V. HEX triplet: 8E, 7A and CB. RGB value is (142,122,203). Sum of RGB (Red+Green+Blue) = 142+122+203=467 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.41% from 467); Green value is 122 (48.05% from 255 or 26.12% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #8E7ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E7ACB is #718534. Grayscale: #888888. Windows color (decimal): -7439669 or 13335182. OLE color: 13335182.
HSL color Cylindrical-coordinate representation of color #8E7ACB: hue angle of 254.81º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E7ACB is Cyan = 0.30, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 142 | 122 | 203 | - |
| CMYK | 0.30 | 0.40 | 0 | 0.20 |
| HSL | 254.81º | 0.44% | 0.64% | - |
| HSV(B) | 254.81º | 0.4% | 0.8% | - |
| XYZ | 28.89 | 23.98 | 59.61 | - |
| YUV | 137.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 122 | 203 | 0.30 | 0.40 | 0 | 0.20 | 254.81 | 0.44 | 0.64 |
| Hex | 8E | 7A | CB | 1E | 28 | 0 | 14 | FF | 2C | 40 |
| Octal | 216 | 172 | 313 | 36 | 50 | 0 | 24 | 377 | 54 | 100 |
| Binary | 10001110 | 1111010 | 11001011 | 11110 | 101000 | 0 | 10100 | 11111111 | 101100 | 1000000 |
Color Harmonies of #8E7ACB
Complementary color
Monochromatic Colors of #8E7ACB
Black with #8E7ACB
Text Example
Text Example
White with #8E7ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E7ACB; }
p { color: rgb(142,122,203); }
H1.HeaderClassName
{
color: #8E7ACB;
}
.AnyTagClassName
{
color: #8E7ACB;
}
</style>
background-color css
<style>
a { background-color: #8E7ACB; }
a { background-color: rgb(142,122,203); }
div.DivClassName
{
background-color: #8E7ACB;
}
.BgClassName
{
background-color: #8E7ACB;
}
</style>
border-color css
<style>
span { border-color: #8E7ACB; }
span { border-color: rgb(142,122,203); }
td.TdClassName
{
border-color: #8E7ACB;
}
.TagClassName
{
border-color: #8E7ACB;
}
</style>