Shades of Strikemaster #956389
Tints of Strikemaster #956389
RGB
CMYK
RGB Variations
Color information
#956389 (or 0x956389) is known color: Strikemaster. HEX triplet: 95, 63 and 89. RGB value is (149,99,137). Sum of RGB (Red+Green+Blue) = 149+99+137=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 137 (53.91% from 255 or 35.58% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #956389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956389 is #6A9C76. Grayscale: #767676. Windows color (decimal): -6986871 or 9003925. OLE color: 9003925.
HSL color Cylindrical-coordinate representation of color #956389: hue angle of 314.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #956389 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 99 | 137 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.42 |
| HSL | 314.4º | 0.2% | 0.49% | - |
| HSV(B) | 314.4º | 0.34% | 0.58% | - |
| XYZ | 21.37 | 17.12 | 25.84 | - |
| YUV | 118.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 99 | 137 | 0 | 0.34 | 0.08 | 0.42 | 314.4 | 0.2 | 0.49 |
| Hex | 95 | 63 | 89 | 0 | 22 | 8 | 2A | 13A | 14 | 31 |
| Octal | 225 | 143 | 211 | 0 | 42 | 10 | 52 | 472 | 24 | 61 |
| Binary | 10010101 | 1100011 | 10001001 | 0 | 100010 | 1000 | 101010 | 100111010 | 10100 | 110001 |
Color Harmonies of #956389
Complementary color
Monochromatic Colors of #956389
Black with #956389
Text Example
Text Example
White with #956389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956389; }
p { color: rgb(149,99,137); }
H1.HeaderClassName
{
color: #956389;
}
.AnyTagClassName
{
color: #956389;
}
</style>
background-color css
<style>
a { background-color: #956389; }
a { background-color: rgb(149,99,137); }
div.DivClassName
{
background-color: #956389;
}
.BgClassName
{
background-color: #956389;
}
</style>
border-color css
<style>
span { border-color: #956389; }
span { border-color: rgb(149,99,137); }
td.TdClassName
{
border-color: #956389;
}
.TagClassName
{
border-color: #956389;
}
</style>