Shades of Strikemaster #8F6E7D
Tints of Strikemaster #8F6E7D
RGB
CMYK
RGB Variations
Color information
#8F6E7D (or 0x8F6E7D) is known color: Strikemaster. HEX triplet: 8F, 6E and 7D. RGB value is (143,110,125). Sum of RGB (Red+Green+Blue) = 143+110+125=378 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.83% from 378); Green value is 110 (43.36% from 255 or 29.10% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6E7D is #709182. Grayscale: #797979. Windows color (decimal): -7377283 or 8220303. OLE color: 8220303.
HSL color Cylindrical-coordinate representation of color #8F6E7D: hue angle of 332.73º 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 #8F6E7D is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 110 | 125 | - |
| CMYK | 0 | 0.23 | 0.13 | 0.44 |
| HSL | 332.73º | 0.13% | 0.5% | - |
| HSV(B) | 332.73º | 0.23% | 0.56% | - |
| XYZ | 20.61 | 18.47 | 21.88 | - |
| YUV | 121.58 | 129.93 | 143.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 110 | 125 | 0 | 0.23 | 0.13 | 0.44 | 332.73 | 0.13 | 0.5 |
| Hex | 8F | 6E | 7D | 0 | 17 | D | 2C | 14D | D | 32 |
| Octal | 217 | 156 | 175 | 0 | 27 | 15 | 54 | 515 | 15 | 62 |
| Binary | 10001111 | 1101110 | 1111101 | 0 | 10111 | 1101 | 101100 | 101001101 | 1101 | 110010 |
Color Harmonies of #8F6E7D
Complementary color
Monochromatic Colors of #8F6E7D
Black with #8F6E7D
Text Example
Text Example
White with #8F6E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6E7D; }
p { color: rgb(143,110,125); }
H1.HeaderClassName
{
color: #8F6E7D;
}
.AnyTagClassName
{
color: #8F6E7D;
}
</style>
background-color css
<style>
a { background-color: #8F6E7D; }
a { background-color: rgb(143,110,125); }
div.DivClassName
{
background-color: #8F6E7D;
}
.BgClassName
{
background-color: #8F6E7D;
}
</style>
border-color css
<style>
span { border-color: #8F6E7D; }
span { border-color: rgb(143,110,125); }
td.TdClassName
{
border-color: #8F6E7D;
}
.TagClassName
{
border-color: #8F6E7D;
}
</style>