Shades of Strikemaster #9F658B
Tints of Strikemaster #9F658B
RGB
CMYK
RGB Variations
Color information
#9F658B (or 0x9F658B) is known color: Strikemaster. HEX triplet: 9F, 65 and 8B. RGB value is (159,101,139). Sum of RGB (Red+Green+Blue) = 159+101+139=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F658B is #609A74. Grayscale: #7A7A7A. Windows color (decimal): -6330997 or 9135519. OLE color: 9135519.
HSL color Cylindrical-coordinate representation of color #9F658B: hue angle of 320.69º 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 #9F658B is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 139 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.38 |
| HSL | 320.69º | 0.23% | 0.51% | - |
| HSV(B) | 320.69º | 0.36% | 0.62% | - |
| XYZ | 23.61 | 18.54 | 26.76 | - |
| YUV | 122.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 139 | 0 | 0.36 | 0.13 | 0.38 | 320.69 | 0.23 | 0.51 |
| Hex | 9F | 65 | 8B | 0 | 24 | D | 26 | 141 | 17 | 33 |
| Octal | 237 | 145 | 213 | 0 | 44 | 15 | 46 | 501 | 27 | 63 |
| Binary | 10011111 | 1100101 | 10001011 | 0 | 100100 | 1101 | 100110 | 101000001 | 10111 | 110011 |
Color Harmonies of #9F658B
Complementary color
Monochromatic Colors of #9F658B
Black with #9F658B
Text Example
Text Example
White with #9F658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F658B; }
p { color: rgb(159,101,139); }
H1.HeaderClassName
{
color: #9F658B;
}
.AnyTagClassName
{
color: #9F658B;
}
</style>
background-color css
<style>
a { background-color: #9F658B; }
a { background-color: rgb(159,101,139); }
div.DivClassName
{
background-color: #9F658B;
}
.BgClassName
{
background-color: #9F658B;
}
</style>
border-color css
<style>
span { border-color: #9F658B; }
span { border-color: rgb(159,101,139); }
td.TdClassName
{
border-color: #9F658B;
}
.TagClassName
{
border-color: #9F658B;
}
</style>