Shades of Strikemaster #8F7384
Tints of Strikemaster #8F7384
RGB
CMYK
RGB Variations
Color information
#8F7384 (or 0x8F7384) is known color: Strikemaster. HEX triplet: 8F, 73 and 84. RGB value is (143,115,132). Sum of RGB (Red+Green+Blue) = 143+115+132=390 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.67% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7384 is #708C7B. Grayscale: #7D7D7D. Windows color (decimal): -7375996 or 8680335. OLE color: 8680335.
HSL color Cylindrical-coordinate representation of color #8F7384: hue angle of 323.57º degrees, saturation: 0.11, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8F7384 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 115 | 132 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.44 |
| HSL | 323.57º | 0.11% | 0.51% | - |
| HSV(B) | 323.57º | 0.2% | 0.56% | - |
| XYZ | 21.62 | 19.77 | 24.51 | - |
| YUV | 125.31 | 131.78 | 140.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 115 | 132 | 0 | 0.20 | 0.08 | 0.44 | 323.57 | 0.11 | 0.51 |
| Hex | 8F | 73 | 84 | 0 | 14 | 8 | 2C | 144 | B | 33 |
| Octal | 217 | 163 | 204 | 0 | 24 | 10 | 54 | 504 | 13 | 63 |
| Binary | 10001111 | 1110011 | 10000100 | 0 | 10100 | 1000 | 101100 | 101000100 | 1011 | 110011 |
Color Harmonies of #8F7384
Complementary color
Monochromatic Colors of #8F7384
Black with #8F7384
Text Example
Text Example
White with #8F7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F7384; }
p { color: rgb(143,115,132); }
H1.HeaderClassName
{
color: #8F7384;
}
.AnyTagClassName
{
color: #8F7384;
}
</style>
background-color css
<style>
a { background-color: #8F7384; }
a { background-color: rgb(143,115,132); }
div.DivClassName
{
background-color: #8F7384;
}
.BgClassName
{
background-color: #8F7384;
}
</style>
border-color css
<style>
span { border-color: #8F7384; }
span { border-color: rgb(143,115,132); }
td.TdClassName
{
border-color: #8F7384;
}
.TagClassName
{
border-color: #8F7384;
}
</style>