Shades of Strikemaster #9B577C
Tints of Strikemaster #9B577C
RGB
CMYK
RGB Variations
Color information
#9B577C (or 0x9B577C) is known color: Strikemaster. HEX triplet: 9B, 57 and 7C. RGB value is (155,87,124). Sum of RGB (Red+Green+Blue) = 155+87+124=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 87 (34.38% from 255 or 23.77% from 366); Blue value is 124 (48.83% from 255 or 33.88% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B577C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B577C is #64A883. Grayscale: #6F6F6F. Windows color (decimal): -6596740 or 8148891. OLE color: 8148891.
HSL color Cylindrical-coordinate representation of color #9B577C: hue angle of 327.35º 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 #9B577C is Cyan = 0, Magento = 0.44, Yellow = 0.2 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 87 | 124 | - |
| CMYK | 0 | 0.44 | 0.2 | 0.39 |
| HSL | 327.35º | 0.28% | 0.47% | - |
| HSV(B) | 327.35º | 0.44% | 0.61% | - |
| XYZ | 20.56 | 15.24 | 20.93 | - |
| YUV | 111.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 87 | 124 | 0 | 0.44 | 0.2 | 0.39 | 327.35 | 0.28 | 0.47 |
| Hex | 9B | 57 | 7C | 0 | 2C | 14 | 27 | 147 | 1C | 2F |
| Octal | 233 | 127 | 174 | 0 | 54 | 24 | 47 | 507 | 34 | 57 |
| Binary | 10011011 | 1010111 | 1111100 | 0 | 101100 | 10100 | 100111 | 101000111 | 11100 | 101111 |
Color Harmonies of #9B577C
Complementary color
Monochromatic Colors of #9B577C
Black with #9B577C
Text Example
Text Example
White with #9B577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B577C; }
p { color: rgb(155,87,124); }
H1.HeaderClassName
{
color: #9B577C;
}
.AnyTagClassName
{
color: #9B577C;
}
</style>
background-color css
<style>
a { background-color: #9B577C; }
a { background-color: rgb(155,87,124); }
div.DivClassName
{
background-color: #9B577C;
}
.BgClassName
{
background-color: #9B577C;
}
</style>
border-color css
<style>
span { border-color: #9B577C; }
span { border-color: rgb(155,87,124); }
td.TdClassName
{
border-color: #9B577C;
}
.TagClassName
{
border-color: #9B577C;
}
</style>