Shades of Strikemaster #9A7586
Tints of Strikemaster #9A7586
RGB
CMYK
RGB Variations
Color information
#9A7586 (or 0x9A7586) is known color: Strikemaster. HEX triplet: 9A, 75 and 86. RGB value is (154,117,134). Sum of RGB (Red+Green+Blue) = 154+117+134=405 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.02% from 405); Green value is 117 (46.09% from 255 or 28.89% from 405); Blue value is 134 (52.73% from 255 or 33.09% from 405); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7586 is #658A79. Grayscale: #818181. Windows color (decimal): -6654586 or 8811930. OLE color: 8811930.
HSL color Cylindrical-coordinate representation of color #9A7586: hue angle of 332.43º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9A7586 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 117 | 134 | - |
| CMYK | 0 | 0.24 | 0.13 | 0.40 |
| HSL | 332.43º | 0.15% | 0.53% | - |
| HSV(B) | 332.43º | 0.24% | 0.6% | - |
| XYZ | 23.99 | 21.31 | 25.4 | - |
| YUV | 130 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 117 | 134 | 0 | 0.24 | 0.13 | 0.40 | 332.43 | 0.15 | 0.53 |
| Hex | 9A | 75 | 86 | 0 | 18 | D | 28 | 14C | F | 35 |
| Octal | 232 | 165 | 206 | 0 | 30 | 15 | 50 | 514 | 17 | 65 |
| Binary | 10011010 | 1110101 | 10000110 | 0 | 11000 | 1101 | 101000 | 101001100 | 1111 | 110101 |
Color Harmonies of #9A7586
Complementary color
Monochromatic Colors of #9A7586
Black with #9A7586
Text Example
Text Example
White with #9A7586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7586; }
p { color: rgb(154,117,134); }
H1.HeaderClassName
{
color: #9A7586;
}
.AnyTagClassName
{
color: #9A7586;
}
</style>
background-color css
<style>
a { background-color: #9A7586; }
a { background-color: rgb(154,117,134); }
div.DivClassName
{
background-color: #9A7586;
}
.BgClassName
{
background-color: #9A7586;
}
</style>
border-color css
<style>
span { border-color: #9A7586; }
span { border-color: rgb(154,117,134); }
td.TdClassName
{
border-color: #9A7586;
}
.TagClassName
{
border-color: #9A7586;
}
</style>