Shades of Strikemaster #9C608B
Tints of Strikemaster #9C608B
RGB
CMYK
RGB Variations
Color information
#9C608B (or 0x9C608B) is known color: Strikemaster. HEX triplet: 9C, 60 and 8B. RGB value is (156,96,139). Sum of RGB (Red+Green+Blue) = 156+96+139=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 96 (37.89% from 255 or 24.55% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C608B is #639F74. Grayscale: #767676. Windows color (decimal): -6528885 or 9134236. OLE color: 9134236.
HSL color Cylindrical-coordinate representation of color #9C608B: hue angle of 317º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C608B is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 139 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.39 |
| HSL | 317º | 0.24% | 0.49% | - |
| HSV(B) | 317º | 0.38% | 0.61% | - |
| XYZ | 22.55 | 17.3 | 26.58 | - |
| YUV | 118.84 | 139.38 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 139 | 0 | 0.38 | 0.11 | 0.39 | 317 | 0.24 | 0.49 |
| Hex | 9C | 60 | 8B | 0 | 26 | B | 27 | 13D | 18 | 31 |
| Octal | 234 | 140 | 213 | 0 | 46 | 13 | 47 | 475 | 30 | 61 |
| Binary | 10011100 | 1100000 | 10001011 | 0 | 100110 | 1011 | 100111 | 100111101 | 11000 | 110001 |
Color Harmonies of #9C608B
Complementary color
Monochromatic Colors of #9C608B
Black with #9C608B
Text Example
Text Example
White with #9C608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C608B; }
p { color: rgb(156,96,139); }
H1.HeaderClassName
{
color: #9C608B;
}
.AnyTagClassName
{
color: #9C608B;
}
</style>
background-color css
<style>
a { background-color: #9C608B; }
a { background-color: rgb(156,96,139); }
div.DivClassName
{
background-color: #9C608B;
}
.BgClassName
{
background-color: #9C608B;
}
</style>
border-color css
<style>
span { border-color: #9C608B; }
span { border-color: rgb(156,96,139); }
td.TdClassName
{
border-color: #9C608B;
}
.TagClassName
{
border-color: #9C608B;
}
</style>