Shades of True V #8E71CF
Tints of True V #8E71CF
RGB
CMYK
RGB Variations
Color information
#8E71CF (or 0x8E71CF) is known color: True V. HEX triplet: 8E, 71 and CF. RGB value is (142,113,207). Sum of RGB (Red+Green+Blue) = 142+113+207=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 113 (44.53% from 255 or 24.46% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E71CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E71CF is #718E30. Grayscale: #848484. Windows color (decimal): -7441969 or 13595022. OLE color: 13595022.
HSL color Cylindrical-coordinate representation of color #8E71CF: hue angle of 258.51º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8E71CF is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 113 | 207 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.19 |
| HSL | 258.51º | 0.49% | 0.63% | - |
| HSV(B) | 258.51º | 0.45% | 0.81% | - |
| XYZ | 28.32 | 22.07 | 61.8 | - |
| YUV | 132.39 | 170.11 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 113 | 207 | 0.31 | 0.45 | 0 | 0.19 | 258.51 | 0.49 | 0.63 |
| Hex | 8E | 71 | CF | 1F | 2D | 0 | 13 | 103 | 31 | 3F |
| Octal | 216 | 161 | 317 | 37 | 55 | 0 | 23 | 403 | 61 | 77 |
| Binary | 10001110 | 1110001 | 11001111 | 11111 | 101101 | 0 | 10011 | 100000011 | 110001 | 111111 |
Color Harmonies of #8E71CF
Complementary color
Monochromatic Colors of #8E71CF
Black with #8E71CF
Text Example
Text Example
White with #8E71CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E71CF; }
p { color: rgb(142,113,207); }
H1.HeaderClassName
{
color: #8E71CF;
}
.AnyTagClassName
{
color: #8E71CF;
}
</style>
background-color css
<style>
a { background-color: #8E71CF; }
a { background-color: rgb(142,113,207); }
div.DivClassName
{
background-color: #8E71CF;
}
.BgClassName
{
background-color: #8E71CF;
}
</style>
border-color css
<style>
span { border-color: #8E71CF; }
span { border-color: rgb(142,113,207); }
td.TdClassName
{
border-color: #8E71CF;
}
.TagClassName
{
border-color: #8E71CF;
}
</style>