Shades of Strikemaster #9B587E
Tints of Strikemaster #9B587E
RGB
CMYK
RGB Variations
Color information
#9B587E (or 0x9B587E) is known color: Strikemaster. HEX triplet: 9B, 58 and 7E. RGB value is (155,88,126). Sum of RGB (Red+Green+Blue) = 155+88+126=369 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.01% from 369); Green value is 88 (34.77% from 255 or 23.85% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 155 - color contains mainly: red. Hex color #9B587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B587E is #64A781. Grayscale: #707070. Windows color (decimal): -6596482 or 8280219. OLE color: 8280219.
HSL color Cylindrical-coordinate representation of color #9B587E: hue angle of 325.97º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B587E is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 126 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.39 |
| HSL | 325.97º | 0.28% | 0.48% | - |
| HSV(B) | 325.97º | 0.43% | 0.61% | - |
| XYZ | 20.77 | 15.45 | 21.63 | - |
| YUV | 112.37 | 135.7 | 158.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 126 | 0 | 0.43 | 0.19 | 0.39 | 325.97 | 0.28 | 0.48 |
| Hex | 9B | 58 | 7E | 0 | 2B | 13 | 27 | 146 | 1C | 30 |
| Octal | 233 | 130 | 176 | 0 | 53 | 23 | 47 | 506 | 34 | 60 |
| Binary | 10011011 | 1011000 | 1111110 | 0 | 101011 | 10011 | 100111 | 101000110 | 11100 | 110000 |
Color Harmonies of #9B587E
Complementary color
Monochromatic Colors of #9B587E
Black with #9B587E
Text Example
Text Example
White with #9B587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B587E; }
p { color: rgb(155,88,126); }
H1.HeaderClassName
{
color: #9B587E;
}
.AnyTagClassName
{
color: #9B587E;
}
</style>
background-color css
<style>
a { background-color: #9B587E; }
a { background-color: rgb(155,88,126); }
div.DivClassName
{
background-color: #9B587E;
}
.BgClassName
{
background-color: #9B587E;
}
</style>
border-color css
<style>
span { border-color: #9B587E; }
span { border-color: rgb(155,88,126); }
td.TdClassName
{
border-color: #9B587E;
}
.TagClassName
{
border-color: #9B587E;
}
</style>