Shades of Strikemaster #99547C
Tints of Strikemaster #99547C
RGB
CMYK
RGB Variations
Color information
#99547C (or 0x99547C) is known color: Strikemaster. HEX triplet: 99, 54 and 7C. RGB value is (153,84,124). Sum of RGB (Red+Green+Blue) = 153+84+124=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99547C is #66AB83. Grayscale: #6D6D6D. Windows color (decimal): -6728580 or 8148121. OLE color: 8148121.
HSL color Cylindrical-coordinate representation of color #99547C: hue angle of 325.22º 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 #99547C is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 84 | 124 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.4 |
| HSL | 325.22º | 0.29% | 0.46% | - |
| HSV(B) | 325.22º | 0.45% | 0.6% | - |
| XYZ | 19.95 | 14.57 | 20.83 | - |
| YUV | 109.19 | 136.36 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 84 | 124 | 0 | 0.45 | 0.19 | 0.4 | 325.22 | 0.29 | 0.46 |
| Hex | 99 | 54 | 7C | 0 | 2D | 13 | 28 | 145 | 1D | 2E |
| Octal | 231 | 124 | 174 | 0 | 55 | 23 | 50 | 505 | 35 | 56 |
| Binary | 10011001 | 1010100 | 1111100 | 0 | 101101 | 10011 | 101000 | 101000101 | 11101 | 101110 |
Color Harmonies of #99547C
Complementary color
Monochromatic Colors of #99547C
Black with #99547C
Text Example
Text Example
White with #99547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99547C; }
p { color: rgb(153,84,124); }
H1.HeaderClassName
{
color: #99547C;
}
.AnyTagClassName
{
color: #99547C;
}
</style>
background-color css
<style>
a { background-color: #99547C; }
a { background-color: rgb(153,84,124); }
div.DivClassName
{
background-color: #99547C;
}
.BgClassName
{
background-color: #99547C;
}
</style>
border-color css
<style>
span { border-color: #99547C; }
span { border-color: rgb(153,84,124); }
td.TdClassName
{
border-color: #99547C;
}
.TagClassName
{
border-color: #99547C;
}
</style>