Shades of Strikemaster #9E687D
Tints of Strikemaster #9E687D
RGB
CMYK
RGB Variations
Color information
#9E687D (or 0x9E687D) is known color: Strikemaster. HEX triplet: 9E, 68 and 7D. RGB value is (158,104,125). Sum of RGB (Red+Green+Blue) = 158+104+125=387 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.83% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 125 (49.22% from 255 or 32.30% from 387); Max value from RGB is 158 - color contains mainly: red. Hex color #9E687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E687D is #619782. Grayscale: #7A7A7A. Windows color (decimal): -6395779 or 8218782. OLE color: 8218782.
HSL color Cylindrical-coordinate representation of color #9E687D: hue angle of 336.67º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E687D is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 104 | 125 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.38 |
| HSL | 336.67º | 0.22% | 0.51% | - |
| HSV(B) | 336.67º | 0.34% | 0.62% | - |
| XYZ | 22.75 | 18.65 | 21.8 | - |
| YUV | 122.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 104 | 125 | 0 | 0.34 | 0.21 | 0.38 | 336.67 | 0.22 | 0.51 |
| Hex | 9E | 68 | 7D | 0 | 22 | 15 | 26 | 151 | 16 | 33 |
| Octal | 236 | 150 | 175 | 0 | 42 | 25 | 46 | 521 | 26 | 63 |
| Binary | 10011110 | 1101000 | 1111101 | 0 | 100010 | 10101 | 100110 | 101010001 | 10110 | 110011 |
Color Harmonies of #9E687D
Complementary color
Monochromatic Colors of #9E687D
Black with #9E687D
Text Example
Text Example
White with #9E687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E687D; }
p { color: rgb(158,104,125); }
H1.HeaderClassName
{
color: #9E687D;
}
.AnyTagClassName
{
color: #9E687D;
}
</style>
background-color css
<style>
a { background-color: #9E687D; }
a { background-color: rgb(158,104,125); }
div.DivClassName
{
background-color: #9E687D;
}
.BgClassName
{
background-color: #9E687D;
}
</style>
border-color css
<style>
span { border-color: #9E687D; }
span { border-color: rgb(158,104,125); }
td.TdClassName
{
border-color: #9E687D;
}
.TagClassName
{
border-color: #9E687D;
}
</style>