Shades of Strikemaster #9E5687
Tints of Strikemaster #9E5687
RGB
CMYK
RGB Variations
Color information
#9E5687 (or 0x9E5687) is known color: Strikemaster. HEX triplet: 9E, 56 and 87. RGB value is (158,86,135). Sum of RGB (Red+Green+Blue) = 158+86+135=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 86 (33.98% from 255 or 22.69% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5687 is #61A978. Grayscale: #707070. Windows color (decimal): -6400377 or 8869534. OLE color: 8869534.
HSL color Cylindrical-coordinate representation of color #9E5687: hue angle of 319.17º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5687 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 86 | 135 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.38 |
| HSL | 319.17º | 0.3% | 0.48% | - |
| HSV(B) | 319.17º | 0.46% | 0.62% | - |
| XYZ | 21.8 | 15.67 | 24.8 | - |
| YUV | 113.11 | 140.35 | 160.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 86 | 135 | 0 | 0.46 | 0.15 | 0.38 | 319.17 | 0.3 | 0.48 |
| Hex | 9E | 56 | 87 | 0 | 2E | F | 26 | 13F | 1E | 30 |
| Octal | 236 | 126 | 207 | 0 | 56 | 17 | 46 | 477 | 36 | 60 |
| Binary | 10011110 | 1010110 | 10000111 | 0 | 101110 | 1111 | 100110 | 100111111 | 11110 | 110000 |
Color Harmonies of #9E5687
Complementary color
Monochromatic Colors of #9E5687
Black with #9E5687
Text Example
Text Example
White with #9E5687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5687; }
p { color: rgb(158,86,135); }
H1.HeaderClassName
{
color: #9E5687;
}
.AnyTagClassName
{
color: #9E5687;
}
</style>
background-color css
<style>
a { background-color: #9E5687; }
a { background-color: rgb(158,86,135); }
div.DivClassName
{
background-color: #9E5687;
}
.BgClassName
{
background-color: #9E5687;
}
</style>
border-color css
<style>
span { border-color: #9E5687; }
span { border-color: rgb(158,86,135); }
td.TdClassName
{
border-color: #9E5687;
}
.TagClassName
{
border-color: #9E5687;
}
</style>