Shades of Strikemaster #9D5688
Tints of Strikemaster #9D5688
RGB
CMYK
RGB Variations
Color information
#9D5688 (or 0x9D5688) is known color: Strikemaster. HEX triplet: 9D, 56 and 88. RGB value is (157,86,136). Sum of RGB (Red+Green+Blue) = 157+86+136=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5688 is #62A977. Grayscale: #707070. Windows color (decimal): -6465912 or 8935069. OLE color: 8935069.
HSL color Cylindrical-coordinate representation of color #9D5688: hue angle of 317.75º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9D5688 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 86 | 136 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.38 |
| HSL | 317.75º | 0.29% | 0.48% | - |
| HSV(B) | 317.75º | 0.45% | 0.62% | - |
| XYZ | 21.68 | 15.6 | 25.16 | - |
| YUV | 112.93 | 141.02 | 159.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 86 | 136 | 0 | 0.45 | 0.13 | 0.38 | 317.75 | 0.29 | 0.48 |
| Hex | 9D | 56 | 88 | 0 | 2D | D | 26 | 13E | 1D | 30 |
| Octal | 235 | 126 | 210 | 0 | 55 | 15 | 46 | 476 | 35 | 60 |
| Binary | 10011101 | 1010110 | 10001000 | 0 | 101101 | 1101 | 100110 | 100111110 | 11101 | 110000 |
Color Harmonies of #9D5688
Complementary color
Monochromatic Colors of #9D5688
Black with #9D5688
Text Example
Text Example
White with #9D5688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5688; }
p { color: rgb(157,86,136); }
H1.HeaderClassName
{
color: #9D5688;
}
.AnyTagClassName
{
color: #9D5688;
}
</style>
background-color css
<style>
a { background-color: #9D5688; }
a { background-color: rgb(157,86,136); }
div.DivClassName
{
background-color: #9D5688;
}
.BgClassName
{
background-color: #9D5688;
}
</style>
border-color css
<style>
span { border-color: #9D5688; }
span { border-color: rgb(157,86,136); }
td.TdClassName
{
border-color: #9D5688;
}
.TagClassName
{
border-color: #9D5688;
}
</style>