Shades of Strikemaster #9E5D7C
Tints of Strikemaster #9E5D7C
RGB
CMYK
RGB Variations
Color information
#9E5D7C (or 0x9E5D7C) is known color: Strikemaster. HEX triplet: 9E, 5D and 7C. RGB value is (158,93,124). Sum of RGB (Red+Green+Blue) = 158+93+124=375 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.13% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5D7C is #61A283. Grayscale: #737373. Windows color (decimal): -6398596 or 8150430. OLE color: 8150430.
HSL color Cylindrical-coordinate representation of color #9E5D7C: hue angle of 331.38º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E5D7C is Cyan = 0, Magento = 0.41, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 93 | 124 | - |
| CMYK | 0 | 0.41 | 0.22 | 0.38 |
| HSL | 331.38º | 0.26% | 0.49% | - |
| HSV(B) | 331.38º | 0.41% | 0.62% | - |
| XYZ | 21.65 | 16.55 | 21.12 | - |
| YUV | 115.97 | 132.53 | 157.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 93 | 124 | 0 | 0.41 | 0.22 | 0.38 | 331.38 | 0.26 | 0.49 |
| Hex | 9E | 5D | 7C | 0 | 29 | 16 | 26 | 14B | 1A | 31 |
| Octal | 236 | 135 | 174 | 0 | 51 | 26 | 46 | 513 | 32 | 61 |
| Binary | 10011110 | 1011101 | 1111100 | 0 | 101001 | 10110 | 100110 | 101001011 | 11010 | 110001 |
Color Harmonies of #9E5D7C
Complementary color
Monochromatic Colors of #9E5D7C
Black with #9E5D7C
Text Example
Text Example
White with #9E5D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5D7C; }
p { color: rgb(158,93,124); }
H1.HeaderClassName
{
color: #9E5D7C;
}
.AnyTagClassName
{
color: #9E5D7C;
}
</style>
background-color css
<style>
a { background-color: #9E5D7C; }
a { background-color: rgb(158,93,124); }
div.DivClassName
{
background-color: #9E5D7C;
}
.BgClassName
{
background-color: #9E5D7C;
}
</style>
border-color css
<style>
span { border-color: #9E5D7C; }
span { border-color: rgb(158,93,124); }
td.TdClassName
{
border-color: #9E5D7C;
}
.TagClassName
{
border-color: #9E5D7C;
}
</style>