Shades of Strikemaster #9F5588
Tints of Strikemaster #9F5588
RGB
CMYK
RGB Variations
Color information
#9F5588 (or 0x9F5588) is known color: Strikemaster. HEX triplet: 9F, 55 and 88. RGB value is (159,85,136). Sum of RGB (Red+Green+Blue) = 159+85+136=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 136 (53.52% from 255 or 35.79% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5588 is #60AA77. Grayscale: #707070. Windows color (decimal): -6335096 or 8934815. OLE color: 8934815.
HSL color Cylindrical-coordinate representation of color #9F5588: hue angle of 318.65º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F5588 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 136 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.38 |
| HSL | 318.65º | 0.3% | 0.48% | - |
| HSV(B) | 318.65º | 0.47% | 0.62% | - |
| XYZ | 21.99 | 15.65 | 25.15 | - |
| YUV | 112.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 136 | 0 | 0.47 | 0.14 | 0.38 | 318.65 | 0.3 | 0.48 |
| Hex | 9F | 55 | 88 | 0 | 2F | E | 26 | 13F | 1E | 30 |
| Octal | 237 | 125 | 210 | 0 | 57 | 16 | 46 | 477 | 36 | 60 |
| Binary | 10011111 | 1010101 | 10001000 | 0 | 101111 | 1110 | 100110 | 100111111 | 11110 | 110000 |
Color Harmonies of #9F5588
Complementary color
Monochromatic Colors of #9F5588
Black with #9F5588
Text Example
Text Example
White with #9F5588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5588; }
p { color: rgb(159,85,136); }
H1.HeaderClassName
{
color: #9F5588;
}
.AnyTagClassName
{
color: #9F5588;
}
</style>
background-color css
<style>
a { background-color: #9F5588; }
a { background-color: rgb(159,85,136); }
div.DivClassName
{
background-color: #9F5588;
}
.BgClassName
{
background-color: #9F5588;
}
</style>
border-color css
<style>
span { border-color: #9F5588; }
span { border-color: rgb(159,85,136); }
td.TdClassName
{
border-color: #9F5588;
}
.TagClassName
{
border-color: #9F5588;
}
</style>