Shades of Strikemaster #9C658D
Tints of Strikemaster #9C658D
RGB
CMYK
RGB Variations
Color information
#9C658D (or 0x9C658D) is known color: Strikemaster. HEX triplet: 9C, 65 and 8D. RGB value is (156,101,141). Sum of RGB (Red+Green+Blue) = 156+101+141=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 101 (39.84% from 255 or 25.38% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 156 - color contains mainly: red. Hex color #9C658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C658D is #639A72. Grayscale: #797979. Windows color (decimal): -6527603 or 9266588. OLE color: 9266588.
HSL color Cylindrical-coordinate representation of color #9C658D: hue angle of 316.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C658D is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 141 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.39 |
| HSL | 316.36º | 0.22% | 0.5% | - |
| HSV(B) | 316.36º | 0.35% | 0.61% | - |
| XYZ | 23.17 | 18.3 | 27.51 | - |
| YUV | 122.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 141 | 0 | 0.35 | 0.10 | 0.39 | 316.36 | 0.22 | 0.5 |
| Hex | 9C | 65 | 8D | 0 | 23 | A | 27 | 13C | 16 | 32 |
| Octal | 234 | 145 | 215 | 0 | 43 | 12 | 47 | 474 | 26 | 62 |
| Binary | 10011100 | 1100101 | 10001101 | 0 | 100011 | 1010 | 100111 | 100111100 | 10110 | 110010 |
Color Harmonies of #9C658D
Complementary color
Monochromatic Colors of #9C658D
Black with #9C658D
Text Example
Text Example
White with #9C658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C658D; }
p { color: rgb(156,101,141); }
H1.HeaderClassName
{
color: #9C658D;
}
.AnyTagClassName
{
color: #9C658D;
}
</style>
background-color css
<style>
a { background-color: #9C658D; }
a { background-color: rgb(156,101,141); }
div.DivClassName
{
background-color: #9C658D;
}
.BgClassName
{
background-color: #9C658D;
}
</style>
border-color css
<style>
span { border-color: #9C658D; }
span { border-color: rgb(156,101,141); }
td.TdClassName
{
border-color: #9C658D;
}
.TagClassName
{
border-color: #9C658D;
}
</style>