Shades of Strikemaster #995177
Tints of Strikemaster #995177
RGB
CMYK
RGB Variations
Color information
#995177 (or 0x995177) is known color: Strikemaster. HEX triplet: 99, 51 and 77. RGB value is (153,81,119). Sum of RGB (Red+Green+Blue) = 153+81+119=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #995177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995177 is #66AE88. Grayscale: #6A6A6A. Windows color (decimal): -6729353 or 7819673. OLE color: 7819673.
HSL color Cylindrical-coordinate representation of color #995177: hue angle of 328.33º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #995177 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 81 | 119 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.4 |
| HSL | 328.33º | 0.31% | 0.46% | - |
| HSV(B) | 328.33º | 0.47% | 0.6% | - |
| XYZ | 19.41 | 13.99 | 19.13 | - |
| YUV | 106.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 81 | 119 | 0 | 0.47 | 0.22 | 0.4 | 328.33 | 0.31 | 0.46 |
| Hex | 99 | 51 | 77 | 0 | 2F | 16 | 28 | 148 | 1F | 2E |
| Octal | 231 | 121 | 167 | 0 | 57 | 26 | 50 | 510 | 37 | 56 |
| Binary | 10011001 | 1010001 | 1110111 | 0 | 101111 | 10110 | 101000 | 101001000 | 11111 | 101110 |
Color Harmonies of #995177
Complementary color
Monochromatic Colors of #995177
Black with #995177
Text Example
Text Example
White with #995177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995177; }
p { color: rgb(153,81,119); }
H1.HeaderClassName
{
color: #995177;
}
.AnyTagClassName
{
color: #995177;
}
</style>
background-color css
<style>
a { background-color: #995177; }
a { background-color: rgb(153,81,119); }
div.DivClassName
{
background-color: #995177;
}
.BgClassName
{
background-color: #995177;
}
</style>
border-color css
<style>
span { border-color: #995177; }
span { border-color: rgb(153,81,119); }
td.TdClassName
{
border-color: #995177;
}
.TagClassName
{
border-color: #995177;
}
</style>