Shades of Strikemaster #8F5B7C
Tints of Strikemaster #8F5B7C
RGB
CMYK
RGB Variations
Color information
#8F5B7C (or 0x8F5B7C) is known color: Strikemaster. HEX triplet: 8F, 5B and 7C. RGB value is (143,91,124). Sum of RGB (Red+Green+Blue) = 143+91+124=358 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.94% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 143 - color contains mainly: red. Hex color #8F5B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F5B7C is #70A483. Grayscale: #6E6E6E. Windows color (decimal): -7382148 or 8149903. OLE color: 8149903.
HSL color Cylindrical-coordinate representation of color #8F5B7C: hue angle of 321.92º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8F5B7C is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 91 | 124 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.44 |
| HSL | 321.92º | 0.22% | 0.46% | - |
| HSV(B) | 321.92º | 0.36% | 0.56% | - |
| XYZ | 18.71 | 14.78 | 20.94 | - |
| YUV | 110.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 91 | 124 | 0 | 0.36 | 0.13 | 0.44 | 321.92 | 0.22 | 0.46 |
| Hex | 8F | 5B | 7C | 0 | 24 | D | 2C | 142 | 16 | 2E |
| Octal | 217 | 133 | 174 | 0 | 44 | 15 | 54 | 502 | 26 | 56 |
| Binary | 10001111 | 1011011 | 1111100 | 0 | 100100 | 1101 | 101100 | 101000010 | 10110 | 101110 |
Color Harmonies of #8F5B7C
Complementary color
Monochromatic Colors of #8F5B7C
Black with #8F5B7C
Text Example
Text Example
White with #8F5B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5B7C; }
p { color: rgb(143,91,124); }
H1.HeaderClassName
{
color: #8F5B7C;
}
.AnyTagClassName
{
color: #8F5B7C;
}
</style>
background-color css
<style>
a { background-color: #8F5B7C; }
a { background-color: rgb(143,91,124); }
div.DivClassName
{
background-color: #8F5B7C;
}
.BgClassName
{
background-color: #8F5B7C;
}
</style>
border-color css
<style>
span { border-color: #8F5B7C; }
span { border-color: rgb(143,91,124); }
td.TdClassName
{
border-color: #8F5B7C;
}
.TagClassName
{
border-color: #8F5B7C;
}
</style>