Shades of Strikemaster #9D608D
Tints of Strikemaster #9D608D
RGB
CMYK
RGB Variations
Color information
#9D608D (or 0x9D608D) is known color: Strikemaster. HEX triplet: 9D, 60 and 8D. RGB value is (157,96,141). Sum of RGB (Red+Green+Blue) = 157+96+141=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D608D is #629F72. Grayscale: #777777. Windows color (decimal): -6463347 or 9265309. OLE color: 9265309.
HSL color Cylindrical-coordinate representation of color #9D608D: hue angle of 315.74º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9D608D is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 96 | 141 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.38 |
| HSL | 315.74º | 0.24% | 0.5% | - |
| HSV(B) | 315.74º | 0.39% | 0.62% | - |
| XYZ | 22.9 | 17.46 | 27.36 | - |
| YUV | 119.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 96 | 141 | 0 | 0.39 | 0.10 | 0.38 | 315.74 | 0.24 | 0.5 |
| Hex | 9D | 60 | 8D | 0 | 27 | A | 26 | 13C | 18 | 32 |
| Octal | 235 | 140 | 215 | 0 | 47 | 12 | 46 | 474 | 30 | 62 |
| Binary | 10011101 | 1100000 | 10001101 | 0 | 100111 | 1010 | 100110 | 100111100 | 11000 | 110010 |
Color Harmonies of #9D608D
Complementary color
Monochromatic Colors of #9D608D
Black with #9D608D
Text Example
Text Example
White with #9D608D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D608D; }
p { color: rgb(157,96,141); }
H1.HeaderClassName
{
color: #9D608D;
}
.AnyTagClassName
{
color: #9D608D;
}
</style>
background-color css
<style>
a { background-color: #9D608D; }
a { background-color: rgb(157,96,141); }
div.DivClassName
{
background-color: #9D608D;
}
.BgClassName
{
background-color: #9D608D;
}
</style>
border-color css
<style>
span { border-color: #9D608D; }
span { border-color: rgb(157,96,141); }
td.TdClassName
{
border-color: #9D608D;
}
.TagClassName
{
border-color: #9D608D;
}
</style>