Shades of Strikemaster #9B597E
Tints of Strikemaster #9B597E
RGB
CMYK
RGB Variations
Color information
#9B597E (or 0x9B597E) is known color: Strikemaster. HEX triplet: 9B, 59 and 7E. RGB value is (155,89,126). Sum of RGB (Red+Green+Blue) = 155+89+126=370 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.89% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 155 - color contains mainly: red. Hex color #9B597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B597E is #64A681. Grayscale: #707070. Windows color (decimal): -6596226 or 8280475. OLE color: 8280475.
HSL color Cylindrical-coordinate representation of color #9B597E: hue angle of 326.36º degrees, saturation: 0.27, 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 #9B597E is Cyan = 0, Magento = 0.43, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 89 | 126 | - |
| CMYK | 0 | 0.43 | 0.19 | 0.39 |
| HSL | 326.36º | 0.27% | 0.48% | - |
| HSV(B) | 326.36º | 0.43% | 0.61% | - |
| XYZ | 20.86 | 15.62 | 21.65 | - |
| YUV | 112.95 | 135.37 | 157.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 89 | 126 | 0 | 0.43 | 0.19 | 0.39 | 326.36 | 0.27 | 0.48 |
| Hex | 9B | 59 | 7E | 0 | 2B | 13 | 27 | 146 | 1B | 30 |
| Octal | 233 | 131 | 176 | 0 | 53 | 23 | 47 | 506 | 33 | 60 |
| Binary | 10011011 | 1011001 | 1111110 | 0 | 101011 | 10011 | 100111 | 101000110 | 11011 | 110000 |
Color Harmonies of #9B597E
Complementary color
Monochromatic Colors of #9B597E
Black with #9B597E
Text Example
Text Example
White with #9B597E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B597E; }
p { color: rgb(155,89,126); }
H1.HeaderClassName
{
color: #9B597E;
}
.AnyTagClassName
{
color: #9B597E;
}
</style>
background-color css
<style>
a { background-color: #9B597E; }
a { background-color: rgb(155,89,126); }
div.DivClassName
{
background-color: #9B597E;
}
.BgClassName
{
background-color: #9B597E;
}
</style>
border-color css
<style>
span { border-color: #9B597E; }
span { border-color: rgb(155,89,126); }
td.TdClassName
{
border-color: #9B597E;
}
.TagClassName
{
border-color: #9B597E;
}
</style>