Shades of True V #8F7EBE
Tints of True V #8F7EBE
RGB
CMYK
RGB Variations
Color information
#8F7EBE (or 0x8F7EBE) is known color: True V. HEX triplet: 8F, 7E and BE. RGB value is (143,126,190). Sum of RGB (Red+Green+Blue) = 143+126+190=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F7EBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7EBE is #708141. Grayscale: #8A8A8A. Windows color (decimal): -7373122 or 12484239. OLE color: 12484239.
HSL color Cylindrical-coordinate representation of color #8F7EBE: hue angle of 255.94º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F7EBE is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 126 | 190 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.25 |
| HSL | 255.94º | 0.33% | 0.62% | - |
| HSV(B) | 255.94º | 0.34% | 0.75% | - |
| XYZ | 28.08 | 24.48 | 51.96 | - |
| YUV | 138.38 | 157.13 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 126 | 190 | 0.25 | 0.34 | 0 | 0.25 | 255.94 | 0.33 | 0.62 |
| Hex | 8F | 7E | BE | 19 | 22 | 0 | 19 | 100 | 21 | 3E |
| Octal | 217 | 176 | 276 | 31 | 42 | 0 | 31 | 400 | 41 | 76 |
| Binary | 10001111 | 1111110 | 10111110 | 11001 | 100010 | 0 | 11001 | 100000000 | 100001 | 111110 |
Color Harmonies of #8F7EBE
Complementary color
Monochromatic Colors of #8F7EBE
Black with #8F7EBE
Text Example
Text Example
White with #8F7EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7EBE; }
p { color: rgb(143,126,190); }
H1.HeaderClassName
{
color: #8F7EBE;
}
.AnyTagClassName
{
color: #8F7EBE;
}
</style>
background-color css
<style>
a { background-color: #8F7EBE; }
a { background-color: rgb(143,126,190); }
div.DivClassName
{
background-color: #8F7EBE;
}
.BgClassName
{
background-color: #8F7EBE;
}
</style>
border-color css
<style>
span { border-color: #8F7EBE; }
span { border-color: rgb(143,126,190); }
td.TdClassName
{
border-color: #8F7EBE;
}
.TagClassName
{
border-color: #8F7EBE;
}
</style>