Shades of Strikemaster #8F5E7D
Tints of Strikemaster #8F5E7D
RGB
CMYK
RGB Variations
Color information
#8F5E7D (or 0x8F5E7D) is known color: Strikemaster. HEX triplet: 8F, 5E and 7D. RGB value is (143,94,125). Sum of RGB (Red+Green+Blue) = 143+94+125=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5E7D is #70A182. Grayscale: #707070. Windows color (decimal): -7381379 or 8216207. OLE color: 8216207.
HSL color Cylindrical-coordinate representation of color #8F5E7D: hue angle of 322.04º 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 #8F5E7D is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 94 | 125 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.44 |
| HSL | 322.04º | 0.21% | 0.46% | - |
| HSV(B) | 322.04º | 0.34% | 0.56% | - |
| XYZ | 19.03 | 15.33 | 21.36 | - |
| YUV | 112.19 | 135.23 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 94 | 125 | 0 | 0.34 | 0.13 | 0.44 | 322.04 | 0.21 | 0.46 |
| Hex | 8F | 5E | 7D | 0 | 22 | D | 2C | 142 | 15 | 2E |
| Octal | 217 | 136 | 175 | 0 | 42 | 15 | 54 | 502 | 25 | 56 |
| Binary | 10001111 | 1011110 | 1111101 | 0 | 100010 | 1101 | 101100 | 101000010 | 10101 | 101110 |
Color Harmonies of #8F5E7D
Complementary color
Monochromatic Colors of #8F5E7D
Black with #8F5E7D
Text Example
Text Example
White with #8F5E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5E7D; }
p { color: rgb(143,94,125); }
H1.HeaderClassName
{
color: #8F5E7D;
}
.AnyTagClassName
{
color: #8F5E7D;
}
</style>
background-color css
<style>
a { background-color: #8F5E7D; }
a { background-color: rgb(143,94,125); }
div.DivClassName
{
background-color: #8F5E7D;
}
.BgClassName
{
background-color: #8F5E7D;
}
</style>
border-color css
<style>
span { border-color: #8F5E7D; }
span { border-color: rgb(143,94,125); }
td.TdClassName
{
border-color: #8F5E7D;
}
.TagClassName
{
border-color: #8F5E7D;
}
</style>