Shades of Strikemaster #956789
Tints of Strikemaster #956789
RGB
CMYK
RGB Variations
Color information
#956789 (or 0x956789) is known color: Strikemaster. HEX triplet: 95, 67 and 89. RGB value is (149,103,137). Sum of RGB (Red+Green+Blue) = 149+103+137=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #956789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956789 is #6A9876. Grayscale: #787878. Windows color (decimal): -6985847 or 9004949. OLE color: 9004949.
HSL color Cylindrical-coordinate representation of color #956789: hue angle of 315.65º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956789 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 137 | - |
| CMYK | 0 | 0.31 | 0.08 | 0.42 |
| HSL | 315.65º | 0.18% | 0.49% | - |
| HSV(B) | 315.65º | 0.31% | 0.58% | - |
| XYZ | 21.76 | 17.9 | 25.97 | - |
| YUV | 120.63 | 137.24 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 137 | 0 | 0.31 | 0.08 | 0.42 | 315.65 | 0.18 | 0.49 |
| Hex | 95 | 67 | 89 | 0 | 1F | 8 | 2A | 13C | 12 | 31 |
| Octal | 225 | 147 | 211 | 0 | 37 | 10 | 52 | 474 | 22 | 61 |
| Binary | 10010101 | 1100111 | 10001001 | 0 | 11111 | 1000 | 101010 | 100111100 | 10010 | 110001 |
Color Harmonies of #956789
Complementary color
Monochromatic Colors of #956789
Black with #956789
Text Example
Text Example
White with #956789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956789; }
p { color: rgb(149,103,137); }
H1.HeaderClassName
{
color: #956789;
}
.AnyTagClassName
{
color: #956789;
}
</style>
background-color css
<style>
a { background-color: #956789; }
a { background-color: rgb(149,103,137); }
div.DivClassName
{
background-color: #956789;
}
.BgClassName
{
background-color: #956789;
}
</style>
border-color css
<style>
span { border-color: #956789; }
span { border-color: rgb(149,103,137); }
td.TdClassName
{
border-color: #956789;
}
.TagClassName
{
border-color: #956789;
}
</style>