Shades of Strikemaster #956C80
Tints of Strikemaster #956C80
RGB
CMYK
RGB Variations
Color information
#956C80 (or 0x956C80) is known color: Strikemaster. HEX triplet: 95, 6C and 80. RGB value is (149,108,128). Sum of RGB (Red+Green+Blue) = 149+108+128=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #956C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956C80 is #6A937F. Grayscale: #7A7A7A. Windows color (decimal): -6984576 or 8416405. OLE color: 8416405.
HSL color Cylindrical-coordinate representation of color #956C80: hue angle of 330.73º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956C80 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 108 | 128 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.42 |
| HSL | 330.73º | 0.16% | 0.5% | - |
| HSV(B) | 330.73º | 0.28% | 0.58% | - |
| XYZ | 21.65 | 18.67 | 22.89 | - |
| YUV | 122.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 128 | 0 | 0.28 | 0.14 | 0.42 | 330.73 | 0.16 | 0.5 |
| Hex | 95 | 6C | 80 | 0 | 1C | E | 2A | 14B | 10 | 32 |
| Octal | 225 | 154 | 200 | 0 | 34 | 16 | 52 | 513 | 20 | 62 |
| Binary | 10010101 | 1101100 | 10000000 | 0 | 11100 | 1110 | 101010 | 101001011 | 10000 | 110010 |
Color Harmonies of #956C80
Complementary color
Monochromatic Colors of #956C80
Black with #956C80
Text Example
Text Example
White with #956C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956C80; }
p { color: rgb(149,108,128); }
H1.HeaderClassName
{
color: #956C80;
}
.AnyTagClassName
{
color: #956C80;
}
</style>
background-color css
<style>
a { background-color: #956C80; }
a { background-color: rgb(149,108,128); }
div.DivClassName
{
background-color: #956C80;
}
.BgClassName
{
background-color: #956C80;
}
</style>
border-color css
<style>
span { border-color: #956C80; }
span { border-color: rgb(149,108,128); }
td.TdClassName
{
border-color: #956C80;
}
.TagClassName
{
border-color: #956C80;
}
</style>