Shades of Strikemaster #9F4B87
Tints of Strikemaster #9F4B87
RGB
CMYK
RGB Variations
Color information
#9F4B87 (or 0x9F4B87) is known color: Strikemaster. HEX triplet: 9F, 4B and 87. RGB value is (159,75,135). Sum of RGB (Red+Green+Blue) = 159+75+135=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 75 (29.69% from 255 or 20.33% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4B87 is #60B478. Grayscale: #6A6A6A. Windows color (decimal): -6337657 or 8866719. OLE color: 8866719.
HSL color Cylindrical-coordinate representation of color #9F4B87: hue angle of 317.14º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4B87 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 75 | 135 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.38 |
| HSL | 317.14º | 0.36% | 0.46% | - |
| HSV(B) | 317.14º | 0.53% | 0.62% | - |
| XYZ | 21.19 | 14.15 | 24.54 | - |
| YUV | 106.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 135 | 0 | 0.53 | 0.15 | 0.38 | 317.14 | 0.36 | 0.46 |
| Hex | 9F | 4B | 87 | 0 | 35 | F | 26 | 13D | 24 | 2E |
| Octal | 237 | 113 | 207 | 0 | 65 | 17 | 46 | 475 | 44 | 56 |
| Binary | 10011111 | 1001011 | 10000111 | 0 | 110101 | 1111 | 100110 | 100111101 | 100100 | 101110 |
Color Harmonies of #9F4B87
Complementary color
Monochromatic Colors of #9F4B87
Black with #9F4B87
Text Example
Text Example
White with #9F4B87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4B87; }
p { color: rgb(159,75,135); }
H1.HeaderClassName
{
color: #9F4B87;
}
.AnyTagClassName
{
color: #9F4B87;
}
</style>
background-color css
<style>
a { background-color: #9F4B87; }
a { background-color: rgb(159,75,135); }
div.DivClassName
{
background-color: #9F4B87;
}
.BgClassName
{
background-color: #9F4B87;
}
</style>
border-color css
<style>
span { border-color: #9F4B87; }
span { border-color: rgb(159,75,135); }
td.TdClassName
{
border-color: #9F4B87;
}
.TagClassName
{
border-color: #9F4B87;
}
</style>