Shades of Strikemaster #9E667A
Tints of Strikemaster #9E667A
RGB
CMYK
RGB Variations
Color information
#9E667A (or 0x9E667A) is known color: Strikemaster. HEX triplet: 9E, 66 and 7A. RGB value is (158,102,122). Sum of RGB (Red+Green+Blue) = 158+102+122=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 122 (48.05% from 255 or 31.94% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E667A is #619985. Grayscale: #797979. Windows color (decimal): -6396294 or 8021662. OLE color: 8021662.
HSL color Cylindrical-coordinate representation of color #9E667A: hue angle of 338.57º 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 #9E667A is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 102 | 122 | - |
| CMYK | 0 | 0.35 | 0.23 | 0.38 |
| HSL | 338.57º | 0.22% | 0.51% | - |
| HSV(B) | 338.57º | 0.35% | 0.62% | - |
| XYZ | 22.36 | 18.18 | 20.74 | - |
| YUV | 121.02 | 128.55 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 102 | 122 | 0 | 0.35 | 0.23 | 0.38 | 338.57 | 0.22 | 0.51 |
| Hex | 9E | 66 | 7A | 0 | 23 | 17 | 26 | 153 | 16 | 33 |
| Octal | 236 | 146 | 172 | 0 | 43 | 27 | 46 | 523 | 26 | 63 |
| Binary | 10011110 | 1100110 | 1111010 | 0 | 100011 | 10111 | 100110 | 101010011 | 10110 | 110011 |
Color Harmonies of #9E667A
Complementary color
Monochromatic Colors of #9E667A
Black with #9E667A
Text Example
Text Example
White with #9E667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E667A; }
p { color: rgb(158,102,122); }
H1.HeaderClassName
{
color: #9E667A;
}
.AnyTagClassName
{
color: #9E667A;
}
</style>
background-color css
<style>
a { background-color: #9E667A; }
a { background-color: rgb(158,102,122); }
div.DivClassName
{
background-color: #9E667A;
}
.BgClassName
{
background-color: #9E667A;
}
</style>
border-color css
<style>
span { border-color: #9E667A; }
span { border-color: rgb(158,102,122); }
td.TdClassName
{
border-color: #9E667A;
}
.TagClassName
{
border-color: #9E667A;
}
</style>