Shades of Strikemaster #995E79
Tints of Strikemaster #995E79
RGB
CMYK
RGB Variations
Color information
#995E79 (or 0x995E79) is known color: Strikemaster. HEX triplet: 99, 5E and 79. RGB value is (153,94,121). Sum of RGB (Red+Green+Blue) = 153+94+121=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 94 (37.11% from 255 or 25.54% from 368); Blue value is 121 (47.66% from 255 or 32.88% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #995E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995E79 is #66A186. Grayscale: #727272. Windows color (decimal): -6726023 or 7954073. OLE color: 7954073.
HSL color Cylindrical-coordinate representation of color #995E79: hue angle of 332.54º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #995E79 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 94 | 121 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.4 |
| HSL | 332.54º | 0.24% | 0.48% | - |
| HSV(B) | 332.54º | 0.39% | 0.6% | - |
| XYZ | 20.59 | 16.16 | 20.12 | - |
| YUV | 114.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 121 | 0 | 0.39 | 0.21 | 0.4 | 332.54 | 0.24 | 0.48 |
| Hex | 99 | 5E | 79 | 0 | 27 | 15 | 28 | 14D | 18 | 30 |
| Octal | 231 | 136 | 171 | 0 | 47 | 25 | 50 | 515 | 30 | 60 |
| Binary | 10011001 | 1011110 | 1111001 | 0 | 100111 | 10101 | 101000 | 101001101 | 11000 | 110000 |
Color Harmonies of #995E79
Complementary color
Monochromatic Colors of #995E79
Black with #995E79
Text Example
Text Example
White with #995E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995E79; }
p { color: rgb(153,94,121); }
H1.HeaderClassName
{
color: #995E79;
}
.AnyTagClassName
{
color: #995E79;
}
</style>
background-color css
<style>
a { background-color: #995E79; }
a { background-color: rgb(153,94,121); }
div.DivClassName
{
background-color: #995E79;
}
.BgClassName
{
background-color: #995E79;
}
</style>
border-color css
<style>
span { border-color: #995E79; }
span { border-color: rgb(153,94,121); }
td.TdClassName
{
border-color: #995E79;
}
.TagClassName
{
border-color: #995E79;
}
</style>