Shades of Strikemaster #9C617B
Tints of Strikemaster #9C617B
RGB
CMYK
RGB Variations
Color information
#9C617B (or 0x9C617B) is known color: Strikemaster. HEX triplet: 9C, 61 and 7B. RGB value is (156,97,123). Sum of RGB (Red+Green+Blue) = 156+97+123=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C617B is #639E84. Grayscale: #757575. Windows color (decimal): -6528645 or 8085916. OLE color: 8085916.
HSL color Cylindrical-coordinate representation of color #9C617B: hue angle of 333.56º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C617B is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 123 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.39 |
| HSL | 333.56º | 0.23% | 0.5% | - |
| HSV(B) | 333.56º | 0.38% | 0.61% | - |
| XYZ | 21.56 | 17.05 | 20.89 | - |
| YUV | 117.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 123 | 0 | 0.38 | 0.21 | 0.39 | 333.56 | 0.23 | 0.5 |
| Hex | 9C | 61 | 7B | 0 | 26 | 15 | 27 | 14E | 17 | 32 |
| Octal | 234 | 141 | 173 | 0 | 46 | 25 | 47 | 516 | 27 | 62 |
| Binary | 10011100 | 1100001 | 1111011 | 0 | 100110 | 10101 | 100111 | 101001110 | 10111 | 110010 |
Color Harmonies of #9C617B
Complementary color
Monochromatic Colors of #9C617B
Black with #9C617B
Text Example
Text Example
White with #9C617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C617B; }
p { color: rgb(156,97,123); }
H1.HeaderClassName
{
color: #9C617B;
}
.AnyTagClassName
{
color: #9C617B;
}
</style>
background-color css
<style>
a { background-color: #9C617B; }
a { background-color: rgb(156,97,123); }
div.DivClassName
{
background-color: #9C617B;
}
.BgClassName
{
background-color: #9C617B;
}
</style>
border-color css
<style>
span { border-color: #9C617B; }
span { border-color: rgb(156,97,123); }
td.TdClassName
{
border-color: #9C617B;
}
.TagClassName
{
border-color: #9C617B;
}
</style>