Shades of Strikemaster #9A647E
Tints of Strikemaster #9A647E
RGB
CMYK
RGB Variations
Color information
#9A647E (or 0x9A647E) is known color: Strikemaster. HEX triplet: 9A, 64 and 7E. RGB value is (154,100,126). Sum of RGB (Red+Green+Blue) = 154+100+126=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 154 - color contains mainly: red. Hex color #9A647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A647E is #659B81. Grayscale: #777777. Windows color (decimal): -6658946 or 8283290. OLE color: 8283290.
HSL color Cylindrical-coordinate representation of color #9A647E: hue angle of 331.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9A647E is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 100 | 126 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.40 |
| HSL | 331.11º | 0.21% | 0.5% | - |
| HSV(B) | 331.11º | 0.35% | 0.6% | - |
| XYZ | 21.65 | 17.49 | 21.97 | - |
| YUV | 119.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 100 | 126 | 0 | 0.35 | 0.18 | 0.40 | 331.11 | 0.21 | 0.5 |
| Hex | 9A | 64 | 7E | 0 | 23 | 12 | 28 | 14B | 15 | 32 |
| Octal | 232 | 144 | 176 | 0 | 43 | 22 | 50 | 513 | 25 | 62 |
| Binary | 10011010 | 1100100 | 1111110 | 0 | 100011 | 10010 | 101000 | 101001011 | 10101 | 110010 |
Color Harmonies of #9A647E
Complementary color
Monochromatic Colors of #9A647E
Black with #9A647E
Text Example
Text Example
White with #9A647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A647E; }
p { color: rgb(154,100,126); }
H1.HeaderClassName
{
color: #9A647E;
}
.AnyTagClassName
{
color: #9A647E;
}
</style>
background-color css
<style>
a { background-color: #9A647E; }
a { background-color: rgb(154,100,126); }
div.DivClassName
{
background-color: #9A647E;
}
.BgClassName
{
background-color: #9A647E;
}
</style>
border-color css
<style>
span { border-color: #9A647E; }
span { border-color: rgb(154,100,126); }
td.TdClassName
{
border-color: #9A647E;
}
.TagClassName
{
border-color: #9A647E;
}
</style>