Shades of True V #8F7DC1
Tints of True V #8F7DC1
RGB
CMYK
RGB Variations
Color information
#8F7DC1 (or 0x8F7DC1) is known color: True V. HEX triplet: 8F, 7D and C1. RGB value is (143,125,193). Sum of RGB (Red+Green+Blue) = 143+125+193=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #8F7DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7DC1 is #70823E. Grayscale: #898989. Windows color (decimal): -7373375 or 12680591. OLE color: 12680591.
HSL color Cylindrical-coordinate representation of color #8F7DC1: hue angle of 255.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8F7DC1 is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 143 | 125 | 193 | - |
| CMYK | 0.26 | 0.35 | 0 | 0.24 |
| HSL | 255.88º | 0.35% | 0.62% | - |
| HSV(B) | 255.88º | 0.35% | 0.76% | - |
| XYZ | 28.29 | 24.36 | 53.66 | - |
| YUV | 138.13 | 158.96 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 125 | 193 | 0.26 | 0.35 | 0 | 0.24 | 255.88 | 0.35 | 0.62 |
| Hex | 8F | 7D | C1 | 1A | 23 | 0 | 18 | 100 | 23 | 3E |
| Octal | 217 | 175 | 301 | 32 | 43 | 0 | 30 | 400 | 43 | 76 |
| Binary | 10001111 | 1111101 | 11000001 | 11010 | 100011 | 0 | 11000 | 100000000 | 100011 | 111110 |
Color Harmonies of #8F7DC1
Complementary color
Monochromatic Colors of #8F7DC1
Black with #8F7DC1
Text Example
Text Example
White with #8F7DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7DC1; }
p { color: rgb(143,125,193); }
H1.HeaderClassName
{
color: #8F7DC1;
}
.AnyTagClassName
{
color: #8F7DC1;
}
</style>
background-color css
<style>
a { background-color: #8F7DC1; }
a { background-color: rgb(143,125,193); }
div.DivClassName
{
background-color: #8F7DC1;
}
.BgClassName
{
background-color: #8F7DC1;
}
</style>
border-color css
<style>
span { border-color: #8F7DC1; }
span { border-color: rgb(143,125,193); }
td.TdClassName
{
border-color: #8F7DC1;
}
.TagClassName
{
border-color: #8F7DC1;
}
</style>