Shades of Strikemaster #9E5D85
Tints of Strikemaster #9E5D85
RGB
CMYK
RGB Variations
Color information
#9E5D85 (or 0x9E5D85) is known color: Strikemaster. HEX triplet: 9E, 5D and 85. RGB value is (158,93,133). Sum of RGB (Red+Green+Blue) = 158+93+133=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5D85 is #61A27A. Grayscale: #747474. Windows color (decimal): -6398587 or 8740254. OLE color: 8740254.
HSL color Cylindrical-coordinate representation of color #9E5D85: hue angle of 323.08º 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 #9E5D85 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 93 | 133 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.38 |
| HSL | 323.08º | 0.26% | 0.49% | - |
| HSV(B) | 323.08º | 0.41% | 0.62% | - |
| XYZ | 22.25 | 16.79 | 24.26 | - |
| YUV | 117 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 93 | 133 | 0 | 0.41 | 0.16 | 0.38 | 323.08 | 0.26 | 0.49 |
| Hex | 9E | 5D | 85 | 0 | 29 | 10 | 26 | 143 | 1A | 31 |
| Octal | 236 | 135 | 205 | 0 | 51 | 20 | 46 | 503 | 32 | 61 |
| Binary | 10011110 | 1011101 | 10000101 | 0 | 101001 | 10000 | 100110 | 101000011 | 11010 | 110001 |
Color Harmonies of #9E5D85
Complementary color
Monochromatic Colors of #9E5D85
Black with #9E5D85
Text Example
Text Example
White with #9E5D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5D85; }
p { color: rgb(158,93,133); }
H1.HeaderClassName
{
color: #9E5D85;
}
.AnyTagClassName
{
color: #9E5D85;
}
</style>
background-color css
<style>
a { background-color: #9E5D85; }
a { background-color: rgb(158,93,133); }
div.DivClassName
{
background-color: #9E5D85;
}
.BgClassName
{
background-color: #9E5D85;
}
</style>
border-color css
<style>
span { border-color: #9E5D85; }
span { border-color: rgb(158,93,133); }
td.TdClassName
{
border-color: #9E5D85;
}
.TagClassName
{
border-color: #9E5D85;
}
</style>