Shades of Strikemaster #9C628A
Tints of Strikemaster #9C628A
RGB
CMYK
RGB Variations
Color information
#9C628A (or 0x9C628A) is known color: Strikemaster. HEX triplet: 9C, 62 and 8A. RGB value is (156,98,138). Sum of RGB (Red+Green+Blue) = 156+98+138=392 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.80% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 156 - color contains mainly: red. Hex color #9C628A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C628A is #639D75. Grayscale: #777777. Windows color (decimal): -6528374 or 9069212. OLE color: 9069212.
HSL color Cylindrical-coordinate representation of color #9C628A: hue angle of 318.62º 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 #9C628A is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 138 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.39 |
| HSL | 318.62º | 0.23% | 0.5% | - |
| HSV(B) | 318.62º | 0.37% | 0.61% | - |
| XYZ | 22.67 | 17.64 | 26.25 | - |
| YUV | 119.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 138 | 0 | 0.37 | 0.12 | 0.39 | 318.62 | 0.23 | 0.5 |
| Hex | 9C | 62 | 8A | 0 | 25 | C | 27 | 13F | 17 | 32 |
| Octal | 234 | 142 | 212 | 0 | 45 | 14 | 47 | 477 | 27 | 62 |
| Binary | 10011100 | 1100010 | 10001010 | 0 | 100101 | 1100 | 100111 | 100111111 | 10111 | 110010 |
Color Harmonies of #9C628A
Complementary color
Monochromatic Colors of #9C628A
Black with #9C628A
Text Example
Text Example
White with #9C628A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C628A; }
p { color: rgb(156,98,138); }
H1.HeaderClassName
{
color: #9C628A;
}
.AnyTagClassName
{
color: #9C628A;
}
</style>
background-color css
<style>
a { background-color: #9C628A; }
a { background-color: rgb(156,98,138); }
div.DivClassName
{
background-color: #9C628A;
}
.BgClassName
{
background-color: #9C628A;
}
</style>
border-color css
<style>
span { border-color: #9C628A; }
span { border-color: rgb(156,98,138); }
td.TdClassName
{
border-color: #9C628A;
}
.TagClassName
{
border-color: #9C628A;
}
</style>