Shades of Strikemaster #9D6588
Tints of Strikemaster #9D6588
RGB
CMYK
RGB Variations
Color information
#9D6588 (or 0x9D6588) is known color: Strikemaster. HEX triplet: 9D, 65 and 88. RGB value is (157,101,136). Sum of RGB (Red+Green+Blue) = 157+101+136=394 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.85% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6588 is #629A77. Grayscale: #797979. Windows color (decimal): -6462072 or 8938909. OLE color: 8938909.
HSL color Cylindrical-coordinate representation of color #9D6588: hue angle of 322.5º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D6588 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 101 | 136 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.38 |
| HSL | 322.5º | 0.22% | 0.51% | - |
| HSV(B) | 322.5º | 0.36% | 0.62% | - |
| XYZ | 23 | 18.25 | 25.6 | - |
| YUV | 121.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 101 | 136 | 0 | 0.36 | 0.13 | 0.38 | 322.5 | 0.22 | 0.51 |
| Hex | 9D | 65 | 88 | 0 | 24 | D | 26 | 142 | 16 | 33 |
| Octal | 235 | 145 | 210 | 0 | 44 | 15 | 46 | 502 | 26 | 63 |
| Binary | 10011101 | 1100101 | 10001000 | 0 | 100100 | 1101 | 100110 | 101000010 | 10110 | 110011 |
Color Harmonies of #9D6588
Complementary color
Monochromatic Colors of #9D6588
Black with #9D6588
Text Example
Text Example
White with #9D6588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6588; }
p { color: rgb(157,101,136); }
H1.HeaderClassName
{
color: #9D6588;
}
.AnyTagClassName
{
color: #9D6588;
}
</style>
background-color css
<style>
a { background-color: #9D6588; }
a { background-color: rgb(157,101,136); }
div.DivClassName
{
background-color: #9D6588;
}
.BgClassName
{
background-color: #9D6588;
}
</style>
border-color css
<style>
span { border-color: #9D6588; }
span { border-color: rgb(157,101,136); }
td.TdClassName
{
border-color: #9D6588;
}
.TagClassName
{
border-color: #9D6588;
}
</style>