Shades of True V #8E73CF
Tints of True V #8E73CF
RGB
CMYK
RGB Variations
Color information
#8E73CF (or 0x8E73CF) is known color: True V. HEX triplet: 8E, 73 and CF. RGB value is (142,115,207). Sum of RGB (Red+Green+Blue) = 142+115+207=464 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.60% from 464); Green value is 115 (45.31% from 255 or 24.78% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E73CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E73CF is #718C30. Grayscale: #858585. Windows color (decimal): -7441457 or 13595534. OLE color: 13595534.
HSL color Cylindrical-coordinate representation of color #8E73CF: hue angle of 257.61º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8E73CF is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 115 | 207 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.19 |
| HSL | 257.61º | 0.49% | 0.63% | - |
| HSV(B) | 257.61º | 0.44% | 0.81% | - |
| XYZ | 28.55 | 22.52 | 61.87 | - |
| YUV | 133.56 | 169.45 | 134.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 115 | 207 | 0.31 | 0.44 | 0 | 0.19 | 257.61 | 0.49 | 0.63 |
| Hex | 8E | 73 | CF | 1F | 2C | 0 | 13 | 102 | 31 | 3F |
| Octal | 216 | 163 | 317 | 37 | 54 | 0 | 23 | 402 | 61 | 77 |
| Binary | 10001110 | 1110011 | 11001111 | 11111 | 101100 | 0 | 10011 | 100000010 | 110001 | 111111 |
Color Harmonies of #8E73CF
Complementary color
Monochromatic Colors of #8E73CF
Black with #8E73CF
Text Example
Text Example
White with #8E73CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E73CF; }
p { color: rgb(142,115,207); }
H1.HeaderClassName
{
color: #8E73CF;
}
.AnyTagClassName
{
color: #8E73CF;
}
</style>
background-color css
<style>
a { background-color: #8E73CF; }
a { background-color: rgb(142,115,207); }
div.DivClassName
{
background-color: #8E73CF;
}
.BgClassName
{
background-color: #8E73CF;
}
</style>
border-color css
<style>
span { border-color: #8E73CF; }
span { border-color: rgb(142,115,207); }
td.TdClassName
{
border-color: #8E73CF;
}
.TagClassName
{
border-color: #8E73CF;
}
</style>