Shades of Strikemaster #9E5578
Tints of Strikemaster #9E5578
RGB
CMYK
RGB Variations
Color information
#9E5578 (or 0x9E5578) is known color: Strikemaster. HEX triplet: 9E, 55 and 78. RGB value is (158,85,120). Sum of RGB (Red+Green+Blue) = 158+85+120=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5578 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5578 is #61AA87. Grayscale: #6E6E6E. Windows color (decimal): -6400648 or 7886238. OLE color: 7886238.
HSL color Cylindrical-coordinate representation of color #9E5578: hue angle of 331.23º 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 #9E5578 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 120 | - |
| CMYK | 0 | 0.46 | 0.24 | 0.38 |
| HSL | 331.23º | 0.3% | 0.48% | - |
| HSV(B) | 331.23º | 0.46% | 0.62% | - |
| XYZ | 20.74 | 15.12 | 19.6 | - |
| YUV | 110.82 | 133.18 | 161.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 120 | 0 | 0.46 | 0.24 | 0.38 | 331.23 | 0.3 | 0.48 |
| Hex | 9E | 55 | 78 | 0 | 2E | 18 | 26 | 14B | 1E | 30 |
| Octal | 236 | 125 | 170 | 0 | 56 | 30 | 46 | 513 | 36 | 60 |
| Binary | 10011110 | 1010101 | 1111000 | 0 | 101110 | 11000 | 100110 | 101001011 | 11110 | 110000 |
Color Harmonies of #9E5578
Complementary color
Monochromatic Colors of #9E5578
Black with #9E5578
Text Example
Text Example
White with #9E5578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5578; }
p { color: rgb(158,85,120); }
H1.HeaderClassName
{
color: #9E5578;
}
.AnyTagClassName
{
color: #9E5578;
}
</style>
background-color css
<style>
a { background-color: #9E5578; }
a { background-color: rgb(158,85,120); }
div.DivClassName
{
background-color: #9E5578;
}
.BgClassName
{
background-color: #9E5578;
}
</style>
border-color css
<style>
span { border-color: #9E5578; }
span { border-color: rgb(158,85,120); }
td.TdClassName
{
border-color: #9E5578;
}
.TagClassName
{
border-color: #9E5578;
}
</style>