Shades of Strikemaster #8F5375
Tints of Strikemaster #8F5375
RGB
CMYK
RGB Variations
Color information
#8F5375 (or 0x8F5375) is known color: Strikemaster. HEX triplet: 8F, 53 and 75. RGB value is (143,83,117). Sum of RGB (Red+Green+Blue) = 143+83+117=343 (45% of max value = 765). Red value is 143 (56.25% from 255 or 41.69% from 343); Green value is 83 (32.81% from 255 or 24.20% from 343); Blue value is 117 (46.09% from 255 or 34.11% from 343); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5375 is #70AC8A. Grayscale: #686868. Windows color (decimal): -7384203 or 7689103. OLE color: 7689103.
HSL color Cylindrical-coordinate representation of color #8F5375: hue angle of 326º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F5375 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 83 | 117 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.44 |
| HSL | 326º | 0.27% | 0.44% | - |
| HSV(B) | 326º | 0.42% | 0.56% | - |
| XYZ | 17.63 | 13.31 | 18.47 | - |
| YUV | 104.82 | 134.88 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 83 | 117 | 0 | 0.42 | 0.18 | 0.44 | 326 | 0.27 | 0.44 |
| Hex | 8F | 53 | 75 | 0 | 2A | 12 | 2C | 146 | 1B | 2C |
| Octal | 217 | 123 | 165 | 0 | 52 | 22 | 54 | 506 | 33 | 54 |
| Binary | 10001111 | 1010011 | 1110101 | 0 | 101010 | 10010 | 101100 | 101000110 | 11011 | 101100 |
Color Harmonies of #8F5375
Complementary color
Monochromatic Colors of #8F5375
Black with #8F5375
Text Example
Text Example
White with #8F5375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5375; }
p { color: rgb(143,83,117); }
H1.HeaderClassName
{
color: #8F5375;
}
.AnyTagClassName
{
color: #8F5375;
}
</style>
background-color css
<style>
a { background-color: #8F5375; }
a { background-color: rgb(143,83,117); }
div.DivClassName
{
background-color: #8F5375;
}
.BgClassName
{
background-color: #8F5375;
}
</style>
border-color css
<style>
span { border-color: #8F5375; }
span { border-color: rgb(143,83,117); }
td.TdClassName
{
border-color: #8F5375;
}
.TagClassName
{
border-color: #8F5375;
}
</style>