Shades of Strikemaster #9C6487
Tints of Strikemaster #9C6487
RGB
CMYK
RGB Variations
Color information
#9C6487 (or 0x9C6487) is known color: Strikemaster. HEX triplet: 9C, 64 and 87. RGB value is (156,100,135). Sum of RGB (Red+Green+Blue) = 156+100+135=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6487 is #639B78. Grayscale: #787878. Windows color (decimal): -6527865 or 8873116. OLE color: 8873116.
HSL color Cylindrical-coordinate representation of color #9C6487: hue angle of 322.5º 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 #9C6487 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 135 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.39 |
| HSL | 322.5º | 0.22% | 0.5% | - |
| HSV(B) | 322.5º | 0.36% | 0.61% | - |
| XYZ | 22.64 | 17.93 | 25.19 | - |
| YUV | 120.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 135 | 0 | 0.36 | 0.13 | 0.39 | 322.5 | 0.22 | 0.5 |
| Hex | 9C | 64 | 87 | 0 | 24 | D | 27 | 142 | 16 | 32 |
| Octal | 234 | 144 | 207 | 0 | 44 | 15 | 47 | 502 | 26 | 62 |
| Binary | 10011100 | 1100100 | 10000111 | 0 | 100100 | 1101 | 100111 | 101000010 | 10110 | 110010 |
Color Harmonies of #9C6487
Complementary color
Monochromatic Colors of #9C6487
Black with #9C6487
Text Example
Text Example
White with #9C6487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6487; }
p { color: rgb(156,100,135); }
H1.HeaderClassName
{
color: #9C6487;
}
.AnyTagClassName
{
color: #9C6487;
}
</style>
background-color css
<style>
a { background-color: #9C6487; }
a { background-color: rgb(156,100,135); }
div.DivClassName
{
background-color: #9C6487;
}
.BgClassName
{
background-color: #9C6487;
}
</style>
border-color css
<style>
span { border-color: #9C6487; }
span { border-color: rgb(156,100,135); }
td.TdClassName
{
border-color: #9C6487;
}
.TagClassName
{
border-color: #9C6487;
}
</style>