Shades of Strikemaster #9C6089
Tints of Strikemaster #9C6089
RGB
CMYK
RGB Variations
Color information
#9C6089 (or 0x9C6089) is known color: Strikemaster. HEX triplet: 9C, 60 and 89. RGB value is (156,96,137). Sum of RGB (Red+Green+Blue) = 156+96+137=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6089 is #639F76. Grayscale: #767676. Windows color (decimal): -6528887 or 9003164. OLE color: 9003164.
HSL color Cylindrical-coordinate representation of color #9C6089: hue angle of 319º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6089 is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 137 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.39 |
| HSL | 319º | 0.24% | 0.49% | - |
| HSV(B) | 319º | 0.38% | 0.61% | - |
| XYZ | 22.41 | 17.24 | 25.81 | - |
| YUV | 118.61 | 138.38 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 137 | 0 | 0.38 | 0.12 | 0.39 | 319 | 0.24 | 0.49 |
| Hex | 9C | 60 | 89 | 0 | 26 | C | 27 | 13F | 18 | 31 |
| Octal | 234 | 140 | 211 | 0 | 46 | 14 | 47 | 477 | 30 | 61 |
| Binary | 10011100 | 1100000 | 10001001 | 0 | 100110 | 1100 | 100111 | 100111111 | 11000 | 110001 |
Color Harmonies of #9C6089
Complementary color
Monochromatic Colors of #9C6089
Black with #9C6089
Text Example
Text Example
White with #9C6089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6089; }
p { color: rgb(156,96,137); }
H1.HeaderClassName
{
color: #9C6089;
}
.AnyTagClassName
{
color: #9C6089;
}
</style>
background-color css
<style>
a { background-color: #9C6089; }
a { background-color: rgb(156,96,137); }
div.DivClassName
{
background-color: #9C6089;
}
.BgClassName
{
background-color: #9C6089;
}
</style>
border-color css
<style>
span { border-color: #9C6089; }
span { border-color: rgb(156,96,137); }
td.TdClassName
{
border-color: #9C6089;
}
.TagClassName
{
border-color: #9C6089;
}
</style>