Shades of Strikemaster #9E6D80
Tints of Strikemaster #9E6D80
RGB
CMYK
RGB Variations
Color information
#9E6D80 (or 0x9E6D80) is known color: Strikemaster. HEX triplet: 9E, 6D and 80. RGB value is (158,109,128). Sum of RGB (Red+Green+Blue) = 158+109+128=395 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6D80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6D80 is #61927F. Grayscale: #7D7D7D. Windows color (decimal): -6394496 or 8416670. OLE color: 8416670.
HSL color Cylindrical-coordinate representation of color #9E6D80: hue angle of 336.73º 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 #9E6D80 is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 109 | 128 | - |
| CMYK | 0 | 0.31 | 0.19 | 0.38 |
| HSL | 336.73º | 0.2% | 0.52% | - |
| HSV(B) | 336.73º | 0.31% | 0.62% | - |
| XYZ | 23.47 | 19.76 | 23 | - |
| YUV | 125.82 | 129.23 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 109 | 128 | 0 | 0.31 | 0.19 | 0.38 | 336.73 | 0.2 | 0.52 |
| Hex | 9E | 6D | 80 | 0 | 1F | 13 | 26 | 151 | 14 | 34 |
| Octal | 236 | 155 | 200 | 0 | 37 | 23 | 46 | 521 | 24 | 64 |
| Binary | 10011110 | 1101101 | 10000000 | 0 | 11111 | 10011 | 100110 | 101010001 | 10100 | 110100 |
Color Harmonies of #9E6D80
Complementary color
Monochromatic Colors of #9E6D80
Black with #9E6D80
Text Example
Text Example
White with #9E6D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6D80; }
p { color: rgb(158,109,128); }
H1.HeaderClassName
{
color: #9E6D80;
}
.AnyTagClassName
{
color: #9E6D80;
}
</style>
background-color css
<style>
a { background-color: #9E6D80; }
a { background-color: rgb(158,109,128); }
div.DivClassName
{
background-color: #9E6D80;
}
.BgClassName
{
background-color: #9E6D80;
}
</style>
border-color css
<style>
span { border-color: #9E6D80; }
span { border-color: rgb(158,109,128); }
td.TdClassName
{
border-color: #9E6D80;
}
.TagClassName
{
border-color: #9E6D80;
}
</style>