Shades of Strikemaster #9D6389
Tints of Strikemaster #9D6389
RGB
CMYK
RGB Variations
Color information
#9D6389 (or 0x9D6389) is known color: Strikemaster. HEX triplet: 9D, 63 and 89. RGB value is (157,99,137). Sum of RGB (Red+Green+Blue) = 157+99+137=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 137 (53.91% from 255 or 34.86% from 393); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6389 is #629C76. Grayscale: #787878. Windows color (decimal): -6462583 or 9003933. OLE color: 9003933.
HSL color Cylindrical-coordinate representation of color #9D6389: hue angle of 320.69º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9D6389 is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 99 | 137 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.38 |
| HSL | 320.69º | 0.23% | 0.5% | - |
| HSV(B) | 320.69º | 0.37% | 0.62% | - |
| XYZ | 22.88 | 17.9 | 25.92 | - |
| YUV | 120.67 | 137.22 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 99 | 137 | 0 | 0.37 | 0.13 | 0.38 | 320.69 | 0.23 | 0.5 |
| Hex | 9D | 63 | 89 | 0 | 25 | D | 26 | 141 | 17 | 32 |
| Octal | 235 | 143 | 211 | 0 | 45 | 15 | 46 | 501 | 27 | 62 |
| Binary | 10011101 | 1100011 | 10001001 | 0 | 100101 | 1101 | 100110 | 101000001 | 10111 | 110010 |
Color Harmonies of #9D6389
Complementary color
Monochromatic Colors of #9D6389
Black with #9D6389
Text Example
Text Example
White with #9D6389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6389; }
p { color: rgb(157,99,137); }
H1.HeaderClassName
{
color: #9D6389;
}
.AnyTagClassName
{
color: #9D6389;
}
</style>
background-color css
<style>
a { background-color: #9D6389; }
a { background-color: rgb(157,99,137); }
div.DivClassName
{
background-color: #9D6389;
}
.BgClassName
{
background-color: #9D6389;
}
</style>
border-color css
<style>
span { border-color: #9D6389; }
span { border-color: rgb(157,99,137); }
td.TdClassName
{
border-color: #9D6389;
}
.TagClassName
{
border-color: #9D6389;
}
</style>