Shades of Strikemaster #995979
Tints of Strikemaster #995979
RGB
CMYK
RGB Variations
Color information
#995979 (or 0x995979) is known color: Strikemaster. HEX triplet: 99, 59 and 79. RGB value is (153,89,121). Sum of RGB (Red+Green+Blue) = 153+89+121=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #995979 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995979 is #66A686. Grayscale: #6F6F6F. Windows color (decimal): -6727303 or 7952793. OLE color: 7952793.
HSL color Cylindrical-coordinate representation of color #995979: hue angle of 330º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #995979 is Cyan = 0, Magento = 0.42, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 89 | 121 | - |
| CMYK | 0 | 0.42 | 0.21 | 0.4 |
| HSL | 330º | 0.26% | 0.47% | - |
| HSV(B) | 330º | 0.42% | 0.6% | - |
| XYZ | 20.16 | 15.3 | 19.98 | - |
| YUV | 111.78 | 133.2 | 157.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 89 | 121 | 0 | 0.42 | 0.21 | 0.4 | 330 | 0.26 | 0.47 |
| Hex | 99 | 59 | 79 | 0 | 2A | 15 | 28 | 14A | 1A | 2F |
| Octal | 231 | 131 | 171 | 0 | 52 | 25 | 50 | 512 | 32 | 57 |
| Binary | 10011001 | 1011001 | 1111001 | 0 | 101010 | 10101 | 101000 | 101001010 | 11010 | 101111 |
Color Harmonies of #995979
Complementary color
Monochromatic Colors of #995979
Black with #995979
Text Example
Text Example
White with #995979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995979; }
p { color: rgb(153,89,121); }
H1.HeaderClassName
{
color: #995979;
}
.AnyTagClassName
{
color: #995979;
}
</style>
background-color css
<style>
a { background-color: #995979; }
a { background-color: rgb(153,89,121); }
div.DivClassName
{
background-color: #995979;
}
.BgClassName
{
background-color: #995979;
}
</style>
border-color css
<style>
span { border-color: #995979; }
span { border-color: rgb(153,89,121); }
td.TdClassName
{
border-color: #995979;
}
.TagClassName
{
border-color: #995979;
}
</style>