Shades of Strikemaster #9F588A
Tints of Strikemaster #9F588A
RGB
CMYK
RGB Variations
Color information
#9F588A (or 0x9F588A) is known color: Strikemaster. HEX triplet: 9F, 58 and 8A. RGB value is (159,88,138). Sum of RGB (Red+Green+Blue) = 159+88+138=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F588A is #60A775. Grayscale: #727272. Windows color (decimal): -6334326 or 9066655. OLE color: 9066655.
HSL color Cylindrical-coordinate representation of color #9F588A: hue angle of 317.75º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9F588A is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 88 | 138 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.38 |
| HSL | 317.75º | 0.29% | 0.48% | - |
| HSV(B) | 317.75º | 0.45% | 0.62% | - |
| XYZ | 22.38 | 16.19 | 25.99 | - |
| YUV | 114.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 138 | 0 | 0.45 | 0.13 | 0.38 | 317.75 | 0.29 | 0.48 |
| Hex | 9F | 58 | 8A | 0 | 2D | D | 26 | 13E | 1D | 30 |
| Octal | 237 | 130 | 212 | 0 | 55 | 15 | 46 | 476 | 35 | 60 |
| Binary | 10011111 | 1011000 | 10001010 | 0 | 101101 | 1101 | 100110 | 100111110 | 11101 | 110000 |
Color Harmonies of #9F588A
Complementary color
Monochromatic Colors of #9F588A
Black with #9F588A
Text Example
Text Example
White with #9F588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F588A; }
p { color: rgb(159,88,138); }
H1.HeaderClassName
{
color: #9F588A;
}
.AnyTagClassName
{
color: #9F588A;
}
</style>
background-color css
<style>
a { background-color: #9F588A; }
a { background-color: rgb(159,88,138); }
div.DivClassName
{
background-color: #9F588A;
}
.BgClassName
{
background-color: #9F588A;
}
</style>
border-color css
<style>
span { border-color: #9F588A; }
span { border-color: rgb(159,88,138); }
td.TdClassName
{
border-color: #9F588A;
}
.TagClassName
{
border-color: #9F588A;
}
</style>