Shades of Strikemaster #99497C
Tints of Strikemaster #99497C
RGB
CMYK
RGB Variations
Color information
#99497C (or 0x99497C) is known color: Strikemaster. HEX triplet: 99, 49 and 7C. RGB value is (153,73,124). Sum of RGB (Red+Green+Blue) = 153+73+124=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99497C is #66B683. Grayscale: #666666. Windows color (decimal): -6731396 or 8145305. OLE color: 8145305.
HSL color Cylindrical-coordinate representation of color #99497C: hue angle of 321.75º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #99497C is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 73 | 124 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.4 |
| HSL | 321.75º | 0.35% | 0.44% | - |
| HSV(B) | 321.75º | 0.52% | 0.6% | - |
| XYZ | 19.16 | 12.99 | 20.57 | - |
| YUV | 102.73 | 140 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 124 | 0 | 0.52 | 0.19 | 0.4 | 321.75 | 0.35 | 0.44 |
| Hex | 99 | 49 | 7C | 0 | 34 | 13 | 28 | 142 | 23 | 2C |
| Octal | 231 | 111 | 174 | 0 | 64 | 23 | 50 | 502 | 43 | 54 |
| Binary | 10011001 | 1001001 | 1111100 | 0 | 110100 | 10011 | 101000 | 101000010 | 100011 | 101100 |
Color Harmonies of #99497C
Complementary color
Monochromatic Colors of #99497C
Black with #99497C
Text Example
Text Example
White with #99497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99497C; }
p { color: rgb(153,73,124); }
H1.HeaderClassName
{
color: #99497C;
}
.AnyTagClassName
{
color: #99497C;
}
</style>
background-color css
<style>
a { background-color: #99497C; }
a { background-color: rgb(153,73,124); }
div.DivClassName
{
background-color: #99497C;
}
.BgClassName
{
background-color: #99497C;
}
</style>
border-color css
<style>
span { border-color: #99497C; }
span { border-color: rgb(153,73,124); }
td.TdClassName
{
border-color: #99497C;
}
.TagClassName
{
border-color: #99497C;
}
</style>