Shades of Strikemaster #9C668D
Tints of Strikemaster #9C668D
RGB
CMYK
RGB Variations
Color information
#9C668D (or 0x9C668D) is known color: Strikemaster. HEX triplet: 9C, 66 and 8D. RGB value is (156,102,141). Sum of RGB (Red+Green+Blue) = 156+102+141=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 141 (55.47% from 255 or 35.34% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C668D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C668D is #639972. Grayscale: #7A7A7A. Windows color (decimal): -6527347 or 9266844. OLE color: 9266844.
HSL color Cylindrical-coordinate representation of color #9C668D: hue angle of 316.67º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C668D is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 102 | 141 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.39 |
| HSL | 316.67º | 0.21% | 0.51% | - |
| HSV(B) | 316.67º | 0.35% | 0.61% | - |
| XYZ | 23.27 | 18.49 | 27.54 | - |
| YUV | 122.59 | 138.39 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 102 | 141 | 0 | 0.35 | 0.10 | 0.39 | 316.67 | 0.21 | 0.51 |
| Hex | 9C | 66 | 8D | 0 | 23 | A | 27 | 13D | 15 | 33 |
| Octal | 234 | 146 | 215 | 0 | 43 | 12 | 47 | 475 | 25 | 63 |
| Binary | 10011100 | 1100110 | 10001101 | 0 | 100011 | 1010 | 100111 | 100111101 | 10101 | 110011 |
Color Harmonies of #9C668D
Complementary color
Monochromatic Colors of #9C668D
Black with #9C668D
Text Example
Text Example
White with #9C668D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C668D; }
p { color: rgb(156,102,141); }
H1.HeaderClassName
{
color: #9C668D;
}
.AnyTagClassName
{
color: #9C668D;
}
</style>
background-color css
<style>
a { background-color: #9C668D; }
a { background-color: rgb(156,102,141); }
div.DivClassName
{
background-color: #9C668D;
}
.BgClassName
{
background-color: #9C668D;
}
</style>
border-color css
<style>
span { border-color: #9C668D; }
span { border-color: rgb(156,102,141); }
td.TdClassName
{
border-color: #9C668D;
}
.TagClassName
{
border-color: #9C668D;
}
</style>