Shades of Strikemaster #9D6282
Tints of Strikemaster #9D6282
RGB
CMYK
RGB Variations
Color information
#9D6282 (or 0x9D6282) is known color: Strikemaster. HEX triplet: 9D, 62 and 82. RGB value is (157,98,130). Sum of RGB (Red+Green+Blue) = 157+98+130=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6282 is #629D7D. Grayscale: #777777. Windows color (decimal): -6462846 or 8544925. OLE color: 8544925.
HSL color Cylindrical-coordinate representation of color #9D6282: hue angle of 327.46º degrees, saturation: 0.23, 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 #9D6282 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 98 | 130 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.38 |
| HSL | 327.46º | 0.23% | 0.5% | - |
| HSV(B) | 327.46º | 0.38% | 0.62% | - |
| XYZ | 22.3 | 17.52 | 23.32 | - |
| YUV | 119.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 98 | 130 | 0 | 0.38 | 0.17 | 0.38 | 327.46 | 0.23 | 0.5 |
| Hex | 9D | 62 | 82 | 0 | 26 | 11 | 26 | 147 | 17 | 32 |
| Octal | 235 | 142 | 202 | 0 | 46 | 21 | 46 | 507 | 27 | 62 |
| Binary | 10011101 | 1100010 | 10000010 | 0 | 100110 | 10001 | 100110 | 101000111 | 10111 | 110010 |
Color Harmonies of #9D6282
Complementary color
Monochromatic Colors of #9D6282
Black with #9D6282
Text Example
Text Example
White with #9D6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6282; }
p { color: rgb(157,98,130); }
H1.HeaderClassName
{
color: #9D6282;
}
.AnyTagClassName
{
color: #9D6282;
}
</style>
background-color css
<style>
a { background-color: #9D6282; }
a { background-color: rgb(157,98,130); }
div.DivClassName
{
background-color: #9D6282;
}
.BgClassName
{
background-color: #9D6282;
}
</style>
border-color css
<style>
span { border-color: #9D6282; }
span { border-color: rgb(157,98,130); }
td.TdClassName
{
border-color: #9D6282;
}
.TagClassName
{
border-color: #9D6282;
}
</style>