Shades of Strikemaster #9C6288
Tints of Strikemaster #9C6288
RGB
CMYK
RGB Variations
Color information
#9C6288 (or 0x9C6288) is known color: Strikemaster. HEX triplet: 9C, 62 and 88. RGB value is (156,98,136). Sum of RGB (Red+Green+Blue) = 156+98+136=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6288 is #639D77. Grayscale: #777777. Windows color (decimal): -6528376 or 8938140. OLE color: 8938140.
HSL color Cylindrical-coordinate representation of color #9C6288: hue angle of 320.69º 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 #9C6288 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 136 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.39 |
| HSL | 320.69º | 0.23% | 0.5% | - |
| HSV(B) | 320.69º | 0.37% | 0.61% | - |
| XYZ | 22.52 | 17.58 | 25.5 | - |
| YUV | 119.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 136 | 0 | 0.37 | 0.13 | 0.39 | 320.69 | 0.23 | 0.5 |
| Hex | 9C | 62 | 88 | 0 | 25 | D | 27 | 141 | 17 | 32 |
| Octal | 234 | 142 | 210 | 0 | 45 | 15 | 47 | 501 | 27 | 62 |
| Binary | 10011100 | 1100010 | 10001000 | 0 | 100101 | 1101 | 100111 | 101000001 | 10111 | 110010 |
Color Harmonies of #9C6288
Complementary color
Monochromatic Colors of #9C6288
Black with #9C6288
Text Example
Text Example
White with #9C6288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6288; }
p { color: rgb(156,98,136); }
H1.HeaderClassName
{
color: #9C6288;
}
.AnyTagClassName
{
color: #9C6288;
}
</style>
background-color css
<style>
a { background-color: #9C6288; }
a { background-color: rgb(156,98,136); }
div.DivClassName
{
background-color: #9C6288;
}
.BgClassName
{
background-color: #9C6288;
}
</style>
border-color css
<style>
span { border-color: #9C6288; }
span { border-color: rgb(156,98,136); }
td.TdClassName
{
border-color: #9C6288;
}
.TagClassName
{
border-color: #9C6288;
}
</style>