Shades of Strikemaster #996089
Tints of Strikemaster #996089
RGB
CMYK
RGB Variations
Color information
#996089 (or 0x996089) is known color: Strikemaster. HEX triplet: 99, 60 and 89. RGB value is (153,96,137). Sum of RGB (Red+Green+Blue) = 153+96+137=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #996089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996089 is #669F76. Grayscale: #757575. Windows color (decimal): -6725495 or 9003161. OLE color: 9003161.
HSL color Cylindrical-coordinate representation of color #996089: hue angle of 316.84º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996089 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 137 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.4 |
| HSL | 316.84º | 0.23% | 0.49% | - |
| HSV(B) | 316.84º | 0.37% | 0.6% | - |
| XYZ | 21.84 | 16.94 | 25.79 | - |
| YUV | 117.72 | 138.88 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 137 | 0 | 0.37 | 0.10 | 0.4 | 316.84 | 0.23 | 0.49 |
| Hex | 99 | 60 | 89 | 0 | 25 | A | 28 | 13D | 17 | 31 |
| Octal | 231 | 140 | 211 | 0 | 45 | 12 | 50 | 475 | 27 | 61 |
| Binary | 10011001 | 1100000 | 10001001 | 0 | 100101 | 1010 | 101000 | 100111101 | 10111 | 110001 |
Color Harmonies of #996089
Complementary color
Monochromatic Colors of #996089
Black with #996089
Text Example
Text Example
White with #996089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996089; }
p { color: rgb(153,96,137); }
H1.HeaderClassName
{
color: #996089;
}
.AnyTagClassName
{
color: #996089;
}
</style>
background-color css
<style>
a { background-color: #996089; }
a { background-color: rgb(153,96,137); }
div.DivClassName
{
background-color: #996089;
}
.BgClassName
{
background-color: #996089;
}
</style>
border-color css
<style>
span { border-color: #996089; }
span { border-color: rgb(153,96,137); }
td.TdClassName
{
border-color: #996089;
}
.TagClassName
{
border-color: #996089;
}
</style>