Shades of True V #8F7AC6
Tints of True V #8F7AC6
RGB
CMYK
RGB Variations
Color information
#8F7AC6 (or 0x8F7AC6) is known color: True V. HEX triplet: 8F, 7A and C6. RGB value is (143,122,198). Sum of RGB (Red+Green+Blue) = 143+122+198=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #8F7AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7AC6 is #708539. Grayscale: #888888. Windows color (decimal): -7374138 or 13007503. OLE color: 13007503.
HSL color Cylindrical-coordinate representation of color #8F7AC6: hue angle of 256.58º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8F7AC6 is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 143 | 122 | 198 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.22 |
| HSL | 256.58º | 0.4% | 0.63% | - |
| HSV(B) | 256.58º | 0.38% | 0.78% | - |
| XYZ | 28.48 | 23.84 | 56.53 | - |
| YUV | 136.94 | 162.46 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 122 | 198 | 0.28 | 0.38 | 0 | 0.22 | 256.58 | 0.4 | 0.63 |
| Hex | 8F | 7A | C6 | 1C | 26 | 0 | 16 | 101 | 28 | 3F |
| Octal | 217 | 172 | 306 | 34 | 46 | 0 | 26 | 401 | 50 | 77 |
| Binary | 10001111 | 1111010 | 11000110 | 11100 | 100110 | 0 | 10110 | 100000001 | 101000 | 111111 |
Color Harmonies of #8F7AC6
Complementary color
Monochromatic Colors of #8F7AC6
Black with #8F7AC6
Text Example
Text Example
White with #8F7AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7AC6; }
p { color: rgb(143,122,198); }
H1.HeaderClassName
{
color: #8F7AC6;
}
.AnyTagClassName
{
color: #8F7AC6;
}
</style>
background-color css
<style>
a { background-color: #8F7AC6; }
a { background-color: rgb(143,122,198); }
div.DivClassName
{
background-color: #8F7AC6;
}
.BgClassName
{
background-color: #8F7AC6;
}
</style>
border-color css
<style>
span { border-color: #8F7AC6; }
span { border-color: rgb(143,122,198); }
td.TdClassName
{
border-color: #8F7AC6;
}
.TagClassName
{
border-color: #8F7AC6;
}
</style>