Shades of Strikemaster #8F6178
Tints of Strikemaster #8F6178
RGB
CMYK
RGB Variations
Color information
#8F6178 (or 0x8F6178) is known color: Strikemaster. HEX triplet: 8F, 61 and 78. RGB value is (143,97,120). Sum of RGB (Red+Green+Blue) = 143+97+120=360 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.72% from 360); Green value is 97 (38.28% from 255 or 26.94% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6178 is #709E87. Grayscale: #717171. Windows color (decimal): -7380616 or 7889295. OLE color: 7889295.
HSL color Cylindrical-coordinate representation of color #8F6178: hue angle of 330º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8F6178 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 97 | 120 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.44 |
| HSL | 330º | 0.19% | 0.47% | - |
| HSV(B) | 330º | 0.32% | 0.56% | - |
| XYZ | 18.99 | 15.75 | 19.81 | - |
| YUV | 113.38 | 131.74 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 97 | 120 | 0 | 0.32 | 0.16 | 0.44 | 330 | 0.19 | 0.47 |
| Hex | 8F | 61 | 78 | 0 | 20 | 10 | 2C | 14A | 13 | 2F |
| Octal | 217 | 141 | 170 | 0 | 40 | 20 | 54 | 512 | 23 | 57 |
| Binary | 10001111 | 1100001 | 1111000 | 0 | 100000 | 10000 | 101100 | 101001010 | 10011 | 101111 |
Color Harmonies of #8F6178
Complementary color
Monochromatic Colors of #8F6178
Black with #8F6178
Text Example
Text Example
White with #8F6178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6178; }
p { color: rgb(143,97,120); }
H1.HeaderClassName
{
color: #8F6178;
}
.AnyTagClassName
{
color: #8F6178;
}
</style>
background-color css
<style>
a { background-color: #8F6178; }
a { background-color: rgb(143,97,120); }
div.DivClassName
{
background-color: #8F6178;
}
.BgClassName
{
background-color: #8F6178;
}
</style>
border-color css
<style>
span { border-color: #8F6178; }
span { border-color: rgb(143,97,120); }
td.TdClassName
{
border-color: #8F6178;
}
.TagClassName
{
border-color: #8F6178;
}
</style>