Shades of Strikemaster #9F5386
Tints of Strikemaster #9F5386
RGB
CMYK
RGB Variations
Color information
#9F5386 (or 0x9F5386) is known color: Strikemaster. HEX triplet: 9F, 53 and 86. RGB value is (159,83,134). Sum of RGB (Red+Green+Blue) = 159+83+134=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5386 is #60AC79. Grayscale: #6F6F6F. Windows color (decimal): -6335610 or 8803231. OLE color: 8803231.
HSL color Cylindrical-coordinate representation of color #9F5386: hue angle of 319.74º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5386 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 134 | - |
| CMYK | 0 | 0.48 | 0.16 | 0.38 |
| HSL | 319.74º | 0.31% | 0.47% | - |
| HSV(B) | 319.74º | 0.48% | 0.62% | - |
| XYZ | 21.69 | 15.28 | 24.36 | - |
| YUV | 111.54 | 140.68 | 161.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 134 | 0 | 0.48 | 0.16 | 0.38 | 319.74 | 0.31 | 0.47 |
| Hex | 9F | 53 | 86 | 0 | 30 | 10 | 26 | 140 | 1F | 2F |
| Octal | 237 | 123 | 206 | 0 | 60 | 20 | 46 | 500 | 37 | 57 |
| Binary | 10011111 | 1010011 | 10000110 | 0 | 110000 | 10000 | 100110 | 101000000 | 11111 | 101111 |
Color Harmonies of #9F5386
Complementary color
Monochromatic Colors of #9F5386
Black with #9F5386
Text Example
Text Example
White with #9F5386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5386; }
p { color: rgb(159,83,134); }
H1.HeaderClassName
{
color: #9F5386;
}
.AnyTagClassName
{
color: #9F5386;
}
</style>
background-color css
<style>
a { background-color: #9F5386; }
a { background-color: rgb(159,83,134); }
div.DivClassName
{
background-color: #9F5386;
}
.BgClassName
{
background-color: #9F5386;
}
</style>
border-color css
<style>
span { border-color: #9F5386; }
span { border-color: rgb(159,83,134); }
td.TdClassName
{
border-color: #9F5386;
}
.TagClassName
{
border-color: #9F5386;
}
</style>