Shades of Strikemaster #9C6589
Tints of Strikemaster #9C6589
RGB
CMYK
RGB Variations
Color information
#9C6589 (or 0x9C6589) is known color: Strikemaster. HEX triplet: 9C, 65 and 89. RGB value is (156,101,137). Sum of RGB (Red+Green+Blue) = 156+101+137=394 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.59% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6589 is #639A76. Grayscale: #797979. Windows color (decimal): -6527607 or 9004444. OLE color: 9004444.
HSL color Cylindrical-coordinate representation of color #9C6589: hue angle of 320.73º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6589 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 137 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.39 |
| HSL | 320.73º | 0.22% | 0.5% | - |
| HSV(B) | 320.73º | 0.35% | 0.61% | - |
| XYZ | 22.88 | 18.18 | 25.97 | - |
| YUV | 121.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 137 | 0 | 0.35 | 0.12 | 0.39 | 320.73 | 0.22 | 0.5 |
| Hex | 9C | 65 | 89 | 0 | 23 | C | 27 | 141 | 16 | 32 |
| Octal | 234 | 145 | 211 | 0 | 43 | 14 | 47 | 501 | 26 | 62 |
| Binary | 10011100 | 1100101 | 10001001 | 0 | 100011 | 1100 | 100111 | 101000001 | 10110 | 110010 |
Color Harmonies of #9C6589
Complementary color
Monochromatic Colors of #9C6589
Black with #9C6589
Text Example
Text Example
White with #9C6589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6589; }
p { color: rgb(156,101,137); }
H1.HeaderClassName
{
color: #9C6589;
}
.AnyTagClassName
{
color: #9C6589;
}
</style>
background-color css
<style>
a { background-color: #9C6589; }
a { background-color: rgb(156,101,137); }
div.DivClassName
{
background-color: #9C6589;
}
.BgClassName
{
background-color: #9C6589;
}
</style>
border-color css
<style>
span { border-color: #9C6589; }
span { border-color: rgb(156,101,137); }
td.TdClassName
{
border-color: #9C6589;
}
.TagClassName
{
border-color: #9C6589;
}
</style>