Shades of Strikemaster #9F608D
Tints of Strikemaster #9F608D
RGB
CMYK
RGB Variations
Color information
#9F608D (or 0x9F608D) is known color: Strikemaster. HEX triplet: 9F, 60 and 8D. RGB value is (159,96,141). Sum of RGB (Red+Green+Blue) = 159+96+141=396 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.15% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 159 - color contains mainly: red. Hex color #9F608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F608D is #609F72. Grayscale: #777777. Windows color (decimal): -6332275 or 9265311. OLE color: 9265311.
HSL color Cylindrical-coordinate representation of color #9F608D: hue angle of 317.14º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F608D is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 96 | 141 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.38 |
| HSL | 317.14º | 0.25% | 0.5% | - |
| HSV(B) | 317.14º | 0.4% | 0.62% | - |
| XYZ | 23.29 | 17.66 | 27.38 | - |
| YUV | 119.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 141 | 0 | 0.40 | 0.11 | 0.38 | 317.14 | 0.25 | 0.5 |
| Hex | 9F | 60 | 8D | 0 | 28 | B | 26 | 13D | 19 | 32 |
| Octal | 237 | 140 | 215 | 0 | 50 | 13 | 46 | 475 | 31 | 62 |
| Binary | 10011111 | 1100000 | 10001101 | 0 | 101000 | 1011 | 100110 | 100111101 | 11001 | 110010 |
Color Harmonies of #9F608D
Complementary color
Monochromatic Colors of #9F608D
Black with #9F608D
Text Example
Text Example
White with #9F608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F608D; }
p { color: rgb(159,96,141); }
H1.HeaderClassName
{
color: #9F608D;
}
.AnyTagClassName
{
color: #9F608D;
}
</style>
background-color css
<style>
a { background-color: #9F608D; }
a { background-color: rgb(159,96,141); }
div.DivClassName
{
background-color: #9F608D;
}
.BgClassName
{
background-color: #9F608D;
}
</style>
border-color css
<style>
span { border-color: #9F608D; }
span { border-color: rgb(159,96,141); }
td.TdClassName
{
border-color: #9F608D;
}
.TagClassName
{
border-color: #9F608D;
}
</style>