Shades of Strikemaster #9E677D
Tints of Strikemaster #9E677D
RGB
CMYK
RGB Variations
Color information
#9E677D (or 0x9E677D) is known color: Strikemaster. HEX triplet: 9E, 67 and 7D. RGB value is (158,103,125). Sum of RGB (Red+Green+Blue) = 158+103+125=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 158 - color contains mainly: red. Hex color #9E677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E677D is #619882. Grayscale: #797979. Windows color (decimal): -6396035 or 8218526. OLE color: 8218526.
HSL color Cylindrical-coordinate representation of color #9E677D: hue angle of 336º 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 #9E677D is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 103 | 125 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.38 |
| HSL | 336º | 0.22% | 0.51% | - |
| HSV(B) | 336º | 0.35% | 0.62% | - |
| XYZ | 22.65 | 18.45 | 21.77 | - |
| YUV | 121.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 103 | 125 | 0 | 0.35 | 0.21 | 0.38 | 336 | 0.22 | 0.51 |
| Hex | 9E | 67 | 7D | 0 | 23 | 15 | 26 | 150 | 16 | 33 |
| Octal | 236 | 147 | 175 | 0 | 43 | 25 | 46 | 520 | 26 | 63 |
| Binary | 10011110 | 1100111 | 1111101 | 0 | 100011 | 10101 | 100110 | 101010000 | 10110 | 110011 |
Color Harmonies of #9E677D
Complementary color
Monochromatic Colors of #9E677D
Black with #9E677D
Text Example
Text Example
White with #9E677D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E677D; }
p { color: rgb(158,103,125); }
H1.HeaderClassName
{
color: #9E677D;
}
.AnyTagClassName
{
color: #9E677D;
}
</style>
background-color css
<style>
a { background-color: #9E677D; }
a { background-color: rgb(158,103,125); }
div.DivClassName
{
background-color: #9E677D;
}
.BgClassName
{
background-color: #9E677D;
}
</style>
border-color css
<style>
span { border-color: #9E677D; }
span { border-color: rgb(158,103,125); }
td.TdClassName
{
border-color: #9E677D;
}
.TagClassName
{
border-color: #9E677D;
}
</style>