Shades of Strikemaster #9F4D88
Tints of Strikemaster #9F4D88
RGB
CMYK
RGB Variations
Color information
#9F4D88 (or 0x9F4D88) is known color: Strikemaster. HEX triplet: 9F, 4D and 88. RGB value is (159,77,136). Sum of RGB (Red+Green+Blue) = 159+77+136=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 77 (30.47% from 255 or 20.70% from 372); Blue value is 136 (53.52% from 255 or 36.56% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4D88 is #60B277. Grayscale: #6C6C6C. Windows color (decimal): -6337144 or 8932767. OLE color: 8932767.
HSL color Cylindrical-coordinate representation of color #9F4D88: hue angle of 316.83º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F4D88 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 77 | 136 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.38 |
| HSL | 316.83º | 0.35% | 0.46% | - |
| HSV(B) | 316.83º | 0.52% | 0.62% | - |
| XYZ | 21.4 | 14.46 | 24.96 | - |
| YUV | 108.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 136 | 0 | 0.52 | 0.14 | 0.38 | 316.83 | 0.35 | 0.46 |
| Hex | 9F | 4D | 88 | 0 | 34 | E | 26 | 13D | 23 | 2E |
| Octal | 237 | 115 | 210 | 0 | 64 | 16 | 46 | 475 | 43 | 56 |
| Binary | 10011111 | 1001101 | 10001000 | 0 | 110100 | 1110 | 100110 | 100111101 | 100011 | 101110 |
Color Harmonies of #9F4D88
Complementary color
Monochromatic Colors of #9F4D88
Black with #9F4D88
Text Example
Text Example
White with #9F4D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4D88; }
p { color: rgb(159,77,136); }
H1.HeaderClassName
{
color: #9F4D88;
}
.AnyTagClassName
{
color: #9F4D88;
}
</style>
background-color css
<style>
a { background-color: #9F4D88; }
a { background-color: rgb(159,77,136); }
div.DivClassName
{
background-color: #9F4D88;
}
.BgClassName
{
background-color: #9F4D88;
}
</style>
border-color css
<style>
span { border-color: #9F4D88; }
span { border-color: rgb(159,77,136); }
td.TdClassName
{
border-color: #9F4D88;
}
.TagClassName
{
border-color: #9F4D88;
}
</style>