Shades of Strikemaster #9B587A
Tints of Strikemaster #9B587A
RGB
CMYK
RGB Variations
Color information
#9B587A (or 0x9B587A) is known color: Strikemaster. HEX triplet: 9B, 58 and 7A. RGB value is (155,88,122). Sum of RGB (Red+Green+Blue) = 155+88+122=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B587A is #64A785. Grayscale: #6F6F6F. Windows color (decimal): -6596486 or 8018075. OLE color: 8018075.
HSL color Cylindrical-coordinate representation of color #9B587A: hue angle of 329.55º 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 #9B587A is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 122 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.39 |
| HSL | 329.55º | 0.28% | 0.48% | - |
| HSV(B) | 329.55º | 0.43% | 0.61% | - |
| XYZ | 20.52 | 15.35 | 20.29 | - |
| YUV | 111.91 | 133.7 | 158.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 122 | 0 | 0.43 | 0.21 | 0.39 | 329.55 | 0.28 | 0.48 |
| Hex | 9B | 58 | 7A | 0 | 2B | 15 | 27 | 14A | 1C | 30 |
| Octal | 233 | 130 | 172 | 0 | 53 | 25 | 47 | 512 | 34 | 60 |
| Binary | 10011011 | 1011000 | 1111010 | 0 | 101011 | 10101 | 100111 | 101001010 | 11100 | 110000 |
Color Harmonies of #9B587A
Complementary color
Monochromatic Colors of #9B587A
Black with #9B587A
Text Example
Text Example
White with #9B587A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B587A; }
p { color: rgb(155,88,122); }
H1.HeaderClassName
{
color: #9B587A;
}
.AnyTagClassName
{
color: #9B587A;
}
</style>
background-color css
<style>
a { background-color: #9B587A; }
a { background-color: rgb(155,88,122); }
div.DivClassName
{
background-color: #9B587A;
}
.BgClassName
{
background-color: #9B587A;
}
</style>
border-color css
<style>
span { border-color: #9B587A; }
span { border-color: rgb(155,88,122); }
td.TdClassName
{
border-color: #9B587A;
}
.TagClassName
{
border-color: #9B587A;
}
</style>