Shades of Strikemaster #9E5478
Tints of Strikemaster #9E5478
RGB
CMYK
RGB Variations
Color information
#9E5478 (or 0x9E5478) is known color: Strikemaster. HEX triplet: 9E, 54 and 78. RGB value is (158,84,120). Sum of RGB (Red+Green+Blue) = 158+84+120=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 120 (47.27% from 255 or 33.15% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5478 is #61AB87. Grayscale: #6E6E6E. Windows color (decimal): -6400904 or 7885982. OLE color: 7885982.
HSL color Cylindrical-coordinate representation of color #9E5478: hue angle of 330.81º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5478 is Cyan = 0, Magento = 0.47, Yellow = 0.24 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 120 | - |
| CMYK | 0 | 0.47 | 0.24 | 0.38 |
| HSL | 330.81º | 0.31% | 0.47% | - |
| HSV(B) | 330.81º | 0.47% | 0.62% | - |
| XYZ | 20.66 | 14.97 | 19.57 | - |
| YUV | 110.23 | 133.52 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 120 | 0 | 0.47 | 0.24 | 0.38 | 330.81 | 0.31 | 0.47 |
| Hex | 9E | 54 | 78 | 0 | 2F | 18 | 26 | 14B | 1F | 2F |
| Octal | 236 | 124 | 170 | 0 | 57 | 30 | 46 | 513 | 37 | 57 |
| Binary | 10011110 | 1010100 | 1111000 | 0 | 101111 | 11000 | 100110 | 101001011 | 11111 | 101111 |
Color Harmonies of #9E5478
Complementary color
Monochromatic Colors of #9E5478
Black with #9E5478
Text Example
Text Example
White with #9E5478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5478; }
p { color: rgb(158,84,120); }
H1.HeaderClassName
{
color: #9E5478;
}
.AnyTagClassName
{
color: #9E5478;
}
</style>
background-color css
<style>
a { background-color: #9E5478; }
a { background-color: rgb(158,84,120); }
div.DivClassName
{
background-color: #9E5478;
}
.BgClassName
{
background-color: #9E5478;
}
</style>
border-color css
<style>
span { border-color: #9E5478; }
span { border-color: rgb(158,84,120); }
td.TdClassName
{
border-color: #9E5478;
}
.TagClassName
{
border-color: #9E5478;
}
</style>