Shades of Strikemaster #9C5988
Tints of Strikemaster #9C5988
RGB
CMYK
RGB Variations
Color information
#9C5988 (or 0x9C5988) is known color: Strikemaster. HEX triplet: 9C, 59 and 88. RGB value is (156,89,136). Sum of RGB (Red+Green+Blue) = 156+89+136=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5988 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5988 is #63A677. Grayscale: #727272. Windows color (decimal): -6530680 or 8935836. OLE color: 8935836.
HSL color Cylindrical-coordinate representation of color #9C5988: hue angle of 317.91º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9C5988 is Cyan = 0, Magento = 0.43, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 89 | 136 | - |
| CMYK | 0 | 0.43 | 0.13 | 0.39 |
| HSL | 317.91º | 0.27% | 0.48% | - |
| HSV(B) | 317.91º | 0.43% | 0.61% | - |
| XYZ | 21.73 | 15.99 | 25.23 | - |
| YUV | 114.39 | 140.2 | 157.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 136 | 0 | 0.43 | 0.13 | 0.39 | 317.91 | 0.27 | 0.48 |
| Hex | 9C | 59 | 88 | 0 | 2B | D | 27 | 13E | 1B | 30 |
| Octal | 234 | 131 | 210 | 0 | 53 | 15 | 47 | 476 | 33 | 60 |
| Binary | 10011100 | 1011001 | 10001000 | 0 | 101011 | 1101 | 100111 | 100111110 | 11011 | 110000 |
Color Harmonies of #9C5988
Complementary color
Monochromatic Colors of #9C5988
Black with #9C5988
Text Example
Text Example
White with #9C5988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5988; }
p { color: rgb(156,89,136); }
H1.HeaderClassName
{
color: #9C5988;
}
.AnyTagClassName
{
color: #9C5988;
}
</style>
background-color css
<style>
a { background-color: #9C5988; }
a { background-color: rgb(156,89,136); }
div.DivClassName
{
background-color: #9C5988;
}
.BgClassName
{
background-color: #9C5988;
}
</style>
border-color css
<style>
span { border-color: #9C5988; }
span { border-color: rgb(156,89,136); }
td.TdClassName
{
border-color: #9C5988;
}
.TagClassName
{
border-color: #9C5988;
}
</style>