Shades of Strikemaster #9D6180
Tints of Strikemaster #9D6180
RGB
CMYK
RGB Variations
Color information
#9D6180 (or 0x9D6180) is known color: Strikemaster. HEX triplet: 9D, 61 and 80. RGB value is (157,97,128). Sum of RGB (Red+Green+Blue) = 157+97+128=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6180 is #629E7F. Grayscale: #767676. Windows color (decimal): -6463104 or 8413597. OLE color: 8413597.
HSL color Cylindrical-coordinate representation of color #9D6180: hue angle of 329º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9D6180 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 97 | 128 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.38 |
| HSL | 329º | 0.24% | 0.5% | - |
| HSV(B) | 329º | 0.38% | 0.62% | - |
| XYZ | 22.08 | 17.28 | 22.59 | - |
| YUV | 118.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 97 | 128 | 0 | 0.38 | 0.18 | 0.38 | 329 | 0.24 | 0.5 |
| Hex | 9D | 61 | 80 | 0 | 26 | 12 | 26 | 149 | 18 | 32 |
| Octal | 235 | 141 | 200 | 0 | 46 | 22 | 46 | 511 | 30 | 62 |
| Binary | 10011101 | 1100001 | 10000000 | 0 | 100110 | 10010 | 100110 | 101001001 | 11000 | 110010 |
Color Harmonies of #9D6180
Complementary color
Monochromatic Colors of #9D6180
Black with #9D6180
Text Example
Text Example
White with #9D6180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6180; }
p { color: rgb(157,97,128); }
H1.HeaderClassName
{
color: #9D6180;
}
.AnyTagClassName
{
color: #9D6180;
}
</style>
background-color css
<style>
a { background-color: #9D6180; }
a { background-color: rgb(157,97,128); }
div.DivClassName
{
background-color: #9D6180;
}
.BgClassName
{
background-color: #9D6180;
}
</style>
border-color css
<style>
span { border-color: #9D6180; }
span { border-color: rgb(157,97,128); }
td.TdClassName
{
border-color: #9D6180;
}
.TagClassName
{
border-color: #9D6180;
}
</style>