Shades of Strikemaster #936B89
Tints of Strikemaster #936B89
RGB
CMYK
RGB Variations
Color information
#936B89 (or 0x936B89) is known color: Strikemaster. HEX triplet: 93, 6B and 89. RGB value is (147,107,137). Sum of RGB (Red+Green+Blue) = 147+107+137=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #936B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936B89 is #6C9476. Grayscale: #7A7A7A. Windows color (decimal): -7115895 or 9005971. OLE color: 9005971.
HSL color Cylindrical-coordinate representation of color #936B89: hue angle of 315º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #936B89 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 107 | 137 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.42 |
| HSL | 315º | 0.16% | 0.5% | - |
| HSV(B) | 315º | 0.27% | 0.58% | - |
| XYZ | 21.81 | 18.52 | 26.09 | - |
| YUV | 122.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 137 | 0 | 0.27 | 0.07 | 0.42 | 315 | 0.16 | 0.5 |
| Hex | 93 | 6B | 89 | 0 | 1B | 7 | 2A | 13B | 10 | 32 |
| Octal | 223 | 153 | 211 | 0 | 33 | 7 | 52 | 473 | 20 | 62 |
| Binary | 10010011 | 1101011 | 10001001 | 0 | 11011 | 111 | 101010 | 100111011 | 10000 | 110010 |
Color Harmonies of #936B89
Complementary color
Monochromatic Colors of #936B89
Black with #936B89
Text Example
Text Example
White with #936B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936B89; }
p { color: rgb(147,107,137); }
H1.HeaderClassName
{
color: #936B89;
}
.AnyTagClassName
{
color: #936B89;
}
</style>
background-color css
<style>
a { background-color: #936B89; }
a { background-color: rgb(147,107,137); }
div.DivClassName
{
background-color: #936B89;
}
.BgClassName
{
background-color: #936B89;
}
</style>
border-color css
<style>
span { border-color: #936B89; }
span { border-color: rgb(147,107,137); }
td.TdClassName
{
border-color: #936B89;
}
.TagClassName
{
border-color: #936B89;
}
</style>