Shades of Strikemaster #9B5D89
Tints of Strikemaster #9B5D89
RGB
CMYK
RGB Variations
Color information
#9B5D89 (or 0x9B5D89) is known color: Strikemaster. HEX triplet: 9B, 5D and 89. RGB value is (155,93,137). Sum of RGB (Red+Green+Blue) = 155+93+137=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5D89 is #64A276. Grayscale: #747474. Windows color (decimal): -6595191 or 9002395. OLE color: 9002395.
HSL color Cylindrical-coordinate representation of color #9B5D89: hue angle of 317.42º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B5D89 is Cyan = 0, Magento = 0.4, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 93 | 137 | - |
| CMYK | 0 | 0.4 | 0.12 | 0.39 |
| HSL | 317.42º | 0.25% | 0.49% | - |
| HSV(B) | 317.42º | 0.4% | 0.61% | - |
| XYZ | 21.95 | 16.6 | 25.71 | - |
| YUV | 116.55 | 139.54 | 155.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 137 | 0 | 0.4 | 0.12 | 0.39 | 317.42 | 0.25 | 0.49 |
| Hex | 9B | 5D | 89 | 0 | 28 | C | 27 | 13D | 19 | 31 |
| Octal | 233 | 135 | 211 | 0 | 50 | 14 | 47 | 475 | 31 | 61 |
| Binary | 10011011 | 1011101 | 10001001 | 0 | 101000 | 1100 | 100111 | 100111101 | 11001 | 110001 |
Color Harmonies of #9B5D89
Complementary color
Monochromatic Colors of #9B5D89
Black with #9B5D89
Text Example
Text Example
White with #9B5D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D89; }
p { color: rgb(155,93,137); }
H1.HeaderClassName
{
color: #9B5D89;
}
.AnyTagClassName
{
color: #9B5D89;
}
</style>
background-color css
<style>
a { background-color: #9B5D89; }
a { background-color: rgb(155,93,137); }
div.DivClassName
{
background-color: #9B5D89;
}
.BgClassName
{
background-color: #9B5D89;
}
</style>
border-color css
<style>
span { border-color: #9B5D89; }
span { border-color: rgb(155,93,137); }
td.TdClassName
{
border-color: #9B5D89;
}
.TagClassName
{
border-color: #9B5D89;
}
</style>