Shades of Strikemaster #9E698A
Tints of Strikemaster #9E698A
RGB
CMYK
RGB Variations
Color information
#9E698A (or 0x9E698A) is known color: Strikemaster. HEX triplet: 9E, 69 and 8A. RGB value is (158,105,138). Sum of RGB (Red+Green+Blue) = 158+105+138=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 158 - color contains mainly: red. Hex color #9E698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E698A is #619675. Grayscale: #7C7C7C. Windows color (decimal): -6395510 or 9071006. OLE color: 9071006.
HSL color Cylindrical-coordinate representation of color #9E698A: hue angle of 322.64º 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 #9E698A is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 105 | 138 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.38 |
| HSL | 322.64º | 0.21% | 0.52% | - |
| HSV(B) | 322.64º | 0.34% | 0.62% | - |
| XYZ | 23.74 | 19.21 | 26.5 | - |
| YUV | 124.61 | 135.56 | 151.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 105 | 138 | 0 | 0.34 | 0.13 | 0.38 | 322.64 | 0.21 | 0.52 |
| Hex | 9E | 69 | 8A | 0 | 22 | D | 26 | 143 | 15 | 34 |
| Octal | 236 | 151 | 212 | 0 | 42 | 15 | 46 | 503 | 25 | 64 |
| Binary | 10011110 | 1101001 | 10001010 | 0 | 100010 | 1101 | 100110 | 101000011 | 10101 | 110100 |
Color Harmonies of #9E698A
Complementary color
Monochromatic Colors of #9E698A
Black with #9E698A
Text Example
Text Example
White with #9E698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E698A; }
p { color: rgb(158,105,138); }
H1.HeaderClassName
{
color: #9E698A;
}
.AnyTagClassName
{
color: #9E698A;
}
</style>
background-color css
<style>
a { background-color: #9E698A; }
a { background-color: rgb(158,105,138); }
div.DivClassName
{
background-color: #9E698A;
}
.BgClassName
{
background-color: #9E698A;
}
</style>
border-color css
<style>
span { border-color: #9E698A; }
span { border-color: rgb(158,105,138); }
td.TdClassName
{
border-color: #9E698A;
}
.TagClassName
{
border-color: #9E698A;
}
</style>