Shades of Strikemaster #9B557E
Tints of Strikemaster #9B557E
RGB
CMYK
RGB Variations
Color information
#9B557E (or 0x9B557E) is known color: Strikemaster. HEX triplet: 9B, 55 and 7E. RGB value is (155,85,126). Sum of RGB (Red+Green+Blue) = 155+85+126=366 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.35% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 155 - color contains mainly: red. Hex color #9B557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B557E is #64AA81. Grayscale: #6E6E6E. Windows color (decimal): -6597250 or 8279451. OLE color: 8279451.
HSL color Cylindrical-coordinate representation of color #9B557E: hue angle of 324.86º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9B557E is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 85 | 126 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.39 |
| HSL | 324.86º | 0.29% | 0.47% | - |
| HSV(B) | 324.86º | 0.45% | 0.61% | - |
| XYZ | 20.53 | 14.97 | 21.55 | - |
| YUV | 110.6 | 136.69 | 159.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 126 | 0 | 0.45 | 0.19 | 0.39 | 324.86 | 0.29 | 0.47 |
| Hex | 9B | 55 | 7E | 0 | 2D | 13 | 27 | 145 | 1D | 2F |
| Octal | 233 | 125 | 176 | 0 | 55 | 23 | 47 | 505 | 35 | 57 |
| Binary | 10011011 | 1010101 | 1111110 | 0 | 101101 | 10011 | 100111 | 101000101 | 11101 | 101111 |
Color Harmonies of #9B557E
Complementary color
Monochromatic Colors of #9B557E
Black with #9B557E
Text Example
Text Example
White with #9B557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B557E; }
p { color: rgb(155,85,126); }
H1.HeaderClassName
{
color: #9B557E;
}
.AnyTagClassName
{
color: #9B557E;
}
</style>
background-color css
<style>
a { background-color: #9B557E; }
a { background-color: rgb(155,85,126); }
div.DivClassName
{
background-color: #9B557E;
}
.BgClassName
{
background-color: #9B557E;
}
</style>
border-color css
<style>
span { border-color: #9B557E; }
span { border-color: rgb(155,85,126); }
td.TdClassName
{
border-color: #9B557E;
}
.TagClassName
{
border-color: #9B557E;
}
</style>