Shades of Strikemaster #9F5F83
Tints of Strikemaster #9F5F83
RGB
CMYK
RGB Variations
Color information
#9F5F83 (or 0x9F5F83) is known color: Strikemaster. HEX triplet: 9F, 5F and 83. RGB value is (159,95,131). Sum of RGB (Red+Green+Blue) = 159+95+131=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 95 (37.5% from 255 or 24.68% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5F83 is #60A07C. Grayscale: #767676. Windows color (decimal): -6332541 or 8609695. OLE color: 8609695.
HSL color Cylindrical-coordinate representation of color #9F5F83: hue angle of 326.25º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F5F83 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 95 | 131 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.38 |
| HSL | 326.25º | 0.25% | 0.5% | - |
| HSV(B) | 326.25º | 0.4% | 0.62% | - |
| XYZ | 22.49 | 17.19 | 23.61 | - |
| YUV | 118.24 | 135.2 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 95 | 131 | 0 | 0.40 | 0.18 | 0.38 | 326.25 | 0.25 | 0.5 |
| Hex | 9F | 5F | 83 | 0 | 28 | 12 | 26 | 146 | 19 | 32 |
| Octal | 237 | 137 | 203 | 0 | 50 | 22 | 46 | 506 | 31 | 62 |
| Binary | 10011111 | 1011111 | 10000011 | 0 | 101000 | 10010 | 100110 | 101000110 | 11001 | 110010 |
Color Harmonies of #9F5F83
Complementary color
Monochromatic Colors of #9F5F83
Black with #9F5F83
Text Example
Text Example
White with #9F5F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5F83; }
p { color: rgb(159,95,131); }
H1.HeaderClassName
{
color: #9F5F83;
}
.AnyTagClassName
{
color: #9F5F83;
}
</style>
background-color css
<style>
a { background-color: #9F5F83; }
a { background-color: rgb(159,95,131); }
div.DivClassName
{
background-color: #9F5F83;
}
.BgClassName
{
background-color: #9F5F83;
}
</style>
border-color css
<style>
span { border-color: #9F5F83; }
span { border-color: rgb(159,95,131); }
td.TdClassName
{
border-color: #9F5F83;
}
.TagClassName
{
border-color: #9F5F83;
}
</style>