Shades of Strikemaster #9B577A
Tints of Strikemaster #9B577A
RGB
CMYK
RGB Variations
Color information
#9B577A (or 0x9B577A) is known color: Strikemaster. HEX triplet: 9B, 57 and 7A. RGB value is (155,87,122). Sum of RGB (Red+Green+Blue) = 155+87+122=364 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.58% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 155 - color contains mainly: red. Hex color #9B577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B577A is #64A885. Grayscale: #6F6F6F. Windows color (decimal): -6596742 or 8017819. OLE color: 8017819.
HSL color Cylindrical-coordinate representation of color #9B577A: hue angle of 329.12º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9B577A is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 87 | 122 | - |
| CMYK | 0 | 0.44 | 0.21 | 0.39 |
| HSL | 329.12º | 0.28% | 0.47% | - |
| HSV(B) | 329.12º | 0.44% | 0.61% | - |
| XYZ | 20.44 | 15.19 | 20.27 | - |
| YUV | 111.32 | 134.03 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 87 | 122 | 0 | 0.44 | 0.21 | 0.39 | 329.12 | 0.28 | 0.47 |
| Hex | 9B | 57 | 7A | 0 | 2C | 15 | 27 | 149 | 1C | 2F |
| Octal | 233 | 127 | 172 | 0 | 54 | 25 | 47 | 511 | 34 | 57 |
| Binary | 10011011 | 1010111 | 1111010 | 0 | 101100 | 10101 | 100111 | 101001001 | 11100 | 101111 |
Color Harmonies of #9B577A
Complementary color
Monochromatic Colors of #9B577A
Black with #9B577A
Text Example
Text Example
White with #9B577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B577A; }
p { color: rgb(155,87,122); }
H1.HeaderClassName
{
color: #9B577A;
}
.AnyTagClassName
{
color: #9B577A;
}
</style>
background-color css
<style>
a { background-color: #9B577A; }
a { background-color: rgb(155,87,122); }
div.DivClassName
{
background-color: #9B577A;
}
.BgClassName
{
background-color: #9B577A;
}
</style>
border-color css
<style>
span { border-color: #9B577A; }
span { border-color: rgb(155,87,122); }
td.TdClassName
{
border-color: #9B577A;
}
.TagClassName
{
border-color: #9B577A;
}
</style>