Shades of Strikemaster #9C6287
Tints of Strikemaster #9C6287
RGB
CMYK
RGB Variations
Color information
#9C6287 (or 0x9C6287) is known color: Strikemaster. HEX triplet: 9C, 62 and 87. RGB value is (156,98,135). Sum of RGB (Red+Green+Blue) = 156+98+135=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6287 is #639D78. Grayscale: #777777. Windows color (decimal): -6528377 or 8872604. OLE color: 8872604.
HSL color Cylindrical-coordinate representation of color #9C6287: hue angle of 321.72º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6287 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 135 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.39 |
| HSL | 321.72º | 0.23% | 0.5% | - |
| HSV(B) | 321.72º | 0.37% | 0.61% | - |
| XYZ | 22.45 | 17.55 | 25.13 | - |
| YUV | 119.56 | 136.72 | 153.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 135 | 0 | 0.37 | 0.13 | 0.39 | 321.72 | 0.23 | 0.5 |
| Hex | 9C | 62 | 87 | 0 | 25 | D | 27 | 142 | 17 | 32 |
| Octal | 234 | 142 | 207 | 0 | 45 | 15 | 47 | 502 | 27 | 62 |
| Binary | 10011100 | 1100010 | 10000111 | 0 | 100101 | 1101 | 100111 | 101000010 | 10111 | 110010 |
Color Harmonies of #9C6287
Complementary color
Monochromatic Colors of #9C6287
Black with #9C6287
Text Example
Text Example
White with #9C6287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6287; }
p { color: rgb(156,98,135); }
H1.HeaderClassName
{
color: #9C6287;
}
.AnyTagClassName
{
color: #9C6287;
}
</style>
background-color css
<style>
a { background-color: #9C6287; }
a { background-color: rgb(156,98,135); }
div.DivClassName
{
background-color: #9C6287;
}
.BgClassName
{
background-color: #9C6287;
}
</style>
border-color css
<style>
span { border-color: #9C6287; }
span { border-color: rgb(156,98,135); }
td.TdClassName
{
border-color: #9C6287;
}
.TagClassName
{
border-color: #9C6287;
}
</style>