Shades of Strikemaster #9A657C
Tints of Strikemaster #9A657C
RGB
CMYK
RGB Variations
Color information
#9A657C (or 0x9A657C) is known color: Strikemaster. HEX triplet: 9A, 65 and 7C. RGB value is (154,101,124). Sum of RGB (Red+Green+Blue) = 154+101+124=379 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.63% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 154 - color contains mainly: red. Hex color #9A657C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A657C is #659A83. Grayscale: #777777. Windows color (decimal): -6658692 or 8152474. OLE color: 8152474.
HSL color Cylindrical-coordinate representation of color #9A657C: hue angle of 333.96º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A657C is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 101 | 124 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.40 |
| HSL | 333.96º | 0.21% | 0.5% | - |
| HSV(B) | 333.96º | 0.34% | 0.6% | - |
| XYZ | 21.62 | 17.63 | 21.33 | - |
| YUV | 119.47 | 130.56 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 124 | 0 | 0.34 | 0.19 | 0.40 | 333.96 | 0.21 | 0.5 |
| Hex | 9A | 65 | 7C | 0 | 22 | 13 | 28 | 14E | 15 | 32 |
| Octal | 232 | 145 | 174 | 0 | 42 | 23 | 50 | 516 | 25 | 62 |
| Binary | 10011010 | 1100101 | 1111100 | 0 | 100010 | 10011 | 101000 | 101001110 | 10101 | 110010 |
Color Harmonies of #9A657C
Complementary color
Monochromatic Colors of #9A657C
Black with #9A657C
Text Example
Text Example
White with #9A657C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A657C; }
p { color: rgb(154,101,124); }
H1.HeaderClassName
{
color: #9A657C;
}
.AnyTagClassName
{
color: #9A657C;
}
</style>
background-color css
<style>
a { background-color: #9A657C; }
a { background-color: rgb(154,101,124); }
div.DivClassName
{
background-color: #9A657C;
}
.BgClassName
{
background-color: #9A657C;
}
</style>
border-color css
<style>
span { border-color: #9A657C; }
span { border-color: rgb(154,101,124); }
td.TdClassName
{
border-color: #9A657C;
}
.TagClassName
{
border-color: #9A657C;
}
</style>