Shades of Strikemaster #9D608E
Tints of Strikemaster #9D608E
RGB
CMYK
RGB Variations
Color information
#9D608E (or 0x9D608E) is known color: Strikemaster. HEX triplet: 9D, 60 and 8E. RGB value is (157,96,142). Sum of RGB (Red+Green+Blue) = 157+96+142=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 157 - color contains mainly: red. Hex color #9D608E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D608E is #629F71. Grayscale: #777777. Windows color (decimal): -6463346 or 9330845. OLE color: 9330845.
HSL color Cylindrical-coordinate representation of color #9D608E: hue angle of 314.75º 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 #9D608E is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 96 | 142 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.38 |
| HSL | 314.75º | 0.24% | 0.5% | - |
| HSV(B) | 314.75º | 0.39% | 0.62% | - |
| XYZ | 22.97 | 17.49 | 27.76 | - |
| YUV | 119.48 | 140.71 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 96 | 142 | 0 | 0.39 | 0.10 | 0.38 | 314.75 | 0.24 | 0.5 |
| Hex | 9D | 60 | 8E | 0 | 27 | A | 26 | 13B | 18 | 32 |
| Octal | 235 | 140 | 216 | 0 | 47 | 12 | 46 | 473 | 30 | 62 |
| Binary | 10011101 | 1100000 | 10001110 | 0 | 100111 | 1010 | 100110 | 100111011 | 11000 | 110010 |
Color Harmonies of #9D608E
Complementary color
Monochromatic Colors of #9D608E
Black with #9D608E
Text Example
Text Example
White with #9D608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D608E; }
p { color: rgb(157,96,142); }
H1.HeaderClassName
{
color: #9D608E;
}
.AnyTagClassName
{
color: #9D608E;
}
</style>
background-color css
<style>
a { background-color: #9D608E; }
a { background-color: rgb(157,96,142); }
div.DivClassName
{
background-color: #9D608E;
}
.BgClassName
{
background-color: #9D608E;
}
</style>
border-color css
<style>
span { border-color: #9D608E; }
span { border-color: rgb(157,96,142); }
td.TdClassName
{
border-color: #9D608E;
}
.TagClassName
{
border-color: #9D608E;
}
</style>