Shades of Strikemaster #9D6088
Tints of Strikemaster #9D6088
RGB
CMYK
RGB Variations
Color information
#9D6088 (or 0x9D6088) is known color: Strikemaster. HEX triplet: 9D, 60 and 88. RGB value is (157,96,136). Sum of RGB (Red+Green+Blue) = 157+96+136=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D6088 is #629F77. Grayscale: #767676. Windows color (decimal): -6463352 or 8937629. OLE color: 8937629.
HSL color Cylindrical-coordinate representation of color #9D6088: hue angle of 320.66º 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 #9D6088 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 96 | 136 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.38 |
| HSL | 320.66º | 0.24% | 0.5% | - |
| HSV(B) | 320.66º | 0.39% | 0.62% | - |
| XYZ | 22.53 | 17.31 | 25.45 | - |
| YUV | 118.8 | 137.71 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 96 | 136 | 0 | 0.39 | 0.13 | 0.38 | 320.66 | 0.24 | 0.5 |
| Hex | 9D | 60 | 88 | 0 | 27 | D | 26 | 141 | 18 | 32 |
| Octal | 235 | 140 | 210 | 0 | 47 | 15 | 46 | 501 | 30 | 62 |
| Binary | 10011101 | 1100000 | 10001000 | 0 | 100111 | 1101 | 100110 | 101000001 | 11000 | 110010 |
Color Harmonies of #9D6088
Complementary color
Monochromatic Colors of #9D6088
Black with #9D6088
Text Example
Text Example
White with #9D6088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6088; }
p { color: rgb(157,96,136); }
H1.HeaderClassName
{
color: #9D6088;
}
.AnyTagClassName
{
color: #9D6088;
}
</style>
background-color css
<style>
a { background-color: #9D6088; }
a { background-color: rgb(157,96,136); }
div.DivClassName
{
background-color: #9D6088;
}
.BgClassName
{
background-color: #9D6088;
}
</style>
border-color css
<style>
span { border-color: #9D6088; }
span { border-color: rgb(157,96,136); }
td.TdClassName
{
border-color: #9D6088;
}
.TagClassName
{
border-color: #9D6088;
}
</style>