Shades of Strikemaster #9A657E
Tints of Strikemaster #9A657E
RGB
CMYK
RGB Variations
Color information
#9A657E (or 0x9A657E) is known color: Strikemaster. HEX triplet: 9A, 65 and 7E. RGB value is (154,101,126). Sum of RGB (Red+Green+Blue) = 154+101+126=381 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.42% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 154 - color contains mainly: red. Hex color #9A657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A657E is #659A81. Grayscale: #777777. Windows color (decimal): -6658690 or 8283546. OLE color: 8283546.
HSL color Cylindrical-coordinate representation of color #9A657E: hue angle of 331.7º 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 #9A657E is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 101 | 126 | - |
| CMYK | 0 | 0.34 | 0.18 | 0.40 |
| HSL | 331.7º | 0.21% | 0.5% | - |
| HSV(B) | 331.7º | 0.34% | 0.6% | - |
| XYZ | 21.75 | 17.68 | 22.01 | - |
| YUV | 119.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 126 | 0 | 0.34 | 0.18 | 0.40 | 331.7 | 0.21 | 0.5 |
| Hex | 9A | 65 | 7E | 0 | 22 | 12 | 28 | 14C | 15 | 32 |
| Octal | 232 | 145 | 176 | 0 | 42 | 22 | 50 | 514 | 25 | 62 |
| Binary | 10011010 | 1100101 | 1111110 | 0 | 100010 | 10010 | 101000 | 101001100 | 10101 | 110010 |
Color Harmonies of #9A657E
Complementary color
Monochromatic Colors of #9A657E
Black with #9A657E
Text Example
Text Example
White with #9A657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A657E; }
p { color: rgb(154,101,126); }
H1.HeaderClassName
{
color: #9A657E;
}
.AnyTagClassName
{
color: #9A657E;
}
</style>
background-color css
<style>
a { background-color: #9A657E; }
a { background-color: rgb(154,101,126); }
div.DivClassName
{
background-color: #9A657E;
}
.BgClassName
{
background-color: #9A657E;
}
</style>
border-color css
<style>
span { border-color: #9A657E; }
span { border-color: rgb(154,101,126); }
td.TdClassName
{
border-color: #9A657E;
}
.TagClassName
{
border-color: #9A657E;
}
</style>