Shades of Strikemaster #955F79
Tints of Strikemaster #955F79
RGB
CMYK
RGB Variations
Color information
#955F79 (or 0x955F79) is known color: Strikemaster. HEX triplet: 95, 5F and 79. RGB value is (149,95,121). Sum of RGB (Red+Green+Blue) = 149+95+121=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #955F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955F79 is #6AA086. Grayscale: #727272. Windows color (decimal): -6987911 or 7954325. OLE color: 7954325.
HSL color Cylindrical-coordinate representation of color #955F79: hue angle of 331.11º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #955F79 is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 95 | 121 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.42 |
| HSL | 331.11º | 0.22% | 0.48% | - |
| HSV(B) | 331.11º | 0.36% | 0.58% | - |
| XYZ | 19.94 | 15.95 | 20.12 | - |
| YUV | 114.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 121 | 0 | 0.36 | 0.19 | 0.42 | 331.11 | 0.22 | 0.48 |
| Hex | 95 | 5F | 79 | 0 | 24 | 13 | 2A | 14B | 16 | 30 |
| Octal | 225 | 137 | 171 | 0 | 44 | 23 | 52 | 513 | 26 | 60 |
| Binary | 10010101 | 1011111 | 1111001 | 0 | 100100 | 10011 | 101010 | 101001011 | 10110 | 110000 |
Color Harmonies of #955F79
Complementary color
Monochromatic Colors of #955F79
Black with #955F79
Text Example
Text Example
White with #955F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955F79; }
p { color: rgb(149,95,121); }
H1.HeaderClassName
{
color: #955F79;
}
.AnyTagClassName
{
color: #955F79;
}
</style>
background-color css
<style>
a { background-color: #955F79; }
a { background-color: rgb(149,95,121); }
div.DivClassName
{
background-color: #955F79;
}
.BgClassName
{
background-color: #955F79;
}
</style>
border-color css
<style>
span { border-color: #955F79; }
span { border-color: rgb(149,95,121); }
td.TdClassName
{
border-color: #955F79;
}
.TagClassName
{
border-color: #955F79;
}
</style>