Shades of Strikemaster #9C6187
Tints of Strikemaster #9C6187
RGB
CMYK
RGB Variations
Color information
#9C6187 (or 0x9C6187) is known color: Strikemaster. HEX triplet: 9C, 61 and 87. RGB value is (156,97,135). Sum of RGB (Red+Green+Blue) = 156+97+135=388 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.21% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6187 is #639E78. Grayscale: #767676. Windows color (decimal): -6528633 or 8872348. OLE color: 8872348.
HSL color Cylindrical-coordinate representation of color #9C6187: hue angle of 321.36º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6187 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 135 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.39 |
| HSL | 321.36º | 0.23% | 0.5% | - |
| HSV(B) | 321.36º | 0.38% | 0.61% | - |
| XYZ | 22.36 | 17.37 | 25.1 | - |
| YUV | 118.97 | 137.05 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 135 | 0 | 0.38 | 0.13 | 0.39 | 321.36 | 0.23 | 0.5 |
| Hex | 9C | 61 | 87 | 0 | 26 | D | 27 | 141 | 17 | 32 |
| Octal | 234 | 141 | 207 | 0 | 46 | 15 | 47 | 501 | 27 | 62 |
| Binary | 10011100 | 1100001 | 10000111 | 0 | 100110 | 1101 | 100111 | 101000001 | 10111 | 110010 |
Color Harmonies of #9C6187
Complementary color
Monochromatic Colors of #9C6187
Black with #9C6187
Text Example
Text Example
White with #9C6187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6187; }
p { color: rgb(156,97,135); }
H1.HeaderClassName
{
color: #9C6187;
}
.AnyTagClassName
{
color: #9C6187;
}
</style>
background-color css
<style>
a { background-color: #9C6187; }
a { background-color: rgb(156,97,135); }
div.DivClassName
{
background-color: #9C6187;
}
.BgClassName
{
background-color: #9C6187;
}
</style>
border-color css
<style>
span { border-color: #9C6187; }
span { border-color: rgb(156,97,135); }
td.TdClassName
{
border-color: #9C6187;
}
.TagClassName
{
border-color: #9C6187;
}
</style>