Shades of True V #8E75BA
Tints of True V #8E75BA
RGB
CMYK
RGB Variations
Color information
#8E75BA (or 0x8E75BA) is known color: True V. HEX triplet: 8E, 75 and BA. RGB value is (142,117,186). Sum of RGB (Red+Green+Blue) = 142+117+186=445 (58% of max value = 765). Red value is 142 (55.86% from 255 or 31.91% from 445); Green value is 117 (46.09% from 255 or 26.29% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #8E75BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E75BA is #718A45. Grayscale: #848484. Windows color (decimal): -7440966 or 12219790. OLE color: 12219790.
HSL color Cylindrical-coordinate representation of color #8E75BA: hue angle of 261.74º degrees, saturation: 0.33, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8E75BA is Cyan = 0.24, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 117 | 186 | - |
| CMYK | 0.24 | 0.37 | 0 | 0.27 |
| HSL | 261.74º | 0.33% | 0.59% | - |
| HSV(B) | 261.74º | 0.37% | 0.73% | - |
| XYZ | 26.38 | 22.02 | 49.31 | - |
| YUV | 132.34 | 158.28 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 117 | 186 | 0.24 | 0.37 | 0 | 0.27 | 261.74 | 0.33 | 0.59 |
| Hex | 8E | 75 | BA | 18 | 25 | 0 | 1B | 106 | 21 | 3B |
| Octal | 216 | 165 | 272 | 30 | 45 | 0 | 33 | 406 | 41 | 73 |
| Binary | 10001110 | 1110101 | 10111010 | 11000 | 100101 | 0 | 11011 | 100000110 | 100001 | 111011 |
Color Harmonies of #8E75BA
Complementary color
Monochromatic Colors of #8E75BA
Black with #8E75BA
Text Example
Text Example
White with #8E75BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E75BA; }
p { color: rgb(142,117,186); }
H1.HeaderClassName
{
color: #8E75BA;
}
.AnyTagClassName
{
color: #8E75BA;
}
</style>
background-color css
<style>
a { background-color: #8E75BA; }
a { background-color: rgb(142,117,186); }
div.DivClassName
{
background-color: #8E75BA;
}
.BgClassName
{
background-color: #8E75BA;
}
</style>
border-color css
<style>
span { border-color: #8E75BA; }
span { border-color: rgb(142,117,186); }
td.TdClassName
{
border-color: #8E75BA;
}
.TagClassName
{
border-color: #8E75BA;
}
</style>