Shades of Strikemaster #9C628D
Tints of Strikemaster #9C628D
RGB
CMYK
RGB Variations
Color information
#9C628D (or 0x9C628D) is known color: Strikemaster. HEX triplet: 9C, 62 and 8D. RGB value is (156,98,141). Sum of RGB (Red+Green+Blue) = 156+98+141=395 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.49% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 156 - color contains mainly: red. Hex color #9C628D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C628D is #639D72. Grayscale: #787878. Windows color (decimal): -6528371 or 9265820. OLE color: 9265820.
HSL color Cylindrical-coordinate representation of color #9C628D: hue angle of 315.52º 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 #9C628D is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 141 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.39 |
| HSL | 315.52º | 0.23% | 0.5% | - |
| HSV(B) | 315.52º | 0.37% | 0.61% | - |
| XYZ | 22.89 | 17.73 | 27.41 | - |
| YUV | 120.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 141 | 0 | 0.37 | 0.10 | 0.39 | 315.52 | 0.23 | 0.5 |
| Hex | 9C | 62 | 8D | 0 | 25 | A | 27 | 13C | 17 | 32 |
| Octal | 234 | 142 | 215 | 0 | 45 | 12 | 47 | 474 | 27 | 62 |
| Binary | 10011100 | 1100010 | 10001101 | 0 | 100101 | 1010 | 100111 | 100111100 | 10111 | 110010 |
Color Harmonies of #9C628D
Complementary color
Monochromatic Colors of #9C628D
Black with #9C628D
Text Example
Text Example
White with #9C628D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C628D; }
p { color: rgb(156,98,141); }
H1.HeaderClassName
{
color: #9C628D;
}
.AnyTagClassName
{
color: #9C628D;
}
</style>
background-color css
<style>
a { background-color: #9C628D; }
a { background-color: rgb(156,98,141); }
div.DivClassName
{
background-color: #9C628D;
}
.BgClassName
{
background-color: #9C628D;
}
</style>
border-color css
<style>
span { border-color: #9C628D; }
span { border-color: rgb(156,98,141); }
td.TdClassName
{
border-color: #9C628D;
}
.TagClassName
{
border-color: #9C628D;
}
</style>