Shades of Strikemaster #956A86
Tints of Strikemaster #956A86
RGB
CMYK
RGB Variations
Color information
#956A86 (or 0x956A86) is known color: Strikemaster. HEX triplet: 95, 6A and 86. RGB value is (149,106,134). Sum of RGB (Red+Green+Blue) = 149+106+134=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #956A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956A86 is #6A9579. Grayscale: #797979. Windows color (decimal): -6985082 or 8809109. OLE color: 8809109.
HSL color Cylindrical-coordinate representation of color #956A86: hue angle of 320.93º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #956A86 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 106 | 134 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.42 |
| HSL | 320.93º | 0.17% | 0.5% | - |
| HSV(B) | 320.93º | 0.29% | 0.58% | - |
| XYZ | 21.85 | 18.42 | 24.96 | - |
| YUV | 122.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 134 | 0 | 0.29 | 0.10 | 0.42 | 320.93 | 0.17 | 0.5 |
| Hex | 95 | 6A | 86 | 0 | 1D | A | 2A | 141 | 11 | 32 |
| Octal | 225 | 152 | 206 | 0 | 35 | 12 | 52 | 501 | 21 | 62 |
| Binary | 10010101 | 1101010 | 10000110 | 0 | 11101 | 1010 | 101010 | 101000001 | 10001 | 110010 |
Color Harmonies of #956A86
Complementary color
Monochromatic Colors of #956A86
Black with #956A86
Text Example
Text Example
White with #956A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956A86; }
p { color: rgb(149,106,134); }
H1.HeaderClassName
{
color: #956A86;
}
.AnyTagClassName
{
color: #956A86;
}
</style>
background-color css
<style>
a { background-color: #956A86; }
a { background-color: rgb(149,106,134); }
div.DivClassName
{
background-color: #956A86;
}
.BgClassName
{
background-color: #956A86;
}
</style>
border-color css
<style>
span { border-color: #956A86; }
span { border-color: rgb(149,106,134); }
td.TdClassName
{
border-color: #956A86;
}
.TagClassName
{
border-color: #956A86;
}
</style>