Shades of Strikemaster #9F667B
Tints of Strikemaster #9F667B
RGB
CMYK
RGB Variations
Color information
#9F667B (or 0x9F667B) is known color: Strikemaster. HEX triplet: 9F, 66 and 7B. RGB value is (159,102,123). Sum of RGB (Red+Green+Blue) = 159+102+123=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 159 - color contains mainly: red. Hex color #9F667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F667B is #609984. Grayscale: #797979. Windows color (decimal): -6330757 or 8087199. OLE color: 8087199.
HSL color Cylindrical-coordinate representation of color #9F667B: hue angle of 337.89º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F667B is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 102 | 123 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.38 |
| HSL | 337.89º | 0.23% | 0.51% | - |
| HSV(B) | 337.89º | 0.36% | 0.62% | - |
| XYZ | 22.62 | 18.3 | 21.08 | - |
| YUV | 121.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 102 | 123 | 0 | 0.36 | 0.23 | 0.38 | 337.89 | 0.23 | 0.51 |
| Hex | 9F | 66 | 7B | 0 | 24 | 17 | 26 | 152 | 17 | 33 |
| Octal | 237 | 146 | 173 | 0 | 44 | 27 | 46 | 522 | 27 | 63 |
| Binary | 10011111 | 1100110 | 1111011 | 0 | 100100 | 10111 | 100110 | 101010010 | 10111 | 110011 |
Color Harmonies of #9F667B
Complementary color
Monochromatic Colors of #9F667B
Black with #9F667B
Text Example
Text Example
White with #9F667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F667B; }
p { color: rgb(159,102,123); }
H1.HeaderClassName
{
color: #9F667B;
}
.AnyTagClassName
{
color: #9F667B;
}
</style>
background-color css
<style>
a { background-color: #9F667B; }
a { background-color: rgb(159,102,123); }
div.DivClassName
{
background-color: #9F667B;
}
.BgClassName
{
background-color: #9F667B;
}
</style>
border-color css
<style>
span { border-color: #9F667B; }
span { border-color: rgb(159,102,123); }
td.TdClassName
{
border-color: #9F667B;
}
.TagClassName
{
border-color: #9F667B;
}
</style>