Shades of Strikemaster #9F5087
Tints of Strikemaster #9F5087
RGB
CMYK
RGB Variations
Color information
#9F5087 (or 0x9F5087) is known color: Strikemaster. HEX triplet: 9F, 50 and 87. RGB value is (159,80,135). Sum of RGB (Red+Green+Blue) = 159+80+135=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 135 (53.12% from 255 or 36.10% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5087 is #60AF78. Grayscale: #6D6D6D. Windows color (decimal): -6336377 or 8867999. OLE color: 8867999.
HSL color Cylindrical-coordinate representation of color #9F5087: hue angle of 318.23º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5087 is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 80 | 135 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.38 |
| HSL | 318.23º | 0.33% | 0.47% | - |
| HSV(B) | 318.23º | 0.5% | 0.62% | - |
| XYZ | 21.54 | 14.86 | 24.65 | - |
| YUV | 109.89 | 142.17 | 163.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 135 | 0 | 0.50 | 0.15 | 0.38 | 318.23 | 0.33 | 0.47 |
| Hex | 9F | 50 | 87 | 0 | 32 | F | 26 | 13E | 21 | 2F |
| Octal | 237 | 120 | 207 | 0 | 62 | 17 | 46 | 476 | 41 | 57 |
| Binary | 10011111 | 1010000 | 10000111 | 0 | 110010 | 1111 | 100110 | 100111110 | 100001 | 101111 |
Color Harmonies of #9F5087
Complementary color
Monochromatic Colors of #9F5087
Black with #9F5087
Text Example
Text Example
White with #9F5087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5087; }
p { color: rgb(159,80,135); }
H1.HeaderClassName
{
color: #9F5087;
}
.AnyTagClassName
{
color: #9F5087;
}
</style>
background-color css
<style>
a { background-color: #9F5087; }
a { background-color: rgb(159,80,135); }
div.DivClassName
{
background-color: #9F5087;
}
.BgClassName
{
background-color: #9F5087;
}
</style>
border-color css
<style>
span { border-color: #9F5087; }
span { border-color: rgb(159,80,135); }
td.TdClassName
{
border-color: #9F5087;
}
.TagClassName
{
border-color: #9F5087;
}
</style>