Shades of Strikemaster #8F5E7E
Tints of Strikemaster #8F5E7E
RGB
CMYK
RGB Variations
Color information
#8F5E7E (or 0x8F5E7E) is known color: Strikemaster. HEX triplet: 8F, 5E and 7E. RGB value is (143,94,126). Sum of RGB (Red+Green+Blue) = 143+94+126=363 (48% of max value = 765). Red value is 143 (56.25% from 255 or 39.39% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 126 (49.61% from 255 or 34.71% from 363); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5E7E is #70A181. Grayscale: #707070. Windows color (decimal): -7381378 or 8281743. OLE color: 8281743.
HSL color Cylindrical-coordinate representation of color #8F5E7E: hue angle of 320.82º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F5E7E is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 94 | 126 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.44 |
| HSL | 320.82º | 0.21% | 0.46% | - |
| HSV(B) | 320.82º | 0.34% | 0.56% | - |
| XYZ | 19.1 | 15.35 | 21.7 | - |
| YUV | 112.3 | 135.73 | 149.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 126 | 0 | 0.34 | 0.12 | 0.44 | 320.82 | 0.21 | 0.46 |
| Hex | 8F | 5E | 7E | 0 | 22 | C | 2C | 141 | 15 | 2E |
| Octal | 217 | 136 | 176 | 0 | 42 | 14 | 54 | 501 | 25 | 56 |
| Binary | 10001111 | 1011110 | 1111110 | 0 | 100010 | 1100 | 101100 | 101000001 | 10101 | 101110 |
Color Harmonies of #8F5E7E
Complementary color
Monochromatic Colors of #8F5E7E
Black with #8F5E7E
Text Example
Text Example
White with #8F5E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5E7E; }
p { color: rgb(143,94,126); }
H1.HeaderClassName
{
color: #8F5E7E;
}
.AnyTagClassName
{
color: #8F5E7E;
}
</style>
background-color css
<style>
a { background-color: #8F5E7E; }
a { background-color: rgb(143,94,126); }
div.DivClassName
{
background-color: #8F5E7E;
}
.BgClassName
{
background-color: #8F5E7E;
}
</style>
border-color css
<style>
span { border-color: #8F5E7E; }
span { border-color: rgb(143,94,126); }
td.TdClassName
{
border-color: #8F5E7E;
}
.TagClassName
{
border-color: #8F5E7E;
}
</style>