Shades of Strikemaster #9C577B
Tints of Strikemaster #9C577B
RGB
CMYK
RGB Variations
Color information
#9C577B (or 0x9C577B) is known color: Strikemaster. HEX triplet: 9C, 57 and 7B. RGB value is (156,87,123). Sum of RGB (Red+Green+Blue) = 156+87+123=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 156 - color contains mainly: red. Hex color #9C577B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C577B is #63A884. Grayscale: #6F6F6F. Windows color (decimal): -6531205 or 8083356. OLE color: 8083356.
HSL color Cylindrical-coordinate representation of color #9C577B: hue angle of 328.7º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C577B is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 87 | 123 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.39 |
| HSL | 328.7º | 0.28% | 0.48% | - |
| HSV(B) | 328.7º | 0.44% | 0.61% | - |
| XYZ | 20.69 | 15.31 | 20.6 | - |
| YUV | 111.74 | 134.36 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 87 | 123 | 0 | 0.44 | 0.21 | 0.39 | 328.7 | 0.28 | 0.48 |
| Hex | 9C | 57 | 7B | 0 | 2C | 15 | 27 | 149 | 1C | 30 |
| Octal | 234 | 127 | 173 | 0 | 54 | 25 | 47 | 511 | 34 | 60 |
| Binary | 10011100 | 1010111 | 1111011 | 0 | 101100 | 10101 | 100111 | 101001001 | 11100 | 110000 |
Color Harmonies of #9C577B
Complementary color
Monochromatic Colors of #9C577B
Black with #9C577B
Text Example
Text Example
White with #9C577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C577B; }
p { color: rgb(156,87,123); }
H1.HeaderClassName
{
color: #9C577B;
}
.AnyTagClassName
{
color: #9C577B;
}
</style>
background-color css
<style>
a { background-color: #9C577B; }
a { background-color: rgb(156,87,123); }
div.DivClassName
{
background-color: #9C577B;
}
.BgClassName
{
background-color: #9C577B;
}
</style>
border-color css
<style>
span { border-color: #9C577B; }
span { border-color: rgb(156,87,123); }
td.TdClassName
{
border-color: #9C577B;
}
.TagClassName
{
border-color: #9C577B;
}
</style>