Shades of Strikemaster #99607F
Tints of Strikemaster #99607F
RGB
CMYK
RGB Variations
Color information
#99607F (or 0x99607F) is known color: Strikemaster. HEX triplet: 99, 60 and 7F. RGB value is (153,96,127). Sum of RGB (Red+Green+Blue) = 153+96+127=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 153 - color contains mainly: red. Hex color #99607F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99607F is #669F80. Grayscale: #747474. Windows color (decimal): -6725505 or 8347801. OLE color: 8347801.
HSL color Cylindrical-coordinate representation of color #99607F: hue angle of 327.37º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99607F is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 96 | 127 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.4 |
| HSL | 327.37º | 0.23% | 0.49% | - |
| HSV(B) | 327.37º | 0.37% | 0.6% | - |
| XYZ | 21.15 | 16.67 | 22.18 | - |
| YUV | 116.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 96 | 127 | 0 | 0.37 | 0.17 | 0.4 | 327.37 | 0.23 | 0.49 |
| Hex | 99 | 60 | 7F | 0 | 25 | 11 | 28 | 147 | 17 | 31 |
| Octal | 231 | 140 | 177 | 0 | 45 | 21 | 50 | 507 | 27 | 61 |
| Binary | 10011001 | 1100000 | 1111111 | 0 | 100101 | 10001 | 101000 | 101000111 | 10111 | 110001 |
Color Harmonies of #99607F
Complementary color
Monochromatic Colors of #99607F
Black with #99607F
Text Example
Text Example
White with #99607F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99607F; }
p { color: rgb(153,96,127); }
H1.HeaderClassName
{
color: #99607F;
}
.AnyTagClassName
{
color: #99607F;
}
</style>
background-color css
<style>
a { background-color: #99607F; }
a { background-color: rgb(153,96,127); }
div.DivClassName
{
background-color: #99607F;
}
.BgClassName
{
background-color: #99607F;
}
</style>
border-color css
<style>
span { border-color: #99607F; }
span { border-color: rgb(153,96,127); }
td.TdClassName
{
border-color: #99607F;
}
.TagClassName
{
border-color: #99607F;
}
</style>