Shades of Strikemaster #9E558A
Tints of Strikemaster #9E558A
RGB
CMYK
RGB Variations
Color information
#9E558A (or 0x9E558A) is known color: Strikemaster. HEX triplet: 9E, 55 and 8A. RGB value is (158,85,138). Sum of RGB (Red+Green+Blue) = 158+85+138=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E558A is #61AA75. Grayscale: #707070. Windows color (decimal): -6400630 or 9065886. OLE color: 9065886.
HSL color Cylindrical-coordinate representation of color #9E558A: hue angle of 316.44º 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 #9E558A is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 138 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.38 |
| HSL | 316.44º | 0.3% | 0.48% | - |
| HSV(B) | 316.44º | 0.46% | 0.62% | - |
| XYZ | 21.94 | 15.6 | 25.9 | - |
| YUV | 112.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 138 | 0 | 0.46 | 0.13 | 0.38 | 316.44 | 0.3 | 0.48 |
| Hex | 9E | 55 | 8A | 0 | 2E | D | 26 | 13C | 1E | 30 |
| Octal | 236 | 125 | 212 | 0 | 56 | 15 | 46 | 474 | 36 | 60 |
| Binary | 10011110 | 1010101 | 10001010 | 0 | 101110 | 1101 | 100110 | 100111100 | 11110 | 110000 |
Color Harmonies of #9E558A
Complementary color
Monochromatic Colors of #9E558A
Black with #9E558A
Text Example
Text Example
White with #9E558A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E558A; }
p { color: rgb(158,85,138); }
H1.HeaderClassName
{
color: #9E558A;
}
.AnyTagClassName
{
color: #9E558A;
}
</style>
background-color css
<style>
a { background-color: #9E558A; }
a { background-color: rgb(158,85,138); }
div.DivClassName
{
background-color: #9E558A;
}
.BgClassName
{
background-color: #9E558A;
}
</style>
border-color css
<style>
span { border-color: #9E558A; }
span { border-color: rgb(158,85,138); }
td.TdClassName
{
border-color: #9E558A;
}
.TagClassName
{
border-color: #9E558A;
}
</style>