Shades of Strikemaster #9F678B
Tints of Strikemaster #9F678B
RGB
CMYK
RGB Variations
Color information
#9F678B (or 0x9F678B) is known color: Strikemaster. HEX triplet: 9F, 67 and 8B. RGB value is (159,103,139). Sum of RGB (Red+Green+Blue) = 159+103+139=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F678B is #609874. Grayscale: #7B7B7B. Windows color (decimal): -6330485 or 9136031. OLE color: 9136031.
HSL color Cylindrical-coordinate representation of color #9F678B: hue angle of 321.43º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F678B is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 139 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.38 |
| HSL | 321.43º | 0.23% | 0.51% | - |
| HSV(B) | 321.43º | 0.35% | 0.62% | - |
| XYZ | 23.81 | 18.94 | 26.83 | - |
| YUV | 123.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 139 | 0 | 0.35 | 0.13 | 0.38 | 321.43 | 0.23 | 0.51 |
| Hex | 9F | 67 | 8B | 0 | 23 | D | 26 | 141 | 17 | 33 |
| Octal | 237 | 147 | 213 | 0 | 43 | 15 | 46 | 501 | 27 | 63 |
| Binary | 10011111 | 1100111 | 10001011 | 0 | 100011 | 1101 | 100110 | 101000001 | 10111 | 110011 |
Color Harmonies of #9F678B
Complementary color
Monochromatic Colors of #9F678B
Black with #9F678B
Text Example
Text Example
White with #9F678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F678B; }
p { color: rgb(159,103,139); }
H1.HeaderClassName
{
color: #9F678B;
}
.AnyTagClassName
{
color: #9F678B;
}
</style>
background-color css
<style>
a { background-color: #9F678B; }
a { background-color: rgb(159,103,139); }
div.DivClassName
{
background-color: #9F678B;
}
.BgClassName
{
background-color: #9F678B;
}
</style>
border-color css
<style>
span { border-color: #9F678B; }
span { border-color: rgb(159,103,139); }
td.TdClassName
{
border-color: #9F678B;
}
.TagClassName
{
border-color: #9F678B;
}
</style>