Shades of Strikemaster #9D6182
Tints of Strikemaster #9D6182
RGB
CMYK
RGB Variations
Color information
#9D6182 (or 0x9D6182) is known color: Strikemaster. HEX triplet: 9D, 61 and 82. RGB value is (157,97,130). Sum of RGB (Red+Green+Blue) = 157+97+130=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6182 is #629E7D. Grayscale: #767676. Windows color (decimal): -6463102 or 8544669. OLE color: 8544669.
HSL color Cylindrical-coordinate representation of color #9D6182: hue angle of 327º 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 #9D6182 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 97 | 130 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.38 |
| HSL | 327º | 0.24% | 0.5% | - |
| HSV(B) | 327º | 0.38% | 0.62% | - |
| XYZ | 22.21 | 17.33 | 23.29 | - |
| YUV | 118.7 | 134.38 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 97 | 130 | 0 | 0.38 | 0.17 | 0.38 | 327 | 0.24 | 0.5 |
| Hex | 9D | 61 | 82 | 0 | 26 | 11 | 26 | 147 | 18 | 32 |
| Octal | 235 | 141 | 202 | 0 | 46 | 21 | 46 | 507 | 30 | 62 |
| Binary | 10011101 | 1100001 | 10000010 | 0 | 100110 | 10001 | 100110 | 101000111 | 11000 | 110010 |
Color Harmonies of #9D6182
Complementary color
Monochromatic Colors of #9D6182
Black with #9D6182
Text Example
Text Example
White with #9D6182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6182; }
p { color: rgb(157,97,130); }
H1.HeaderClassName
{
color: #9D6182;
}
.AnyTagClassName
{
color: #9D6182;
}
</style>
background-color css
<style>
a { background-color: #9D6182; }
a { background-color: rgb(157,97,130); }
div.DivClassName
{
background-color: #9D6182;
}
.BgClassName
{
background-color: #9D6182;
}
</style>
border-color css
<style>
span { border-color: #9D6182; }
span { border-color: rgb(157,97,130); }
td.TdClassName
{
border-color: #9D6182;
}
.TagClassName
{
border-color: #9D6182;
}
</style>