Shades of Strikemaster #99477C
Tints of Strikemaster #99477C
RGB
CMYK
RGB Variations
Color information
#99477C (or 0x99477C) is known color: Strikemaster. HEX triplet: 99, 47 and 7C. RGB value is (153,71,124). Sum of RGB (Red+Green+Blue) = 153+71+124=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #99477C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99477C is #66B883. Grayscale: #656565. Windows color (decimal): -6731908 or 8144793. OLE color: 8144793.
HSL color Cylindrical-coordinate representation of color #99477C: hue angle of 321.22º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99477C is Cyan = 0, Magento = 0.54, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 124 | - |
| CMYK | 0 | 0.54 | 0.19 | 0.4 |
| HSL | 321.22º | 0.37% | 0.44% | - |
| HSV(B) | 321.22º | 0.54% | 0.6% | - |
| XYZ | 19.03 | 12.73 | 20.52 | - |
| YUV | 101.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 124 | 0 | 0.54 | 0.19 | 0.4 | 321.22 | 0.37 | 0.44 |
| Hex | 99 | 47 | 7C | 0 | 36 | 13 | 28 | 141 | 25 | 2C |
| Octal | 231 | 107 | 174 | 0 | 66 | 23 | 50 | 501 | 45 | 54 |
| Binary | 10011001 | 1000111 | 1111100 | 0 | 110110 | 10011 | 101000 | 101000001 | 100101 | 101100 |
Color Harmonies of #99477C
Complementary color
Monochromatic Colors of #99477C
Black with #99477C
Text Example
Text Example
White with #99477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99477C; }
p { color: rgb(153,71,124); }
H1.HeaderClassName
{
color: #99477C;
}
.AnyTagClassName
{
color: #99477C;
}
</style>
background-color css
<style>
a { background-color: #99477C; }
a { background-color: rgb(153,71,124); }
div.DivClassName
{
background-color: #99477C;
}
.BgClassName
{
background-color: #99477C;
}
</style>
border-color css
<style>
span { border-color: #99477C; }
span { border-color: rgb(153,71,124); }
td.TdClassName
{
border-color: #99477C;
}
.TagClassName
{
border-color: #99477C;
}
</style>