Shades of Strikemaster #9E667E
Tints of Strikemaster #9E667E
RGB
CMYK
RGB Variations
Color information
#9E667E (or 0x9E667E) is known color: Strikemaster. HEX triplet: 9E, 66 and 7E. RGB value is (158,102,126). Sum of RGB (Red+Green+Blue) = 158+102+126=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 126 (49.61% from 255 or 32.64% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E667E is #619981. Grayscale: #797979. Windows color (decimal): -6396290 or 8283806. OLE color: 8283806.
HSL color Cylindrical-coordinate representation of color #9E667E: hue angle of 334.29º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E667E is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 102 | 126 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.38 |
| HSL | 334.29º | 0.22% | 0.51% | - |
| HSV(B) | 334.29º | 0.35% | 0.62% | - |
| XYZ | 22.62 | 18.28 | 22.07 | - |
| YUV | 121.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 126 | 0 | 0.35 | 0.20 | 0.38 | 334.29 | 0.22 | 0.51 |
| Hex | 9E | 66 | 7E | 0 | 23 | 14 | 26 | 14E | 16 | 33 |
| Octal | 236 | 146 | 176 | 0 | 43 | 24 | 46 | 516 | 26 | 63 |
| Binary | 10011110 | 1100110 | 1111110 | 0 | 100011 | 10100 | 100110 | 101001110 | 10110 | 110011 |
Color Harmonies of #9E667E
Complementary color
Monochromatic Colors of #9E667E
Black with #9E667E
Text Example
Text Example
White with #9E667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E667E; }
p { color: rgb(158,102,126); }
H1.HeaderClassName
{
color: #9E667E;
}
.AnyTagClassName
{
color: #9E667E;
}
</style>
background-color css
<style>
a { background-color: #9E667E; }
a { background-color: rgb(158,102,126); }
div.DivClassName
{
background-color: #9E667E;
}
.BgClassName
{
background-color: #9E667E;
}
</style>
border-color css
<style>
span { border-color: #9E667E; }
span { border-color: rgb(158,102,126); }
td.TdClassName
{
border-color: #9E667E;
}
.TagClassName
{
border-color: #9E667E;
}
</style>