Shades of True V #8F7FBD
Tints of True V #8F7FBD
RGB
CMYK
RGB Variations
Color information
#8F7FBD (or 0x8F7FBD) is known color: True V. HEX triplet: 8F, 7F and BD. RGB value is (143,127,189). Sum of RGB (Red+Green+Blue) = 143+127+189=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 189 (74.22% from 255 or 41.18% from 459); Max value from RGB is 189 - color contains mainly: blue. Hex color #8F7FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FBD is #708042. Grayscale: #8A8A8A. Windows color (decimal): -7372867 or 12418959. OLE color: 12418959.
HSL color Cylindrical-coordinate representation of color #8F7FBD: hue angle of 255.48º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8F7FBD is Cyan = 0.24, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 127 | 189 | - |
| CMYK | 0.24 | 0.33 | 0 | 0.26 |
| HSL | 255.48º | 0.32% | 0.62% | - |
| HSV(B) | 255.48º | 0.33% | 0.74% | - |
| XYZ | 28.1 | 24.69 | 51.43 | - |
| YUV | 138.85 | 156.3 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 189 | 0.24 | 0.33 | 0 | 0.26 | 255.48 | 0.32 | 0.62 |
| Hex | 8F | 7F | BD | 18 | 21 | 0 | 1A | FF | 20 | 3E |
| Octal | 217 | 177 | 275 | 30 | 41 | 0 | 32 | 377 | 40 | 76 |
| Binary | 10001111 | 1111111 | 10111101 | 11000 | 100001 | 0 | 11010 | 11111111 | 100000 | 111110 |
Color Harmonies of #8F7FBD
Complementary color
Monochromatic Colors of #8F7FBD
Black with #8F7FBD
Text Example
Text Example
White with #8F7FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7FBD; }
p { color: rgb(143,127,189); }
H1.HeaderClassName
{
color: #8F7FBD;
}
.AnyTagClassName
{
color: #8F7FBD;
}
</style>
background-color css
<style>
a { background-color: #8F7FBD; }
a { background-color: rgb(143,127,189); }
div.DivClassName
{
background-color: #8F7FBD;
}
.BgClassName
{
background-color: #8F7FBD;
}
</style>
border-color css
<style>
span { border-color: #8F7FBD; }
span { border-color: rgb(143,127,189); }
td.TdClassName
{
border-color: #8F7FBD;
}
.TagClassName
{
border-color: #8F7FBD;
}
</style>