Shades of Strikemaster #9B558A
Tints of Strikemaster #9B558A
RGB
CMYK
RGB Variations
Color information
#9B558A (or 0x9B558A) is known color: Strikemaster. HEX triplet: 9B, 55 and 8A. RGB value is (155,85,138). Sum of RGB (Red+Green+Blue) = 155+85+138=378 (50% of max value = 765). Red value is 155 (60.94% from 255 or 41.01% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 155 - color contains mainly: red. Hex color #9B558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B558A is #64AA75. Grayscale: #6F6F6F. Windows color (decimal): -6597238 or 9065883. OLE color: 9065883.
HSL color Cylindrical-coordinate representation of color #9B558A: hue angle of 314.57º 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 #9B558A is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 85 | 138 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.39 |
| HSL | 314.57º | 0.29% | 0.47% | - |
| HSV(B) | 314.57º | 0.45% | 0.61% | - |
| XYZ | 21.35 | 15.3 | 25.87 | - |
| YUV | 111.97 | 142.69 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 85 | 138 | 0 | 0.45 | 0.11 | 0.39 | 314.57 | 0.29 | 0.47 |
| Hex | 9B | 55 | 8A | 0 | 2D | B | 27 | 13B | 1D | 2F |
| Octal | 233 | 125 | 212 | 0 | 55 | 13 | 47 | 473 | 35 | 57 |
| Binary | 10011011 | 1010101 | 10001010 | 0 | 101101 | 1011 | 100111 | 100111011 | 11101 | 101111 |
Color Harmonies of #9B558A
Complementary color
Monochromatic Colors of #9B558A
Black with #9B558A
Text Example
Text Example
White with #9B558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B558A; }
p { color: rgb(155,85,138); }
H1.HeaderClassName
{
color: #9B558A;
}
.AnyTagClassName
{
color: #9B558A;
}
</style>
background-color css
<style>
a { background-color: #9B558A; }
a { background-color: rgb(155,85,138); }
div.DivClassName
{
background-color: #9B558A;
}
.BgClassName
{
background-color: #9B558A;
}
</style>
border-color css
<style>
span { border-color: #9B558A; }
span { border-color: rgb(155,85,138); }
td.TdClassName
{
border-color: #9B558A;
}
.TagClassName
{
border-color: #9B558A;
}
</style>