Shades of True V #8F7FC1
Tints of True V #8F7FC1
RGB
CMYK
RGB Variations
Color information
#8F7FC1 (or 0x8F7FC1) is known color: True V. HEX triplet: 8F, 7F and C1. RGB value is (143,127,193). Sum of RGB (Red+Green+Blue) = 143+127+193=463 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.89% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 193 (75.78% from 255 or 41.68% from 463); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F7FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FC1 is #70803E. Grayscale: #8B8B8B. Windows color (decimal): -7372863 or 12681103. OLE color: 12681103.
HSL color Cylindrical-coordinate representation of color #8F7FC1: hue angle of 254.55º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F7FC1 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 127 | 193 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.24 |
| HSL | 254.55º | 0.35% | 0.63% | - |
| HSV(B) | 254.55º | 0.34% | 0.76% | - |
| XYZ | 28.54 | 24.87 | 53.75 | - |
| YUV | 139.31 | 158.3 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 193 | 0.26 | 0.34 | 0 | 0.24 | 254.55 | 0.35 | 0.63 |
| Hex | 8F | 7F | C1 | 1A | 22 | 0 | 18 | FF | 23 | 3F |
| Octal | 217 | 177 | 301 | 32 | 42 | 0 | 30 | 377 | 43 | 77 |
| Binary | 10001111 | 1111111 | 11000001 | 11010 | 100010 | 0 | 11000 | 11111111 | 100011 | 111111 |
Color Harmonies of #8F7FC1
Complementary color
Monochromatic Colors of #8F7FC1
Black with #8F7FC1
Text Example
Text Example
White with #8F7FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7FC1; }
p { color: rgb(143,127,193); }
H1.HeaderClassName
{
color: #8F7FC1;
}
.AnyTagClassName
{
color: #8F7FC1;
}
</style>
background-color css
<style>
a { background-color: #8F7FC1; }
a { background-color: rgb(143,127,193); }
div.DivClassName
{
background-color: #8F7FC1;
}
.BgClassName
{
background-color: #8F7FC1;
}
</style>
border-color css
<style>
span { border-color: #8F7FC1; }
span { border-color: rgb(143,127,193); }
td.TdClassName
{
border-color: #8F7FC1;
}
.TagClassName
{
border-color: #8F7FC1;
}
</style>