Shades of Strikemaster #956782
Tints of Strikemaster #956782
RGB
CMYK
RGB Variations
Color information
#956782 (or 0x956782) is known color: Strikemaster. HEX triplet: 95, 67 and 82. RGB value is (149,103,130). Sum of RGB (Red+Green+Blue) = 149+103+130=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #956782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956782 is #6A987D. Grayscale: #777777. Windows color (decimal): -6985854 or 8546197. OLE color: 8546197.
HSL color Cylindrical-coordinate representation of color #956782: hue angle of 324.78º 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 #956782 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 103 | 130 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.42 |
| HSL | 324.78º | 0.18% | 0.49% | - |
| HSV(B) | 324.78º | 0.31% | 0.58% | - |
| XYZ | 21.27 | 17.7 | 23.41 | - |
| YUV | 119.83 | 133.74 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 103 | 130 | 0 | 0.31 | 0.13 | 0.42 | 324.78 | 0.18 | 0.49 |
| Hex | 95 | 67 | 82 | 0 | 1F | D | 2A | 145 | 12 | 31 |
| Octal | 225 | 147 | 202 | 0 | 37 | 15 | 52 | 505 | 22 | 61 |
| Binary | 10010101 | 1100111 | 10000010 | 0 | 11111 | 1101 | 101010 | 101000101 | 10010 | 110001 |
Color Harmonies of #956782
Complementary color
Monochromatic Colors of #956782
Black with #956782
Text Example
Text Example
White with #956782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956782; }
p { color: rgb(149,103,130); }
H1.HeaderClassName
{
color: #956782;
}
.AnyTagClassName
{
color: #956782;
}
</style>
background-color css
<style>
a { background-color: #956782; }
a { background-color: rgb(149,103,130); }
div.DivClassName
{
background-color: #956782;
}
.BgClassName
{
background-color: #956782;
}
</style>
border-color css
<style>
span { border-color: #956782; }
span { border-color: rgb(149,103,130); }
td.TdClassName
{
border-color: #956782;
}
.TagClassName
{
border-color: #956782;
}
</style>