Shades of Strikemaster #96657D
Tints of Strikemaster #96657D
RGB
CMYK
RGB Variations
Color information
#96657D (or 0x96657D) is known color: Strikemaster. HEX triplet: 96, 65 and 7D. RGB value is (150,101,125). Sum of RGB (Red+Green+Blue) = 150+101+125=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96657D is #699A82. Grayscale: #767676. Windows color (decimal): -6920835 or 8218006. OLE color: 8218006.
HSL color Cylindrical-coordinate representation of color #96657D: hue angle of 330.61º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96657D is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 101 | 125 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.41 |
| HSL | 330.61º | 0.2% | 0.49% | - |
| HSV(B) | 330.61º | 0.33% | 0.59% | - |
| XYZ | 20.93 | 17.27 | 21.63 | - |
| YUV | 118.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 125 | 0 | 0.33 | 0.17 | 0.41 | 330.61 | 0.2 | 0.49 |
| Hex | 96 | 65 | 7D | 0 | 21 | 11 | 29 | 14B | 14 | 31 |
| Octal | 226 | 145 | 175 | 0 | 41 | 21 | 51 | 513 | 24 | 61 |
| Binary | 10010110 | 1100101 | 1111101 | 0 | 100001 | 10001 | 101001 | 101001011 | 10100 | 110001 |
Color Harmonies of #96657D
Complementary color
Monochromatic Colors of #96657D
Black with #96657D
Text Example
Text Example
White with #96657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96657D; }
p { color: rgb(150,101,125); }
H1.HeaderClassName
{
color: #96657D;
}
.AnyTagClassName
{
color: #96657D;
}
</style>
background-color css
<style>
a { background-color: #96657D; }
a { background-color: rgb(150,101,125); }
div.DivClassName
{
background-color: #96657D;
}
.BgClassName
{
background-color: #96657D;
}
</style>
border-color css
<style>
span { border-color: #96657D; }
span { border-color: rgb(150,101,125); }
td.TdClassName
{
border-color: #96657D;
}
.TagClassName
{
border-color: #96657D;
}
</style>