Shades of Strikemaster #9E557A
Tints of Strikemaster #9E557A
RGB
CMYK
RGB Variations
Color information
#9E557A (or 0x9E557A) is known color: Strikemaster. HEX triplet: 9E, 55 and 7A. RGB value is (158,85,122). Sum of RGB (Red+Green+Blue) = 158+85+122=365 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.29% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 158 - color contains mainly: red. Hex color #9E557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E557A is #61AA85. Grayscale: #6E6E6E. Windows color (decimal): -6400646 or 8017310. OLE color: 8017310.
HSL color Cylindrical-coordinate representation of color #9E557A: hue angle of 329.59º 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 #9E557A is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 122 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.38 |
| HSL | 329.59º | 0.3% | 0.48% | - |
| HSV(B) | 329.59º | 0.46% | 0.62% | - |
| XYZ | 20.86 | 15.17 | 20.24 | - |
| YUV | 111.05 | 134.18 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 122 | 0 | 0.46 | 0.23 | 0.38 | 329.59 | 0.3 | 0.48 |
| Hex | 9E | 55 | 7A | 0 | 2E | 17 | 26 | 14A | 1E | 30 |
| Octal | 236 | 125 | 172 | 0 | 56 | 27 | 46 | 512 | 36 | 60 |
| Binary | 10011110 | 1010101 | 1111010 | 0 | 101110 | 10111 | 100110 | 101001010 | 11110 | 110000 |
Color Harmonies of #9E557A
Complementary color
Monochromatic Colors of #9E557A
Black with #9E557A
Text Example
Text Example
White with #9E557A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E557A; }
p { color: rgb(158,85,122); }
H1.HeaderClassName
{
color: #9E557A;
}
.AnyTagClassName
{
color: #9E557A;
}
</style>
background-color css
<style>
a { background-color: #9E557A; }
a { background-color: rgb(158,85,122); }
div.DivClassName
{
background-color: #9E557A;
}
.BgClassName
{
background-color: #9E557A;
}
</style>
border-color css
<style>
span { border-color: #9E557A; }
span { border-color: rgb(158,85,122); }
td.TdClassName
{
border-color: #9E557A;
}
.TagClassName
{
border-color: #9E557A;
}
</style>