Shades of Strikemaster #99547F
Tints of Strikemaster #99547F
RGB
CMYK
RGB Variations
Color information
#99547F (or 0x99547F) is known color: Strikemaster. HEX triplet: 99, 54 and 7F. RGB value is (153,84,127). Sum of RGB (Red+Green+Blue) = 153+84+127=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99547F is #66AB80. Grayscale: #6D6D6D. Windows color (decimal): -6728577 or 8344729. OLE color: 8344729.
HSL color Cylindrical-coordinate representation of color #99547F: hue angle of 322.61º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #99547F is Cyan = 0, Magento = 0.45, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 127 | - |
| CMYK | 0 | 0.45 | 0.17 | 0.4 |
| HSL | 322.61º | 0.29% | 0.46% | - |
| HSV(B) | 322.61º | 0.45% | 0.6% | - |
| XYZ | 20.14 | 14.65 | 21.84 | - |
| YUV | 109.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 127 | 0 | 0.45 | 0.17 | 0.4 | 322.61 | 0.29 | 0.46 |
| Hex | 99 | 54 | 7F | 0 | 2D | 11 | 28 | 143 | 1D | 2E |
| Octal | 231 | 124 | 177 | 0 | 55 | 21 | 50 | 503 | 35 | 56 |
| Binary | 10011001 | 1010100 | 1111111 | 0 | 101101 | 10001 | 101000 | 101000011 | 11101 | 101110 |
Color Harmonies of #99547F
Complementary color
Monochromatic Colors of #99547F
Black with #99547F
Text Example
Text Example
White with #99547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99547F; }
p { color: rgb(153,84,127); }
H1.HeaderClassName
{
color: #99547F;
}
.AnyTagClassName
{
color: #99547F;
}
</style>
background-color css
<style>
a { background-color: #99547F; }
a { background-color: rgb(153,84,127); }
div.DivClassName
{
background-color: #99547F;
}
.BgClassName
{
background-color: #99547F;
}
</style>
border-color css
<style>
span { border-color: #99547F; }
span { border-color: rgb(153,84,127); }
td.TdClassName
{
border-color: #99547F;
}
.TagClassName
{
border-color: #99547F;
}
</style>