Shades of Strikemaster #996186
Tints of Strikemaster #996186
RGB
CMYK
RGB Variations
Color information
#996186 (or 0x996186) is known color: Strikemaster. HEX triplet: 99, 61 and 86. RGB value is (153,97,134). Sum of RGB (Red+Green+Blue) = 153+97+134=384 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.84% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 134 (52.73% from 255 or 34.90% from 384); Max value from RGB is 153 - color contains mainly: red. Hex color #996186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #996186 is #669E79. Grayscale: #757575. Windows color (decimal): -6725242 or 8806809. OLE color: 8806809.
HSL color Cylindrical-coordinate representation of color #996186: hue angle of 320.36º degrees, saturation: 0.22, 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 #996186 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 97 | 134 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.4 |
| HSL | 320.36º | 0.22% | 0.49% | - |
| HSV(B) | 320.36º | 0.37% | 0.6% | - |
| XYZ | 21.71 | 17.04 | 24.7 | - |
| YUV | 117.96 | 137.05 | 152.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 97 | 134 | 0 | 0.37 | 0.12 | 0.4 | 320.36 | 0.22 | 0.49 |
| Hex | 99 | 61 | 86 | 0 | 25 | C | 28 | 140 | 16 | 31 |
| Octal | 231 | 141 | 206 | 0 | 45 | 14 | 50 | 500 | 26 | 61 |
| Binary | 10011001 | 1100001 | 10000110 | 0 | 100101 | 1100 | 101000 | 101000000 | 10110 | 110001 |
Color Harmonies of #996186
Complementary color
Monochromatic Colors of #996186
Black with #996186
Text Example
Text Example
White with #996186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996186; }
p { color: rgb(153,97,134); }
H1.HeaderClassName
{
color: #996186;
}
.AnyTagClassName
{
color: #996186;
}
</style>
background-color css
<style>
a { background-color: #996186; }
a { background-color: rgb(153,97,134); }
div.DivClassName
{
background-color: #996186;
}
.BgClassName
{
background-color: #996186;
}
</style>
border-color css
<style>
span { border-color: #996186; }
span { border-color: rgb(153,97,134); }
td.TdClassName
{
border-color: #996186;
}
.TagClassName
{
border-color: #996186;
}
</style>