Shades of Strikemaster #9B588A
Tints of Strikemaster #9B588A
RGB
CMYK
RGB Variations
Color information
#9B588A (or 0x9B588A) is known color: Strikemaster. HEX triplet: 9B, 58 and 8A. RGB value is (155,88,138). Sum of RGB (Red+Green+Blue) = 155+88+138=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B588A is #64A775. Grayscale: #717171. Windows color (decimal): -6596470 or 9066651. OLE color: 9066651.
HSL color Cylindrical-coordinate representation of color #9B588A: hue angle of 315.22º 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 #9B588A is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 138 | - |
| CMYK | 0 | 0.43 | 0.11 | 0.39 |
| HSL | 315.22º | 0.28% | 0.48% | - |
| HSV(B) | 315.22º | 0.43% | 0.61% | - |
| XYZ | 21.59 | 15.78 | 25.95 | - |
| YUV | 113.73 | 141.7 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 138 | 0 | 0.43 | 0.11 | 0.39 | 315.22 | 0.28 | 0.48 |
| Hex | 9B | 58 | 8A | 0 | 2B | B | 27 | 13B | 1C | 30 |
| Octal | 233 | 130 | 212 | 0 | 53 | 13 | 47 | 473 | 34 | 60 |
| Binary | 10011011 | 1011000 | 10001010 | 0 | 101011 | 1011 | 100111 | 100111011 | 11100 | 110000 |
Color Harmonies of #9B588A
Complementary color
Monochromatic Colors of #9B588A
Black with #9B588A
Text Example
Text Example
White with #9B588A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B588A; }
p { color: rgb(155,88,138); }
H1.HeaderClassName
{
color: #9B588A;
}
.AnyTagClassName
{
color: #9B588A;
}
</style>
background-color css
<style>
a { background-color: #9B588A; }
a { background-color: rgb(155,88,138); }
div.DivClassName
{
background-color: #9B588A;
}
.BgClassName
{
background-color: #9B588A;
}
</style>
border-color css
<style>
span { border-color: #9B588A; }
span { border-color: rgb(155,88,138); }
td.TdClassName
{
border-color: #9B588A;
}
.TagClassName
{
border-color: #9B588A;
}
</style>