Shades of Strikemaster #9C5981
Tints of Strikemaster #9C5981
RGB
CMYK
RGB Variations
Color information
#9C5981 (or 0x9C5981) is known color: Strikemaster. HEX triplet: 9C, 59 and 81. RGB value is (156,89,129). Sum of RGB (Red+Green+Blue) = 156+89+129=374 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.71% from 374); Green value is 89 (35.16% from 255 or 23.80% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5981 is #63A67E. Grayscale: #717171. Windows color (decimal): -6530687 or 8477084. OLE color: 8477084.
HSL color Cylindrical-coordinate representation of color #9C5981: hue angle of 324.18º 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 #9C5981 is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 89 | 129 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.39 |
| HSL | 324.18º | 0.27% | 0.48% | - |
| HSV(B) | 324.18º | 0.43% | 0.61% | - |
| XYZ | 21.25 | 15.8 | 22.7 | - |
| YUV | 113.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 129 | 0 | 0.43 | 0.17 | 0.39 | 324.18 | 0.27 | 0.48 |
| Hex | 9C | 59 | 81 | 0 | 2B | 11 | 27 | 144 | 1B | 30 |
| Octal | 234 | 131 | 201 | 0 | 53 | 21 | 47 | 504 | 33 | 60 |
| Binary | 10011100 | 1011001 | 10000001 | 0 | 101011 | 10001 | 100111 | 101000100 | 11011 | 110000 |
Color Harmonies of #9C5981
Complementary color
Monochromatic Colors of #9C5981
Black with #9C5981
Text Example
Text Example
White with #9C5981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5981; }
p { color: rgb(156,89,129); }
H1.HeaderClassName
{
color: #9C5981;
}
.AnyTagClassName
{
color: #9C5981;
}
</style>
background-color css
<style>
a { background-color: #9C5981; }
a { background-color: rgb(156,89,129); }
div.DivClassName
{
background-color: #9C5981;
}
.BgClassName
{
background-color: #9C5981;
}
</style>
border-color css
<style>
span { border-color: #9C5981; }
span { border-color: rgb(156,89,129); }
td.TdClassName
{
border-color: #9C5981;
}
.TagClassName
{
border-color: #9C5981;
}
</style>