Shades of True V #8E76C1
Tints of True V #8E76C1
RGB
CMYK
RGB Variations
Color information
#8E76C1 (or 0x8E76C1) is known color: True V. HEX triplet: 8E, 76 and C1. RGB value is (142,118,193). Sum of RGB (Red+Green+Blue) = 142+118+193=453 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.35% from 453); Green value is 118 (46.48% from 255 or 26.05% from 453); Blue value is 193 (75.78% from 255 or 42.60% from 453); Max value from RGB is 193 - color contains mainly: blue. Hex color #8E76C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E76C1 is #71893E. Grayscale: #858585. Windows color (decimal): -7440703 or 12678798. OLE color: 12678798.
HSL color Cylindrical-coordinate representation of color #8E76C1: hue angle of 259.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8E76C1 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 118 | 193 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.24 |
| HSL | 259.2º | 0.38% | 0.61% | - |
| HSV(B) | 259.2º | 0.39% | 0.76% | - |
| XYZ | 27.26 | 22.56 | 53.37 | - |
| YUV | 133.73 | 161.45 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 118 | 193 | 0.26 | 0.39 | 0 | 0.24 | 259.2 | 0.38 | 0.61 |
| Hex | 8E | 76 | C1 | 1A | 27 | 0 | 18 | 103 | 26 | 3D |
| Octal | 216 | 166 | 301 | 32 | 47 | 0 | 30 | 403 | 46 | 75 |
| Binary | 10001110 | 1110110 | 11000001 | 11010 | 100111 | 0 | 11000 | 100000011 | 100110 | 111101 |
Color Harmonies of #8E76C1
Complementary color
Monochromatic Colors of #8E76C1
Black with #8E76C1
Text Example
Text Example
White with #8E76C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E76C1; }
p { color: rgb(142,118,193); }
H1.HeaderClassName
{
color: #8E76C1;
}
.AnyTagClassName
{
color: #8E76C1;
}
</style>
background-color css
<style>
a { background-color: #8E76C1; }
a { background-color: rgb(142,118,193); }
div.DivClassName
{
background-color: #8E76C1;
}
.BgClassName
{
background-color: #8E76C1;
}
</style>
border-color css
<style>
span { border-color: #8E76C1; }
span { border-color: rgb(142,118,193); }
td.TdClassName
{
border-color: #8E76C1;
}
.TagClassName
{
border-color: #8E76C1;
}
</style>