Shades of Strikemaster #9F6389
Tints of Strikemaster #9F6389
RGB
CMYK
RGB Variations
Color information
#9F6389 (or 0x9F6389) is known color: Strikemaster. HEX triplet: 9F, 63 and 89. RGB value is (159,99,137). Sum of RGB (Red+Green+Blue) = 159+99+137=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 137 (53.91% from 255 or 34.68% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6389 is #609C76. Grayscale: #797979. Windows color (decimal): -6331511 or 9003935. OLE color: 9003935.
HSL color Cylindrical-coordinate representation of color #9F6389: hue angle of 322º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F6389 is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 137 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.38 |
| HSL | 322º | 0.24% | 0.51% | - |
| HSV(B) | 322º | 0.38% | 0.62% | - |
| XYZ | 23.28 | 18.1 | 25.93 | - |
| YUV | 121.27 | 136.88 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 137 | 0 | 0.38 | 0.14 | 0.38 | 322 | 0.24 | 0.51 |
| Hex | 9F | 63 | 89 | 0 | 26 | E | 26 | 142 | 18 | 33 |
| Octal | 237 | 143 | 211 | 0 | 46 | 16 | 46 | 502 | 30 | 63 |
| Binary | 10011111 | 1100011 | 10001001 | 0 | 100110 | 1110 | 100110 | 101000010 | 11000 | 110011 |
Color Harmonies of #9F6389
Complementary color
Monochromatic Colors of #9F6389
Black with #9F6389
Text Example
Text Example
White with #9F6389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6389; }
p { color: rgb(159,99,137); }
H1.HeaderClassName
{
color: #9F6389;
}
.AnyTagClassName
{
color: #9F6389;
}
</style>
background-color css
<style>
a { background-color: #9F6389; }
a { background-color: rgb(159,99,137); }
div.DivClassName
{
background-color: #9F6389;
}
.BgClassName
{
background-color: #9F6389;
}
</style>
border-color css
<style>
span { border-color: #9F6389; }
span { border-color: rgb(159,99,137); }
td.TdClassName
{
border-color: #9F6389;
}
.TagClassName
{
border-color: #9F6389;
}
</style>