Shades of Strikemaster #9C678A
Tints of Strikemaster #9C678A
RGB
CMYK
RGB Variations
Color information
#9C678A (or 0x9C678A) is known color: Strikemaster. HEX triplet: 9C, 67 and 8A. RGB value is (156,103,138). Sum of RGB (Red+Green+Blue) = 156+103+138=397 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.29% from 397); Green value is 103 (40.62% from 255 or 25.94% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 156 - color contains mainly: red. Hex color #9C678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C678A is #639875. Grayscale: #7A7A7A. Windows color (decimal): -6527094 or 9070492. OLE color: 9070492.
HSL color Cylindrical-coordinate representation of color #9C678A: hue angle of 320.38º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C678A is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 138 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.39 |
| HSL | 320.38º | 0.21% | 0.51% | - |
| HSV(B) | 320.38º | 0.34% | 0.61% | - |
| XYZ | 23.15 | 18.6 | 26.42 | - |
| YUV | 122.84 | 136.56 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 138 | 0 | 0.34 | 0.12 | 0.39 | 320.38 | 0.21 | 0.51 |
| Hex | 9C | 67 | 8A | 0 | 22 | C | 27 | 140 | 15 | 33 |
| Octal | 234 | 147 | 212 | 0 | 42 | 14 | 47 | 500 | 25 | 63 |
| Binary | 10011100 | 1100111 | 10001010 | 0 | 100010 | 1100 | 100111 | 101000000 | 10101 | 110011 |
Color Harmonies of #9C678A
Complementary color
Monochromatic Colors of #9C678A
Black with #9C678A
Text Example
Text Example
White with #9C678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C678A; }
p { color: rgb(156,103,138); }
H1.HeaderClassName
{
color: #9C678A;
}
.AnyTagClassName
{
color: #9C678A;
}
</style>
background-color css
<style>
a { background-color: #9C678A; }
a { background-color: rgb(156,103,138); }
div.DivClassName
{
background-color: #9C678A;
}
.BgClassName
{
background-color: #9C678A;
}
</style>
border-color css
<style>
span { border-color: #9C678A; }
span { border-color: rgb(156,103,138); }
td.TdClassName
{
border-color: #9C678A;
}
.TagClassName
{
border-color: #9C678A;
}
</style>