Shades of Strikemaster #8F6E7F
Tints of Strikemaster #8F6E7F
RGB
CMYK
RGB Variations
Color information
#8F6E7F (or 0x8F6E7F) is known color: Strikemaster. HEX triplet: 8F, 6E and 7F. RGB value is (143,110,127). Sum of RGB (Red+Green+Blue) = 143+110+127=380 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.63% from 380); Green value is 110 (43.36% from 255 or 28.95% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6E7F is #709180. Grayscale: #797979. Windows color (decimal): -7377281 or 8351375. OLE color: 8351375.
HSL color Cylindrical-coordinate representation of color #8F6E7F: hue angle of 329.09º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8F6E7F is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 110 | 127 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.44 |
| HSL | 329.09º | 0.13% | 0.5% | - |
| HSV(B) | 329.09º | 0.23% | 0.56% | - |
| XYZ | 20.73 | 18.52 | 22.56 | - |
| YUV | 121.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 110 | 127 | 0 | 0.23 | 0.11 | 0.44 | 329.09 | 0.13 | 0.5 |
| Hex | 8F | 6E | 7F | 0 | 17 | B | 2C | 149 | D | 32 |
| Octal | 217 | 156 | 177 | 0 | 27 | 13 | 54 | 511 | 15 | 62 |
| Binary | 10001111 | 1101110 | 1111111 | 0 | 10111 | 1011 | 101100 | 101001001 | 1101 | 110010 |
Color Harmonies of #8F6E7F
Complementary color
Monochromatic Colors of #8F6E7F
Black with #8F6E7F
Text Example
Text Example
White with #8F6E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6E7F; }
p { color: rgb(143,110,127); }
H1.HeaderClassName
{
color: #8F6E7F;
}
.AnyTagClassName
{
color: #8F6E7F;
}
</style>
background-color css
<style>
a { background-color: #8F6E7F; }
a { background-color: rgb(143,110,127); }
div.DivClassName
{
background-color: #8F6E7F;
}
.BgClassName
{
background-color: #8F6E7F;
}
</style>
border-color css
<style>
span { border-color: #8F6E7F; }
span { border-color: rgb(143,110,127); }
td.TdClassName
{
border-color: #8F6E7F;
}
.TagClassName
{
border-color: #8F6E7F;
}
</style>