Shades of Strikemaster #9C657B
Tints of Strikemaster #9C657B
RGB
CMYK
RGB Variations
Color information
#9C657B (or 0x9C657B) is known color: Strikemaster. HEX triplet: 9C, 65 and 7B. RGB value is (156,101,123). Sum of RGB (Red+Green+Blue) = 156+101+123=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 101 (39.84% from 255 or 26.58% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C657B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C657B is #639A84. Grayscale: #777777. Windows color (decimal): -6527621 or 8086940. OLE color: 8086940.
HSL color Cylindrical-coordinate representation of color #9C657B: hue angle of 336º 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 #9C657B is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 123 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.39 |
| HSL | 336º | 0.22% | 0.5% | - |
| HSV(B) | 336º | 0.35% | 0.61% | - |
| XYZ | 21.94 | 17.81 | 21.02 | - |
| YUV | 119.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 123 | 0 | 0.35 | 0.21 | 0.39 | 336 | 0.22 | 0.5 |
| Hex | 9C | 65 | 7B | 0 | 23 | 15 | 27 | 150 | 16 | 32 |
| Octal | 234 | 145 | 173 | 0 | 43 | 25 | 47 | 520 | 26 | 62 |
| Binary | 10011100 | 1100101 | 1111011 | 0 | 100011 | 10101 | 100111 | 101010000 | 10110 | 110010 |
Color Harmonies of #9C657B
Complementary color
Monochromatic Colors of #9C657B
Black with #9C657B
Text Example
Text Example
White with #9C657B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C657B; }
p { color: rgb(156,101,123); }
H1.HeaderClassName
{
color: #9C657B;
}
.AnyTagClassName
{
color: #9C657B;
}
</style>
background-color css
<style>
a { background-color: #9C657B; }
a { background-color: rgb(156,101,123); }
div.DivClassName
{
background-color: #9C657B;
}
.BgClassName
{
background-color: #9C657B;
}
</style>
border-color css
<style>
span { border-color: #9C657B; }
span { border-color: rgb(156,101,123); }
td.TdClassName
{
border-color: #9C657B;
}
.TagClassName
{
border-color: #9C657B;
}
</style>