Shades of Strikemaster #9C627F
Tints of Strikemaster #9C627F
RGB
CMYK
RGB Variations
Color information
#9C627F (or 0x9C627F) is known color: Strikemaster. HEX triplet: 9C, 62 and 7F. RGB value is (156,98,127). Sum of RGB (Red+Green+Blue) = 156+98+127=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 156 - color contains mainly: red. Hex color #9C627F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C627F is #639D80. Grayscale: #767676. Windows color (decimal): -6528385 or 8348316. OLE color: 8348316.
HSL color Cylindrical-coordinate representation of color #9C627F: hue angle of 330º 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 #9C627F is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 127 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.39 |
| HSL | 330º | 0.23% | 0.5% | - |
| HSV(B) | 330º | 0.37% | 0.61% | - |
| XYZ | 21.91 | 17.34 | 22.27 | - |
| YUV | 118.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 127 | 0 | 0.37 | 0.19 | 0.39 | 330 | 0.23 | 0.5 |
| Hex | 9C | 62 | 7F | 0 | 25 | 13 | 27 | 14A | 17 | 32 |
| Octal | 234 | 142 | 177 | 0 | 45 | 23 | 47 | 512 | 27 | 62 |
| Binary | 10011100 | 1100010 | 1111111 | 0 | 100101 | 10011 | 100111 | 101001010 | 10111 | 110010 |
Color Harmonies of #9C627F
Complementary color
Monochromatic Colors of #9C627F
Black with #9C627F
Text Example
Text Example
White with #9C627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C627F; }
p { color: rgb(156,98,127); }
H1.HeaderClassName
{
color: #9C627F;
}
.AnyTagClassName
{
color: #9C627F;
}
</style>
background-color css
<style>
a { background-color: #9C627F; }
a { background-color: rgb(156,98,127); }
div.DivClassName
{
background-color: #9C627F;
}
.BgClassName
{
background-color: #9C627F;
}
</style>
border-color css
<style>
span { border-color: #9C627F; }
span { border-color: rgb(156,98,127); }
td.TdClassName
{
border-color: #9C627F;
}
.TagClassName
{
border-color: #9C627F;
}
</style>