Shades of Strikemaster #99477D
Tints of Strikemaster #99477D
RGB
CMYK
RGB Variations
Color information
#99477D (or 0x99477D) is known color: Strikemaster. HEX triplet: 99, 47 and 7D. RGB value is (153,71,125). Sum of RGB (Red+Green+Blue) = 153+71+125=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99477D is #66B882. Grayscale: #656565. Windows color (decimal): -6731907 or 8210329. OLE color: 8210329.
HSL color Cylindrical-coordinate representation of color #99477D: hue angle of 320.49º 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 #99477D is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 71 | 125 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.4 |
| HSL | 320.49º | 0.37% | 0.44% | - |
| HSV(B) | 320.49º | 0.54% | 0.6% | - |
| XYZ | 19.09 | 12.76 | 20.86 | - |
| YUV | 101.67 | 141.17 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 71 | 125 | 0 | 0.54 | 0.18 | 0.4 | 320.49 | 0.37 | 0.44 |
| Hex | 99 | 47 | 7D | 0 | 36 | 12 | 28 | 140 | 25 | 2C |
| Octal | 231 | 107 | 175 | 0 | 66 | 22 | 50 | 500 | 45 | 54 |
| Binary | 10011001 | 1000111 | 1111101 | 0 | 110110 | 10010 | 101000 | 101000000 | 100101 | 101100 |
Color Harmonies of #99477D
Complementary color
Monochromatic Colors of #99477D
Black with #99477D
Text Example
Text Example
White with #99477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99477D; }
p { color: rgb(153,71,125); }
H1.HeaderClassName
{
color: #99477D;
}
.AnyTagClassName
{
color: #99477D;
}
</style>
background-color css
<style>
a { background-color: #99477D; }
a { background-color: rgb(153,71,125); }
div.DivClassName
{
background-color: #99477D;
}
.BgClassName
{
background-color: #99477D;
}
</style>
border-color css
<style>
span { border-color: #99477D; }
span { border-color: rgb(153,71,125); }
td.TdClassName
{
border-color: #99477D;
}
.TagClassName
{
border-color: #99477D;
}
</style>