Shades of Strikemaster #9D6481
Tints of Strikemaster #9D6481
RGB
CMYK
RGB Variations
Color information
#9D6481 (or 0x9D6481) is known color: Strikemaster. HEX triplet: 9D, 64 and 81. RGB value is (157,100,129). Sum of RGB (Red+Green+Blue) = 157+100+129=386 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.67% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6481 is #629B7E. Grayscale: #787878. Windows color (decimal): -6462335 or 8479901. OLE color: 8479901.
HSL color Cylindrical-coordinate representation of color #9D6481: hue angle of 329.47º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6481 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 100 | 129 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.38 |
| HSL | 329.47º | 0.23% | 0.5% | - |
| HSV(B) | 329.47º | 0.36% | 0.62% | - |
| XYZ | 22.42 | 17.87 | 23.04 | - |
| YUV | 120.35 | 132.88 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 129 | 0 | 0.36 | 0.18 | 0.38 | 329.47 | 0.23 | 0.5 |
| Hex | 9D | 64 | 81 | 0 | 24 | 12 | 26 | 149 | 17 | 32 |
| Octal | 235 | 144 | 201 | 0 | 44 | 22 | 46 | 511 | 27 | 62 |
| Binary | 10011101 | 1100100 | 10000001 | 0 | 100100 | 10010 | 100110 | 101001001 | 10111 | 110010 |
Color Harmonies of #9D6481
Complementary color
Monochromatic Colors of #9D6481
Black with #9D6481
Text Example
Text Example
White with #9D6481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6481; }
p { color: rgb(157,100,129); }
H1.HeaderClassName
{
color: #9D6481;
}
.AnyTagClassName
{
color: #9D6481;
}
</style>
background-color css
<style>
a { background-color: #9D6481; }
a { background-color: rgb(157,100,129); }
div.DivClassName
{
background-color: #9D6481;
}
.BgClassName
{
background-color: #9D6481;
}
</style>
border-color css
<style>
span { border-color: #9D6481; }
span { border-color: rgb(157,100,129); }
td.TdClassName
{
border-color: #9D6481;
}
.TagClassName
{
border-color: #9D6481;
}
</style>