Shades of Strikemaster #9F5881
Tints of Strikemaster #9F5881
RGB
CMYK
RGB Variations
Color information
#9F5881 (or 0x9F5881) is known color: Strikemaster. HEX triplet: 9F, 58 and 81. RGB value is (159,88,129). Sum of RGB (Red+Green+Blue) = 159+88+129=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5881 is #60A77E. Grayscale: #717171. Windows color (decimal): -6334335 or 8476831. OLE color: 8476831.
HSL color Cylindrical-coordinate representation of color #9F5881: hue angle of 325.35º 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 #9F5881 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 88 | 129 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.38 |
| HSL | 325.35º | 0.29% | 0.48% | - |
| HSV(B) | 325.35º | 0.45% | 0.62% | - |
| XYZ | 21.75 | 15.94 | 22.7 | - |
| YUV | 113.9 | 136.52 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 88 | 129 | 0 | 0.45 | 0.19 | 0.38 | 325.35 | 0.29 | 0.48 |
| Hex | 9F | 58 | 81 | 0 | 2D | 13 | 26 | 145 | 1D | 30 |
| Octal | 237 | 130 | 201 | 0 | 55 | 23 | 46 | 505 | 35 | 60 |
| Binary | 10011111 | 1011000 | 10000001 | 0 | 101101 | 10011 | 100110 | 101000101 | 11101 | 110000 |
Color Harmonies of #9F5881
Complementary color
Monochromatic Colors of #9F5881
Black with #9F5881
Text Example
Text Example
White with #9F5881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5881; }
p { color: rgb(159,88,129); }
H1.HeaderClassName
{
color: #9F5881;
}
.AnyTagClassName
{
color: #9F5881;
}
</style>
background-color css
<style>
a { background-color: #9F5881; }
a { background-color: rgb(159,88,129); }
div.DivClassName
{
background-color: #9F5881;
}
.BgClassName
{
background-color: #9F5881;
}
</style>
border-color css
<style>
span { border-color: #9F5881; }
span { border-color: rgb(159,88,129); }
td.TdClassName
{
border-color: #9F5881;
}
.TagClassName
{
border-color: #9F5881;
}
</style>