Shades of True V #8F7FB9
Tints of True V #8F7FB9
RGB
CMYK
RGB Variations
Color information
#8F7FB9 (or 0x8F7FB9) is known color: True V. HEX triplet: 8F, 7F and B9. RGB value is (143,127,185). Sum of RGB (Red+Green+Blue) = 143+127+185=455 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.43% from 455); Green value is 127 (50% from 255 or 27.91% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F7FB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F7FB9 is #708046. Grayscale: #8A8A8A. Windows color (decimal): -7372871 or 12156815. OLE color: 12156815.
HSL color Cylindrical-coordinate representation of color #8F7FB9: hue angle of 256.55º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8F7FB9 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 127 | 185 | - |
| CMYK | 0.23 | 0.31 | 0 | 0.27 |
| HSL | 256.55º | 0.29% | 0.61% | - |
| HSV(B) | 256.55º | 0.31% | 0.73% | - |
| XYZ | 27.67 | 24.52 | 49.17 | - |
| YUV | 138.4 | 154.3 | 131.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 127 | 185 | 0.23 | 0.31 | 0 | 0.27 | 256.55 | 0.29 | 0.61 |
| Hex | 8F | 7F | B9 | 17 | 1F | 0 | 1B | 101 | 1D | 3D |
| Octal | 217 | 177 | 271 | 27 | 37 | 0 | 33 | 401 | 35 | 75 |
| Binary | 10001111 | 1111111 | 10111001 | 10111 | 11111 | 0 | 11011 | 100000001 | 11101 | 111101 |
Color Harmonies of #8F7FB9
Complementary color
Monochromatic Colors of #8F7FB9
Black with #8F7FB9
Text Example
Text Example
White with #8F7FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7FB9; }
p { color: rgb(143,127,185); }
H1.HeaderClassName
{
color: #8F7FB9;
}
.AnyTagClassName
{
color: #8F7FB9;
}
</style>
background-color css
<style>
a { background-color: #8F7FB9; }
a { background-color: rgb(143,127,185); }
div.DivClassName
{
background-color: #8F7FB9;
}
.BgClassName
{
background-color: #8F7FB9;
}
</style>
border-color css
<style>
span { border-color: #8F7FB9; }
span { border-color: rgb(143,127,185); }
td.TdClassName
{
border-color: #8F7FB9;
}
.TagClassName
{
border-color: #8F7FB9;
}
</style>