Shades of Strikemaster #9C6B89
Tints of Strikemaster #9C6B89
RGB
CMYK
RGB Variations
Color information
#9C6B89 (or 0x9C6B89) is known color: Strikemaster. HEX triplet: 9C, 6B and 89. RGB value is (156,107,137). Sum of RGB (Red+Green+Blue) = 156+107+137=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6B89 is #639476. Grayscale: #7D7D7D. Windows color (decimal): -6526071 or 9005980. OLE color: 9005980.
HSL color Cylindrical-coordinate representation of color #9C6B89: hue angle of 323.27º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9C6B89 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 107 | 137 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.39 |
| HSL | 323.27º | 0.2% | 0.52% | - |
| HSV(B) | 323.27º | 0.31% | 0.61% | - |
| XYZ | 23.48 | 19.39 | 26.17 | - |
| YUV | 125.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 137 | 0 | 0.31 | 0.12 | 0.39 | 323.27 | 0.2 | 0.52 |
| Hex | 9C | 6B | 89 | 0 | 1F | C | 27 | 143 | 14 | 34 |
| Octal | 234 | 153 | 211 | 0 | 37 | 14 | 47 | 503 | 24 | 64 |
| Binary | 10011100 | 1101011 | 10001001 | 0 | 11111 | 1100 | 100111 | 101000011 | 10100 | 110100 |
Color Harmonies of #9C6B89
Complementary color
Monochromatic Colors of #9C6B89
Black with #9C6B89
Text Example
Text Example
White with #9C6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6B89; }
p { color: rgb(156,107,137); }
H1.HeaderClassName
{
color: #9C6B89;
}
.AnyTagClassName
{
color: #9C6B89;
}
</style>
background-color css
<style>
a { background-color: #9C6B89; }
a { background-color: rgb(156,107,137); }
div.DivClassName
{
background-color: #9C6B89;
}
.BgClassName
{
background-color: #9C6B89;
}
</style>
border-color css
<style>
span { border-color: #9C6B89; }
span { border-color: rgb(156,107,137); }
td.TdClassName
{
border-color: #9C6B89;
}
.TagClassName
{
border-color: #9C6B89;
}
</style>