Shades of Strikemaster #99487C
Tints of Strikemaster #99487C
RGB
CMYK
RGB Variations
Color information
#99487C (or 0x99487C) is known color: Strikemaster. HEX triplet: 99, 48 and 7C. RGB value is (153,72,124). Sum of RGB (Red+Green+Blue) = 153+72+124=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #99487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99487C is #66B783. Grayscale: #666666. Windows color (decimal): -6731652 or 8145049. OLE color: 8145049.
HSL color Cylindrical-coordinate representation of color #99487C: hue angle of 321.48º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #99487C is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 124 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.4 |
| HSL | 321.48º | 0.36% | 0.44% | - |
| HSV(B) | 321.48º | 0.53% | 0.6% | - |
| XYZ | 19.09 | 12.86 | 20.55 | - |
| YUV | 102.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 124 | 0 | 0.53 | 0.19 | 0.4 | 321.48 | 0.36 | 0.44 |
| Hex | 99 | 48 | 7C | 0 | 35 | 13 | 28 | 141 | 24 | 2C |
| Octal | 231 | 110 | 174 | 0 | 65 | 23 | 50 | 501 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1111100 | 0 | 110101 | 10011 | 101000 | 101000001 | 100100 | 101100 |
Color Harmonies of #99487C
Complementary color
Monochromatic Colors of #99487C
Black with #99487C
Text Example
Text Example
White with #99487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99487C; }
p { color: rgb(153,72,124); }
H1.HeaderClassName
{
color: #99487C;
}
.AnyTagClassName
{
color: #99487C;
}
</style>
background-color css
<style>
a { background-color: #99487C; }
a { background-color: rgb(153,72,124); }
div.DivClassName
{
background-color: #99487C;
}
.BgClassName
{
background-color: #99487C;
}
</style>
border-color css
<style>
span { border-color: #99487C; }
span { border-color: rgb(153,72,124); }
td.TdClassName
{
border-color: #99487C;
}
.TagClassName
{
border-color: #99487C;
}
</style>