Shades of Strikemaster #9F6988
Tints of Strikemaster #9F6988
RGB
CMYK
RGB Variations
Color information
#9F6988 (or 0x9F6988) is known color: Strikemaster. HEX triplet: 9F, 69 and 88. RGB value is (159,105,136). Sum of RGB (Red+Green+Blue) = 159+105+136=400 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.75% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 136 (53.52% from 255 or 34% from 400); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6988 is #609677. Grayscale: #7C7C7C. Windows color (decimal): -6329976 or 8939935. OLE color: 8939935.
HSL color Cylindrical-coordinate representation of color #9F6988: hue angle of 325.56º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F6988 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 105 | 136 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.38 |
| HSL | 325.56º | 0.22% | 0.52% | - |
| HSV(B) | 325.56º | 0.34% | 0.62% | - |
| XYZ | 23.79 | 19.25 | 25.75 | - |
| YUV | 124.68 | 134.39 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 105 | 136 | 0 | 0.34 | 0.14 | 0.38 | 325.56 | 0.22 | 0.52 |
| Hex | 9F | 69 | 88 | 0 | 22 | E | 26 | 146 | 16 | 34 |
| Octal | 237 | 151 | 210 | 0 | 42 | 16 | 46 | 506 | 26 | 64 |
| Binary | 10011111 | 1101001 | 10001000 | 0 | 100010 | 1110 | 100110 | 101000110 | 10110 | 110100 |
Color Harmonies of #9F6988
Complementary color
Monochromatic Colors of #9F6988
Black with #9F6988
Text Example
Text Example
White with #9F6988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6988; }
p { color: rgb(159,105,136); }
H1.HeaderClassName
{
color: #9F6988;
}
.AnyTagClassName
{
color: #9F6988;
}
</style>
background-color css
<style>
a { background-color: #9F6988; }
a { background-color: rgb(159,105,136); }
div.DivClassName
{
background-color: #9F6988;
}
.BgClassName
{
background-color: #9F6988;
}
</style>
border-color css
<style>
span { border-color: #9F6988; }
span { border-color: rgb(159,105,136); }
td.TdClassName
{
border-color: #9F6988;
}
.TagClassName
{
border-color: #9F6988;
}
</style>