Shades of Strikemaster #9E558B
Tints of Strikemaster #9E558B
RGB
CMYK
RGB Variations
Color information
#9E558B (or 0x9E558B) is known color: Strikemaster. HEX triplet: 9E, 55 and 8B. RGB value is (158,85,139). Sum of RGB (Red+Green+Blue) = 158+85+139=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E558B is #61AA74. Grayscale: #707070. Windows color (decimal): -6400629 or 9131422. OLE color: 9131422.
HSL color Cylindrical-coordinate representation of color #9E558B: hue angle of 315.62º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E558B is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 139 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.38 |
| HSL | 315.62º | 0.3% | 0.48% | - |
| HSV(B) | 315.62º | 0.46% | 0.62% | - |
| XYZ | 22.01 | 15.63 | 26.28 | - |
| YUV | 112.98 | 142.68 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 139 | 0 | 0.46 | 0.12 | 0.38 | 315.62 | 0.3 | 0.48 |
| Hex | 9E | 55 | 8B | 0 | 2E | C | 26 | 13C | 1E | 30 |
| Octal | 236 | 125 | 213 | 0 | 56 | 14 | 46 | 474 | 36 | 60 |
| Binary | 10011110 | 1010101 | 10001011 | 0 | 101110 | 1100 | 100110 | 100111100 | 11110 | 110000 |
Color Harmonies of #9E558B
Complementary color
Monochromatic Colors of #9E558B
Black with #9E558B
Text Example
Text Example
White with #9E558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E558B; }
p { color: rgb(158,85,139); }
H1.HeaderClassName
{
color: #9E558B;
}
.AnyTagClassName
{
color: #9E558B;
}
</style>
background-color css
<style>
a { background-color: #9E558B; }
a { background-color: rgb(158,85,139); }
div.DivClassName
{
background-color: #9E558B;
}
.BgClassName
{
background-color: #9E558B;
}
</style>
border-color css
<style>
span { border-color: #9E558B; }
span { border-color: rgb(158,85,139); }
td.TdClassName
{
border-color: #9E558B;
}
.TagClassName
{
border-color: #9E558B;
}
</style>