Shades of Strikemaster #966389
Tints of Strikemaster #966389
RGB
CMYK
RGB Variations
Color information
#966389 (or 0x966389) is known color: Strikemaster. HEX triplet: 96, 63 and 89. RGB value is (150,99,137). Sum of RGB (Red+Green+Blue) = 150+99+137=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 137 (53.91% from 255 or 35.49% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #966389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966389 is #699C76. Grayscale: #767676. Windows color (decimal): -6921335 or 9003926. OLE color: 9003926.
HSL color Cylindrical-coordinate representation of color #966389: hue angle of 315.29º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #966389 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 137 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.41 |
| HSL | 315.29º | 0.2% | 0.49% | - |
| HSV(B) | 315.29º | 0.34% | 0.59% | - |
| XYZ | 21.55 | 17.21 | 25.85 | - |
| YUV | 118.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 137 | 0 | 0.34 | 0.09 | 0.41 | 315.29 | 0.2 | 0.49 |
| Hex | 96 | 63 | 89 | 0 | 22 | 9 | 29 | 13B | 14 | 31 |
| Octal | 226 | 143 | 211 | 0 | 42 | 11 | 51 | 473 | 24 | 61 |
| Binary | 10010110 | 1100011 | 10001001 | 0 | 100010 | 1001 | 101001 | 100111011 | 10100 | 110001 |
Color Harmonies of #966389
Complementary color
Monochromatic Colors of #966389
Black with #966389
Text Example
Text Example
White with #966389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966389; }
p { color: rgb(150,99,137); }
H1.HeaderClassName
{
color: #966389;
}
.AnyTagClassName
{
color: #966389;
}
</style>
background-color css
<style>
a { background-color: #966389; }
a { background-color: rgb(150,99,137); }
div.DivClassName
{
background-color: #966389;
}
.BgClassName
{
background-color: #966389;
}
</style>
border-color css
<style>
span { border-color: #966389; }
span { border-color: rgb(150,99,137); }
td.TdClassName
{
border-color: #966389;
}
.TagClassName
{
border-color: #966389;
}
</style>