Shades of Strikemaster #995779
Tints of Strikemaster #995779
RGB
CMYK
RGB Variations
Color information
#995779 (or 0x995779) is known color: Strikemaster. HEX triplet: 99, 57 and 79. RGB value is (153,87,121). Sum of RGB (Red+Green+Blue) = 153+87+121=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #995779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995779 is #66A886. Grayscale: #6E6E6E. Windows color (decimal): -6727815 or 7952281. OLE color: 7952281.
HSL color Cylindrical-coordinate representation of color #995779: hue angle of 329.09º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #995779 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 121 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.4 |
| HSL | 329.09º | 0.28% | 0.47% | - |
| HSV(B) | 329.09º | 0.43% | 0.6% | - |
| XYZ | 20 | 14.97 | 19.92 | - |
| YUV | 110.61 | 133.87 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 121 | 0 | 0.43 | 0.21 | 0.4 | 329.09 | 0.28 | 0.47 |
| Hex | 99 | 57 | 79 | 0 | 2B | 15 | 28 | 149 | 1C | 2F |
| Octal | 231 | 127 | 171 | 0 | 53 | 25 | 50 | 511 | 34 | 57 |
| Binary | 10011001 | 1010111 | 1111001 | 0 | 101011 | 10101 | 101000 | 101001001 | 11100 | 101111 |
Color Harmonies of #995779
Complementary color
Monochromatic Colors of #995779
Black with #995779
Text Example
Text Example
White with #995779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995779; }
p { color: rgb(153,87,121); }
H1.HeaderClassName
{
color: #995779;
}
.AnyTagClassName
{
color: #995779;
}
</style>
background-color css
<style>
a { background-color: #995779; }
a { background-color: rgb(153,87,121); }
div.DivClassName
{
background-color: #995779;
}
.BgClassName
{
background-color: #995779;
}
</style>
border-color css
<style>
span { border-color: #995779; }
span { border-color: rgb(153,87,121); }
td.TdClassName
{
border-color: #995779;
}
.TagClassName
{
border-color: #995779;
}
</style>