Shades of True V #8E75CF
Tints of True V #8E75CF
RGB
CMYK
RGB Variations
Color information
#8E75CF (or 0x8E75CF) is known color: True V. HEX triplet: 8E, 75 and CF. RGB value is (142,117,207). Sum of RGB (Red+Green+Blue) = 142+117+207=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #8E75CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E75CF is #718A30. Grayscale: #868686. Windows color (decimal): -7440945 or 13596046. OLE color: 13596046.
HSL color Cylindrical-coordinate representation of color #8E75CF: hue angle of 256.67º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E75CF is Cyan = 0.31, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 142 | 117 | 207 | - |
| CMYK | 0.31 | 0.43 | 0 | 0.19 |
| HSL | 256.67º | 0.48% | 0.64% | - |
| HSV(B) | 256.67º | 0.43% | 0.81% | - |
| XYZ | 28.78 | 22.98 | 61.95 | - |
| YUV | 134.74 | 168.78 | 133.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 117 | 207 | 0.31 | 0.43 | 0 | 0.19 | 256.67 | 0.48 | 0.64 |
| Hex | 8E | 75 | CF | 1F | 2B | 0 | 13 | 101 | 30 | 40 |
| Octal | 216 | 165 | 317 | 37 | 53 | 0 | 23 | 401 | 60 | 100 |
| Binary | 10001110 | 1110101 | 11001111 | 11111 | 101011 | 0 | 10011 | 100000001 | 110000 | 1000000 |
Color Harmonies of #8E75CF
Complementary color
Monochromatic Colors of #8E75CF
Black with #8E75CF
Text Example
Text Example
White with #8E75CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E75CF; }
p { color: rgb(142,117,207); }
H1.HeaderClassName
{
color: #8E75CF;
}
.AnyTagClassName
{
color: #8E75CF;
}
</style>
background-color css
<style>
a { background-color: #8E75CF; }
a { background-color: rgb(142,117,207); }
div.DivClassName
{
background-color: #8E75CF;
}
.BgClassName
{
background-color: #8E75CF;
}
</style>
border-color css
<style>
span { border-color: #8E75CF; }
span { border-color: rgb(142,117,207); }
td.TdClassName
{
border-color: #8E75CF;
}
.TagClassName
{
border-color: #8E75CF;
}
</style>