Shades of Strikemaster #956A80
Tints of Strikemaster #956A80
RGB
CMYK
RGB Variations
Color information
#956A80 (or 0x956A80) is known color: Strikemaster. HEX triplet: 95, 6A and 80. RGB value is (149,106,128). Sum of RGB (Red+Green+Blue) = 149+106+128=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 128 (50.39% from 255 or 33.42% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #956A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956A80 is #6A957F. Grayscale: #797979. Windows color (decimal): -6985088 or 8415893. OLE color: 8415893.
HSL color Cylindrical-coordinate representation of color #956A80: hue angle of 329.3º 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 #956A80 is Cyan = 0, Magento = 0.29, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 106 | 128 | - |
| CMYK | 0 | 0.29 | 0.14 | 0.42 |
| HSL | 329.3º | 0.17% | 0.5% | - |
| HSV(B) | 329.3º | 0.29% | 0.58% | - |
| XYZ | 21.44 | 18.26 | 22.82 | - |
| YUV | 121.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 106 | 128 | 0 | 0.29 | 0.14 | 0.42 | 329.3 | 0.17 | 0.5 |
| Hex | 95 | 6A | 80 | 0 | 1D | E | 2A | 149 | 11 | 32 |
| Octal | 225 | 152 | 200 | 0 | 35 | 16 | 52 | 511 | 21 | 62 |
| Binary | 10010101 | 1101010 | 10000000 | 0 | 11101 | 1110 | 101010 | 101001001 | 10001 | 110010 |
Color Harmonies of #956A80
Complementary color
Monochromatic Colors of #956A80
Black with #956A80
Text Example
Text Example
White with #956A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956A80; }
p { color: rgb(149,106,128); }
H1.HeaderClassName
{
color: #956A80;
}
.AnyTagClassName
{
color: #956A80;
}
</style>
background-color css
<style>
a { background-color: #956A80; }
a { background-color: rgb(149,106,128); }
div.DivClassName
{
background-color: #956A80;
}
.BgClassName
{
background-color: #956A80;
}
</style>
border-color css
<style>
span { border-color: #956A80; }
span { border-color: rgb(149,106,128); }
td.TdClassName
{
border-color: #956A80;
}
.TagClassName
{
border-color: #956A80;
}
</style>