Shades of Strikemaster #9E6287
Tints of Strikemaster #9E6287
RGB
CMYK
RGB Variations
Color information
#9E6287 (or 0x9E6287) is known color: Strikemaster. HEX triplet: 9E, 62 and 87. RGB value is (158,98,135). Sum of RGB (Red+Green+Blue) = 158+98+135=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6287 is #619D78. Grayscale: #787878. Windows color (decimal): -6397305 or 8872606. OLE color: 8872606.
HSL color Cylindrical-coordinate representation of color #9E6287: hue angle of 323º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9E6287 is Cyan = 0, Magento = 0.38, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 98 | 135 | - |
| CMYK | 0 | 0.38 | 0.15 | 0.38 |
| HSL | 323º | 0.24% | 0.5% | - |
| HSV(B) | 323º | 0.38% | 0.62% | - |
| XYZ | 22.84 | 17.75 | 25.14 | - |
| YUV | 120.16 | 136.38 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 98 | 135 | 0 | 0.38 | 0.15 | 0.38 | 323 | 0.24 | 0.5 |
| Hex | 9E | 62 | 87 | 0 | 26 | F | 26 | 143 | 18 | 32 |
| Octal | 236 | 142 | 207 | 0 | 46 | 17 | 46 | 503 | 30 | 62 |
| Binary | 10011110 | 1100010 | 10000111 | 0 | 100110 | 1111 | 100110 | 101000011 | 11000 | 110010 |
Color Harmonies of #9E6287
Complementary color
Monochromatic Colors of #9E6287
Black with #9E6287
Text Example
Text Example
White with #9E6287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6287; }
p { color: rgb(158,98,135); }
H1.HeaderClassName
{
color: #9E6287;
}
.AnyTagClassName
{
color: #9E6287;
}
</style>
background-color css
<style>
a { background-color: #9E6287; }
a { background-color: rgb(158,98,135); }
div.DivClassName
{
background-color: #9E6287;
}
.BgClassName
{
background-color: #9E6287;
}
</style>
border-color css
<style>
span { border-color: #9E6287; }
span { border-color: rgb(158,98,135); }
td.TdClassName
{
border-color: #9E6287;
}
.TagClassName
{
border-color: #9E6287;
}
</style>