Shades of Strikemaster #9E657E
Tints of Strikemaster #9E657E
RGB
CMYK
RGB Variations
Color information
#9E657E (or 0x9E657E) is known color: Strikemaster. HEX triplet: 9E, 65 and 7E. RGB value is (158,101,126). Sum of RGB (Red+Green+Blue) = 158+101+126=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 158 - color contains mainly: red. Hex color #9E657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E657E is #619A81. Grayscale: #787878. Windows color (decimal): -6396546 or 8283550. OLE color: 8283550.
HSL color Cylindrical-coordinate representation of color #9E657E: hue angle of 333.68º 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 #9E657E is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 126 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.38 |
| HSL | 333.68º | 0.23% | 0.51% | - |
| HSV(B) | 333.68º | 0.36% | 0.62% | - |
| XYZ | 22.52 | 18.08 | 22.04 | - |
| YUV | 120.89 | 130.88 | 154.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 126 | 0 | 0.36 | 0.20 | 0.38 | 333.68 | 0.23 | 0.51 |
| Hex | 9E | 65 | 7E | 0 | 24 | 14 | 26 | 14E | 17 | 33 |
| Octal | 236 | 145 | 176 | 0 | 44 | 24 | 46 | 516 | 27 | 63 |
| Binary | 10011110 | 1100101 | 1111110 | 0 | 100100 | 10100 | 100110 | 101001110 | 10111 | 110011 |
Color Harmonies of #9E657E
Complementary color
Monochromatic Colors of #9E657E
Black with #9E657E
Text Example
Text Example
White with #9E657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E657E; }
p { color: rgb(158,101,126); }
H1.HeaderClassName
{
color: #9E657E;
}
.AnyTagClassName
{
color: #9E657E;
}
</style>
background-color css
<style>
a { background-color: #9E657E; }
a { background-color: rgb(158,101,126); }
div.DivClassName
{
background-color: #9E657E;
}
.BgClassName
{
background-color: #9E657E;
}
</style>
border-color css
<style>
span { border-color: #9E657E; }
span { border-color: rgb(158,101,126); }
td.TdClassName
{
border-color: #9E657E;
}
.TagClassName
{
border-color: #9E657E;
}
</style>