Shades of Strikemaster #9E4C80
Tints of Strikemaster #9E4C80
RGB
CMYK
RGB Variations
Color information
#9E4C80 (or 0x9E4C80) is known color: Strikemaster. HEX triplet: 9E, 4C and 80. RGB value is (158,76,128). Sum of RGB (Red+Green+Blue) = 158+76+128=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4C80 is #61B37F. Grayscale: #6A6A6A. Windows color (decimal): -6402944 or 8408222. OLE color: 8408222.
HSL color Cylindrical-coordinate representation of color #9E4C80: hue angle of 321.95º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E4C80 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 76 | 128 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.38 |
| HSL | 321.95º | 0.35% | 0.46% | - |
| HSV(B) | 321.95º | 0.52% | 0.62% | - |
| XYZ | 20.58 | 14 | 22.04 | - |
| YUV | 106.45 | 140.17 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 128 | 0 | 0.52 | 0.19 | 0.38 | 321.95 | 0.35 | 0.46 |
| Hex | 9E | 4C | 80 | 0 | 34 | 13 | 26 | 142 | 23 | 2E |
| Octal | 236 | 114 | 200 | 0 | 64 | 23 | 46 | 502 | 43 | 56 |
| Binary | 10011110 | 1001100 | 10000000 | 0 | 110100 | 10011 | 100110 | 101000010 | 100011 | 101110 |
Color Harmonies of #9E4C80
Complementary color
Monochromatic Colors of #9E4C80
Black with #9E4C80
Text Example
Text Example
White with #9E4C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4C80; }
p { color: rgb(158,76,128); }
H1.HeaderClassName
{
color: #9E4C80;
}
.AnyTagClassName
{
color: #9E4C80;
}
</style>
background-color css
<style>
a { background-color: #9E4C80; }
a { background-color: rgb(158,76,128); }
div.DivClassName
{
background-color: #9E4C80;
}
.BgClassName
{
background-color: #9E4C80;
}
</style>
border-color css
<style>
span { border-color: #9E4C80; }
span { border-color: rgb(158,76,128); }
td.TdClassName
{
border-color: #9E4C80;
}
.TagClassName
{
border-color: #9E4C80;
}
</style>