Shades of Strikemaster #9E6986
Tints of Strikemaster #9E6986
RGB
CMYK
RGB Variations
Color information
#9E6986 (or 0x9E6986) is known color: Strikemaster. HEX triplet: 9E, 69 and 86. RGB value is (158,105,134). Sum of RGB (Red+Green+Blue) = 158+105+134=397 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.80% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6986 is #619679. Grayscale: #7C7C7C. Windows color (decimal): -6395514 or 8808862. OLE color: 8808862.
HSL color Cylindrical-coordinate representation of color #9E6986: hue angle of 327.17º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E6986 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 105 | 134 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.38 |
| HSL | 327.17º | 0.21% | 0.52% | - |
| HSV(B) | 327.17º | 0.34% | 0.62% | - |
| XYZ | 23.46 | 19.09 | 25 | - |
| YUV | 124.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 134 | 0 | 0.34 | 0.15 | 0.38 | 327.17 | 0.21 | 0.52 |
| Hex | 9E | 69 | 86 | 0 | 22 | F | 26 | 147 | 15 | 34 |
| Octal | 236 | 151 | 206 | 0 | 42 | 17 | 46 | 507 | 25 | 64 |
| Binary | 10011110 | 1101001 | 10000110 | 0 | 100010 | 1111 | 100110 | 101000111 | 10101 | 110100 |
Color Harmonies of #9E6986
Complementary color
Monochromatic Colors of #9E6986
Black with #9E6986
Text Example
Text Example
White with #9E6986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6986; }
p { color: rgb(158,105,134); }
H1.HeaderClassName
{
color: #9E6986;
}
.AnyTagClassName
{
color: #9E6986;
}
</style>
background-color css
<style>
a { background-color: #9E6986; }
a { background-color: rgb(158,105,134); }
div.DivClassName
{
background-color: #9E6986;
}
.BgClassName
{
background-color: #9E6986;
}
</style>
border-color css
<style>
span { border-color: #9E6986; }
span { border-color: rgb(158,105,134); }
td.TdClassName
{
border-color: #9E6986;
}
.TagClassName
{
border-color: #9E6986;
}
</style>