Shades of Strikemaster #99487F
Tints of Strikemaster #99487F
RGB
CMYK
RGB Variations
Color information
#99487F (or 0x99487F) is known color: Strikemaster. HEX triplet: 99, 48 and 7F. RGB value is (153,72,127). Sum of RGB (Red+Green+Blue) = 153+72+127=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 72 (28.52% from 255 or 20.45% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #99487F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99487F is #66B780. Grayscale: #666666. Windows color (decimal): -6731649 or 8341657. OLE color: 8341657.
HSL color Cylindrical-coordinate representation of color #99487F: hue angle of 319.26º 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 #99487F is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 72 | 127 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.4 |
| HSL | 319.26º | 0.36% | 0.44% | - |
| HSV(B) | 319.26º | 0.53% | 0.6% | - |
| XYZ | 19.29 | 12.94 | 21.56 | - |
| YUV | 102.49 | 141.84 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 72 | 127 | 0 | 0.53 | 0.17 | 0.4 | 319.26 | 0.36 | 0.44 |
| Hex | 99 | 48 | 7F | 0 | 35 | 11 | 28 | 13F | 24 | 2C |
| Octal | 231 | 110 | 177 | 0 | 65 | 21 | 50 | 477 | 44 | 54 |
| Binary | 10011001 | 1001000 | 1111111 | 0 | 110101 | 10001 | 101000 | 100111111 | 100100 | 101100 |
Color Harmonies of #99487F
Complementary color
Monochromatic Colors of #99487F
Black with #99487F
Text Example
Text Example
White with #99487F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99487F; }
p { color: rgb(153,72,127); }
H1.HeaderClassName
{
color: #99487F;
}
.AnyTagClassName
{
color: #99487F;
}
</style>
background-color css
<style>
a { background-color: #99487F; }
a { background-color: rgb(153,72,127); }
div.DivClassName
{
background-color: #99487F;
}
.BgClassName
{
background-color: #99487F;
}
</style>
border-color css
<style>
span { border-color: #99487F; }
span { border-color: rgb(153,72,127); }
td.TdClassName
{
border-color: #99487F;
}
.TagClassName
{
border-color: #99487F;
}
</style>