Shades of True V #8E69CF
Tints of True V #8E69CF
RGB
CMYK
RGB Variations
Color information
#8E69CF (or 0x8E69CF) is known color: True V. HEX triplet: 8E, 69 and CF. RGB value is (142,105,207). Sum of RGB (Red+Green+Blue) = 142+105+207=454 (60% of max value = 765). Red value is 142 (55.86% from 255 or 31.28% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E69CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E69CF is #719630. Grayscale: #7F7F7F. Windows color (decimal): -7444017 or 13592974. OLE color: 13592974.
HSL color Cylindrical-coordinate representation of color #8E69CF: hue angle of 261.76º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8E69CF is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 105 | 207 | - |
| CMYK | 0.31 | 0.49 | 0 | 0.19 |
| HSL | 261.76º | 0.52% | 0.61% | - |
| HSV(B) | 261.76º | 0.49% | 0.81% | - |
| XYZ | 27.47 | 20.36 | 61.51 | - |
| YUV | 127.69 | 172.76 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 105 | 207 | 0.31 | 0.49 | 0 | 0.19 | 261.76 | 0.52 | 0.61 |
| Hex | 8E | 69 | CF | 1F | 31 | 0 | 13 | 106 | 34 | 3D |
| Octal | 216 | 151 | 317 | 37 | 61 | 0 | 23 | 406 | 64 | 75 |
| Binary | 10001110 | 1101001 | 11001111 | 11111 | 110001 | 0 | 10011 | 100000110 | 110100 | 111101 |
Color Harmonies of #8E69CF
Complementary color
Monochromatic Colors of #8E69CF
Black with #8E69CF
Text Example
Text Example
White with #8E69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E69CF; }
p { color: rgb(142,105,207); }
H1.HeaderClassName
{
color: #8E69CF;
}
.AnyTagClassName
{
color: #8E69CF;
}
</style>
background-color css
<style>
a { background-color: #8E69CF; }
a { background-color: rgb(142,105,207); }
div.DivClassName
{
background-color: #8E69CF;
}
.BgClassName
{
background-color: #8E69CF;
}
</style>
border-color css
<style>
span { border-color: #8E69CF; }
span { border-color: rgb(142,105,207); }
td.TdClassName
{
border-color: #8E69CF;
}
.TagClassName
{
border-color: #8E69CF;
}
</style>