Shades of Strikemaster #9F678D
Tints of Strikemaster #9F678D
RGB
CMYK
RGB Variations
Color information
#9F678D (or 0x9F678D) is known color: Strikemaster. HEX triplet: 9F, 67 and 8D. RGB value is (159,103,141). Sum of RGB (Red+Green+Blue) = 159+103+141=403 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.45% from 403); Green value is 103 (40.62% from 255 or 25.56% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 159 - color contains mainly: red. Hex color #9F678D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F678D is #609872. Grayscale: #7B7B7B. Windows color (decimal): -6330483 or 9267103. OLE color: 9267103.
HSL color Cylindrical-coordinate representation of color #9F678D: hue angle of 319.29º 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 #9F678D is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 103 | 141 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.38 |
| HSL | 319.29º | 0.23% | 0.51% | - |
| HSV(B) | 319.29º | 0.35% | 0.62% | - |
| XYZ | 23.96 | 18.99 | 27.6 | - |
| YUV | 124.08 | 137.55 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 103 | 141 | 0 | 0.35 | 0.11 | 0.38 | 319.29 | 0.23 | 0.51 |
| Hex | 9F | 67 | 8D | 0 | 23 | B | 26 | 13F | 17 | 33 |
| Octal | 237 | 147 | 215 | 0 | 43 | 13 | 46 | 477 | 27 | 63 |
| Binary | 10011111 | 1100111 | 10001101 | 0 | 100011 | 1011 | 100110 | 100111111 | 10111 | 110011 |
Color Harmonies of #9F678D
Complementary color
Monochromatic Colors of #9F678D
Black with #9F678D
Text Example
Text Example
White with #9F678D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F678D; }
p { color: rgb(159,103,141); }
H1.HeaderClassName
{
color: #9F678D;
}
.AnyTagClassName
{
color: #9F678D;
}
</style>
background-color css
<style>
a { background-color: #9F678D; }
a { background-color: rgb(159,103,141); }
div.DivClassName
{
background-color: #9F678D;
}
.BgClassName
{
background-color: #9F678D;
}
</style>
border-color css
<style>
span { border-color: #9F678D; }
span { border-color: rgb(159,103,141); }
td.TdClassName
{
border-color: #9F678D;
}
.TagClassName
{
border-color: #9F678D;
}
</style>