Shades of Strikemaster #9E4A83
Tints of Strikemaster #9E4A83
RGB
CMYK
RGB Variations
Color information
#9E4A83 (or 0x9E4A83) is known color: Strikemaster. HEX triplet: 9E, 4A and 83. RGB value is (158,74,131). Sum of RGB (Red+Green+Blue) = 158+74+131=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4A83 is #61B57C. Grayscale: #696969. Windows color (decimal): -6403453 or 8604318. OLE color: 8604318.
HSL color Cylindrical-coordinate representation of color #9E4A83: hue angle of 319.29º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4A83 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 74 | 131 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.38 |
| HSL | 319.29º | 0.36% | 0.45% | - |
| HSV(B) | 319.29º | 0.53% | 0.62% | - |
| XYZ | 20.65 | 13.81 | 23.05 | - |
| YUV | 105.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 131 | 0 | 0.53 | 0.17 | 0.38 | 319.29 | 0.36 | 0.45 |
| Hex | 9E | 4A | 83 | 0 | 35 | 11 | 26 | 13F | 24 | 2D |
| Octal | 236 | 112 | 203 | 0 | 65 | 21 | 46 | 477 | 44 | 55 |
| Binary | 10011110 | 1001010 | 10000011 | 0 | 110101 | 10001 | 100110 | 100111111 | 100100 | 101101 |
Color Harmonies of #9E4A83
Complementary color
Monochromatic Colors of #9E4A83
Black with #9E4A83
Text Example
Text Example
White with #9E4A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4A83; }
p { color: rgb(158,74,131); }
H1.HeaderClassName
{
color: #9E4A83;
}
.AnyTagClassName
{
color: #9E4A83;
}
</style>
background-color css
<style>
a { background-color: #9E4A83; }
a { background-color: rgb(158,74,131); }
div.DivClassName
{
background-color: #9E4A83;
}
.BgClassName
{
background-color: #9E4A83;
}
</style>
border-color css
<style>
span { border-color: #9E4A83; }
span { border-color: rgb(158,74,131); }
td.TdClassName
{
border-color: #9E4A83;
}
.TagClassName
{
border-color: #9E4A83;
}
</style>