Shades of Strikemaster #9D667D
Tints of Strikemaster #9D667D
RGB
CMYK
RGB Variations
Color information
#9D667D (or 0x9D667D) is known color: Strikemaster. HEX triplet: 9D, 66 and 7D. RGB value is (157,102,125). Sum of RGB (Red+Green+Blue) = 157+102+125=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D667D is #629982. Grayscale: #797979. Windows color (decimal): -6461827 or 8218269. OLE color: 8218269.
HSL color Cylindrical-coordinate representation of color #9D667D: hue angle of 334.91º 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 #9D667D is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 102 | 125 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.38 |
| HSL | 334.91º | 0.22% | 0.51% | - |
| HSV(B) | 334.91º | 0.35% | 0.62% | - |
| XYZ | 22.36 | 18.15 | 21.73 | - |
| YUV | 121.07 | 130.22 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 102 | 125 | 0 | 0.35 | 0.20 | 0.38 | 334.91 | 0.22 | 0.51 |
| Hex | 9D | 66 | 7D | 0 | 23 | 14 | 26 | 14F | 16 | 33 |
| Octal | 235 | 146 | 175 | 0 | 43 | 24 | 46 | 517 | 26 | 63 |
| Binary | 10011101 | 1100110 | 1111101 | 0 | 100011 | 10100 | 100110 | 101001111 | 10110 | 110011 |
Color Harmonies of #9D667D
Complementary color
Monochromatic Colors of #9D667D
Black with #9D667D
Text Example
Text Example
White with #9D667D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D667D; }
p { color: rgb(157,102,125); }
H1.HeaderClassName
{
color: #9D667D;
}
.AnyTagClassName
{
color: #9D667D;
}
</style>
background-color css
<style>
a { background-color: #9D667D; }
a { background-color: rgb(157,102,125); }
div.DivClassName
{
background-color: #9D667D;
}
.BgClassName
{
background-color: #9D667D;
}
</style>
border-color css
<style>
span { border-color: #9D667D; }
span { border-color: rgb(157,102,125); }
td.TdClassName
{
border-color: #9D667D;
}
.TagClassName
{
border-color: #9D667D;
}
</style>