Shades of Strikemaster #9E6D85
Tints of Strikemaster #9E6D85
RGB
CMYK
RGB Variations
Color information
#9E6D85 (or 0x9E6D85) is known color: Strikemaster. HEX triplet: 9E, 6D and 85. RGB value is (158,109,133). Sum of RGB (Red+Green+Blue) = 158+109+133=400 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.5% from 400); Green value is 109 (42.97% from 255 or 27.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6D85 is #61927A. Grayscale: #7E7E7E. Windows color (decimal): -6394491 or 8744350. OLE color: 8744350.
HSL color Cylindrical-coordinate representation of color #9E6D85: hue angle of 330.61º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9E6D85 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 109 | 133 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.38 |
| HSL | 330.61º | 0.2% | 0.52% | - |
| HSV(B) | 330.61º | 0.31% | 0.62% | - |
| XYZ | 23.8 | 19.9 | 24.78 | - |
| YUV | 126.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 109 | 133 | 0 | 0.31 | 0.16 | 0.38 | 330.61 | 0.2 | 0.52 |
| Hex | 9E | 6D | 85 | 0 | 1F | 10 | 26 | 14B | 14 | 34 |
| Octal | 236 | 155 | 205 | 0 | 37 | 20 | 46 | 513 | 24 | 64 |
| Binary | 10011110 | 1101101 | 10000101 | 0 | 11111 | 10000 | 100110 | 101001011 | 10100 | 110100 |
Color Harmonies of #9E6D85
Complementary color
Monochromatic Colors of #9E6D85
Black with #9E6D85
Text Example
Text Example
White with #9E6D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6D85; }
p { color: rgb(158,109,133); }
H1.HeaderClassName
{
color: #9E6D85;
}
.AnyTagClassName
{
color: #9E6D85;
}
</style>
background-color css
<style>
a { background-color: #9E6D85; }
a { background-color: rgb(158,109,133); }
div.DivClassName
{
background-color: #9E6D85;
}
.BgClassName
{
background-color: #9E6D85;
}
</style>
border-color css
<style>
span { border-color: #9E6D85; }
span { border-color: rgb(158,109,133); }
td.TdClassName
{
border-color: #9E6D85;
}
.TagClassName
{
border-color: #9E6D85;
}
</style>