Shades of Strikemaster #9C6489
Tints of Strikemaster #9C6489
RGB
CMYK
RGB Variations
Color information
#9C6489 (or 0x9C6489) is known color: Strikemaster. HEX triplet: 9C, 64 and 89. RGB value is (156,100,137). Sum of RGB (Red+Green+Blue) = 156+100+137=393 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.69% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6489 is #639B76. Grayscale: #787878. Windows color (decimal): -6527863 or 9004188. OLE color: 9004188.
HSL color Cylindrical-coordinate representation of color #9C6489: hue angle of 320.36º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C6489 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 137 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.39 |
| HSL | 320.36º | 0.22% | 0.5% | - |
| HSV(B) | 320.36º | 0.36% | 0.61% | - |
| XYZ | 22.78 | 17.99 | 25.94 | - |
| YUV | 120.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 137 | 0 | 0.36 | 0.12 | 0.39 | 320.36 | 0.22 | 0.5 |
| Hex | 9C | 64 | 89 | 0 | 24 | C | 27 | 140 | 16 | 32 |
| Octal | 234 | 144 | 211 | 0 | 44 | 14 | 47 | 500 | 26 | 62 |
| Binary | 10011100 | 1100100 | 10001001 | 0 | 100100 | 1100 | 100111 | 101000000 | 10110 | 110010 |
Color Harmonies of #9C6489
Complementary color
Monochromatic Colors of #9C6489
Black with #9C6489
Text Example
Text Example
White with #9C6489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6489; }
p { color: rgb(156,100,137); }
H1.HeaderClassName
{
color: #9C6489;
}
.AnyTagClassName
{
color: #9C6489;
}
</style>
background-color css
<style>
a { background-color: #9C6489; }
a { background-color: rgb(156,100,137); }
div.DivClassName
{
background-color: #9C6489;
}
.BgClassName
{
background-color: #9C6489;
}
</style>
border-color css
<style>
span { border-color: #9C6489; }
span { border-color: rgb(156,100,137); }
td.TdClassName
{
border-color: #9C6489;
}
.TagClassName
{
border-color: #9C6489;
}
</style>