Shades of Strikemaster #9D667E
Tints of Strikemaster #9D667E
RGB
CMYK
RGB Variations
Color information
#9D667E (or 0x9D667E) is known color: Strikemaster. HEX triplet: 9D, 66 and 7E. RGB value is (157,102,126). Sum of RGB (Red+Green+Blue) = 157+102+126=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 126 (49.61% from 255 or 32.73% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D667E is #629981. Grayscale: #797979. Windows color (decimal): -6461826 or 8283805. OLE color: 8283805.
HSL color Cylindrical-coordinate representation of color #9D667E: hue angle of 333.82º 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 #9D667E is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 102 | 126 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.38 |
| HSL | 333.82º | 0.22% | 0.51% | - |
| HSV(B) | 333.82º | 0.35% | 0.62% | - |
| XYZ | 22.42 | 18.18 | 22.07 | - |
| YUV | 121.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 102 | 126 | 0 | 0.35 | 0.20 | 0.38 | 333.82 | 0.22 | 0.51 |
| Hex | 9D | 66 | 7E | 0 | 23 | 14 | 26 | 14E | 16 | 33 |
| Octal | 235 | 146 | 176 | 0 | 43 | 24 | 46 | 516 | 26 | 63 |
| Binary | 10011101 | 1100110 | 1111110 | 0 | 100011 | 10100 | 100110 | 101001110 | 10110 | 110011 |
Color Harmonies of #9D667E
Complementary color
Monochromatic Colors of #9D667E
Black with #9D667E
Text Example
Text Example
White with #9D667E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D667E; }
p { color: rgb(157,102,126); }
H1.HeaderClassName
{
color: #9D667E;
}
.AnyTagClassName
{
color: #9D667E;
}
</style>
background-color css
<style>
a { background-color: #9D667E; }
a { background-color: rgb(157,102,126); }
div.DivClassName
{
background-color: #9D667E;
}
.BgClassName
{
background-color: #9D667E;
}
</style>
border-color css
<style>
span { border-color: #9D667E; }
span { border-color: rgb(157,102,126); }
td.TdClassName
{
border-color: #9D667E;
}
.TagClassName
{
border-color: #9D667E;
}
</style>