Shades of Strikemaster #956B80
Tints of Strikemaster #956B80
RGB
CMYK
RGB Variations
Color information
#956B80 (or 0x956B80) is known color: Strikemaster. HEX triplet: 95, 6B and 80. RGB value is (149,107,128). Sum of RGB (Red+Green+Blue) = 149+107+128=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #956B80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956B80 is #6A947F. Grayscale: #797979. Windows color (decimal): -6984832 or 8416149. OLE color: 8416149.
HSL color Cylindrical-coordinate representation of color #956B80: hue angle of 330º degrees, saturation: 0.17, 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 #956B80 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 107 | 128 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.42 |
| HSL | 330º | 0.17% | 0.5% | - |
| HSV(B) | 330º | 0.28% | 0.58% | - |
| XYZ | 21.55 | 18.46 | 22.85 | - |
| YUV | 121.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 128 | 0 | 0.28 | 0.14 | 0.42 | 330 | 0.17 | 0.5 |
| Hex | 95 | 6B | 80 | 0 | 1C | E | 2A | 14A | 11 | 32 |
| Octal | 225 | 153 | 200 | 0 | 34 | 16 | 52 | 512 | 21 | 62 |
| Binary | 10010101 | 1101011 | 10000000 | 0 | 11100 | 1110 | 101010 | 101001010 | 10001 | 110010 |
Color Harmonies of #956B80
Complementary color
Monochromatic Colors of #956B80
Black with #956B80
Text Example
Text Example
White with #956B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956B80; }
p { color: rgb(149,107,128); }
H1.HeaderClassName
{
color: #956B80;
}
.AnyTagClassName
{
color: #956B80;
}
</style>
background-color css
<style>
a { background-color: #956B80; }
a { background-color: rgb(149,107,128); }
div.DivClassName
{
background-color: #956B80;
}
.BgClassName
{
background-color: #956B80;
}
</style>
border-color css
<style>
span { border-color: #956B80; }
span { border-color: rgb(149,107,128); }
td.TdClassName
{
border-color: #956B80;
}
.TagClassName
{
border-color: #956B80;
}
</style>