Shades of Strikemaster #995777
Tints of Strikemaster #995777
RGB
CMYK
RGB Variations
Color information
#995777 (or 0x995777) is known color: Strikemaster. HEX triplet: 99, 57 and 77. RGB value is (153,87,119). Sum of RGB (Red+Green+Blue) = 153+87+119=359 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.62% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 119 (46.88% from 255 or 33.15% from 359); Max value from RGB is 153 - color contains mainly: red. Hex color #995777 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995777 is #66A888. Grayscale: #6E6E6E. Windows color (decimal): -6727817 or 7821209. OLE color: 7821209.
HSL color Cylindrical-coordinate representation of color #995777: hue angle of 330.91º 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 #995777 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 87 | 119 | - |
| CMYK | 0 | 0.43 | 0.22 | 0.4 |
| HSL | 330.91º | 0.28% | 0.47% | - |
| HSV(B) | 330.91º | 0.43% | 0.6% | - |
| XYZ | 19.87 | 14.92 | 19.29 | - |
| YUV | 110.38 | 132.87 | 158.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 87 | 119 | 0 | 0.43 | 0.22 | 0.4 | 330.91 | 0.28 | 0.47 |
| Hex | 99 | 57 | 77 | 0 | 2B | 16 | 28 | 14B | 1C | 2F |
| Octal | 231 | 127 | 167 | 0 | 53 | 26 | 50 | 513 | 34 | 57 |
| Binary | 10011001 | 1010111 | 1110111 | 0 | 101011 | 10110 | 101000 | 101001011 | 11100 | 101111 |
Color Harmonies of #995777
Complementary color
Monochromatic Colors of #995777
Black with #995777
Text Example
Text Example
White with #995777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995777; }
p { color: rgb(153,87,119); }
H1.HeaderClassName
{
color: #995777;
}
.AnyTagClassName
{
color: #995777;
}
</style>
background-color css
<style>
a { background-color: #995777; }
a { background-color: rgb(153,87,119); }
div.DivClassName
{
background-color: #995777;
}
.BgClassName
{
background-color: #995777;
}
</style>
border-color css
<style>
span { border-color: #995777; }
span { border-color: rgb(153,87,119); }
td.TdClassName
{
border-color: #995777;
}
.TagClassName
{
border-color: #995777;
}
</style>