Shades of Strikemaster #8F5F78
Tints of Strikemaster #8F5F78
RGB
CMYK
RGB Variations
Color information
#8F5F78 (or 0x8F5F78) is known color: Strikemaster. HEX triplet: 8F, 5F and 78. RGB value is (143,95,120). Sum of RGB (Red+Green+Blue) = 143+95+120=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 120 (47.27% from 255 or 33.52% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5F78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5F78 is #70A087. Grayscale: #707070. Windows color (decimal): -7381128 or 7888783. OLE color: 7888783.
HSL color Cylindrical-coordinate representation of color #8F5F78: hue angle of 328.75º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8F5F78 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 95 | 120 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.44 |
| HSL | 328.75º | 0.2% | 0.47% | - |
| HSV(B) | 328.75º | 0.34% | 0.56% | - |
| XYZ | 18.81 | 15.38 | 19.75 | - |
| YUV | 112.2 | 132.4 | 149.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 95 | 120 | 0 | 0.34 | 0.16 | 0.44 | 328.75 | 0.2 | 0.47 |
| Hex | 8F | 5F | 78 | 0 | 22 | 10 | 2C | 149 | 14 | 2F |
| Octal | 217 | 137 | 170 | 0 | 42 | 20 | 54 | 511 | 24 | 57 |
| Binary | 10001111 | 1011111 | 1111000 | 0 | 100010 | 10000 | 101100 | 101001001 | 10100 | 101111 |
Color Harmonies of #8F5F78
Complementary color
Monochromatic Colors of #8F5F78
Black with #8F5F78
Text Example
Text Example
White with #8F5F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5F78; }
p { color: rgb(143,95,120); }
H1.HeaderClassName
{
color: #8F5F78;
}
.AnyTagClassName
{
color: #8F5F78;
}
</style>
background-color css
<style>
a { background-color: #8F5F78; }
a { background-color: rgb(143,95,120); }
div.DivClassName
{
background-color: #8F5F78;
}
.BgClassName
{
background-color: #8F5F78;
}
</style>
border-color css
<style>
span { border-color: #8F5F78; }
span { border-color: rgb(143,95,120); }
td.TdClassName
{
border-color: #8F5F78;
}
.TagClassName
{
border-color: #8F5F78;
}
</style>