Shades of Strikemaster #9F5581
Tints of Strikemaster #9F5581
RGB
CMYK
RGB Variations
Color information
#9F5581 (or 0x9F5581) is known color: Strikemaster. HEX triplet: 9F, 55 and 81. RGB value is (159,85,129). Sum of RGB (Red+Green+Blue) = 159+85+129=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5581 is #60AA7E. Grayscale: #707070. Windows color (decimal): -6335103 or 8476063. OLE color: 8476063.
HSL color Cylindrical-coordinate representation of color #9F5581: hue angle of 324.32º 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 #9F5581 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 129 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.38 |
| HSL | 324.32º | 0.3% | 0.48% | - |
| HSV(B) | 324.32º | 0.47% | 0.62% | - |
| XYZ | 21.51 | 15.45 | 22.62 | - |
| YUV | 112.14 | 137.52 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 129 | 0 | 0.47 | 0.19 | 0.38 | 324.32 | 0.3 | 0.48 |
| Hex | 9F | 55 | 81 | 0 | 2F | 13 | 26 | 144 | 1E | 30 |
| Octal | 237 | 125 | 201 | 0 | 57 | 23 | 46 | 504 | 36 | 60 |
| Binary | 10011111 | 1010101 | 10000001 | 0 | 101111 | 10011 | 100110 | 101000100 | 11110 | 110000 |
Color Harmonies of #9F5581
Complementary color
Monochromatic Colors of #9F5581
Black with #9F5581
Text Example
Text Example
White with #9F5581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5581; }
p { color: rgb(159,85,129); }
H1.HeaderClassName
{
color: #9F5581;
}
.AnyTagClassName
{
color: #9F5581;
}
</style>
background-color css
<style>
a { background-color: #9F5581; }
a { background-color: rgb(159,85,129); }
div.DivClassName
{
background-color: #9F5581;
}
.BgClassName
{
background-color: #9F5581;
}
</style>
border-color css
<style>
span { border-color: #9F5581; }
span { border-color: rgb(159,85,129); }
td.TdClassName
{
border-color: #9F5581;
}
.TagClassName
{
border-color: #9F5581;
}
</style>