Shades of Strikemaster #99467F
Tints of Strikemaster #99467F
RGB
CMYK
RGB Variations
Color information
#99467F (or 0x99467F) is known color: Strikemaster. HEX triplet: 99, 46 and 7F. RGB value is (153,70,127). Sum of RGB (Red+Green+Blue) = 153+70+127=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99467F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99467F is #66B980. Grayscale: #656565. Windows color (decimal): -6732161 or 8341145. OLE color: 8341145.
HSL color Cylindrical-coordinate representation of color #99467F: hue angle of 318.8º 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 #99467F is Cyan = 0, Magento = 0.54, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 70 | 127 | - |
| CMYK | 0 | 0.54 | 0.17 | 0.4 |
| HSL | 318.8º | 0.37% | 0.44% | - |
| HSV(B) | 318.8º | 0.54% | 0.6% | - |
| XYZ | 19.16 | 12.68 | 21.52 | - |
| YUV | 101.32 | 142.5 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 127 | 0 | 0.54 | 0.17 | 0.4 | 318.8 | 0.37 | 0.44 |
| Hex | 99 | 46 | 7F | 0 | 36 | 11 | 28 | 13F | 25 | 2C |
| Octal | 231 | 106 | 177 | 0 | 66 | 21 | 50 | 477 | 45 | 54 |
| Binary | 10011001 | 1000110 | 1111111 | 0 | 110110 | 10001 | 101000 | 100111111 | 100101 | 101100 |
Color Harmonies of #99467F
Complementary color
Monochromatic Colors of #99467F
Black with #99467F
Text Example
Text Example
White with #99467F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99467F; }
p { color: rgb(153,70,127); }
H1.HeaderClassName
{
color: #99467F;
}
.AnyTagClassName
{
color: #99467F;
}
</style>
background-color css
<style>
a { background-color: #99467F; }
a { background-color: rgb(153,70,127); }
div.DivClassName
{
background-color: #99467F;
}
.BgClassName
{
background-color: #99467F;
}
</style>
border-color css
<style>
span { border-color: #99467F; }
span { border-color: rgb(153,70,127); }
td.TdClassName
{
border-color: #99467F;
}
.TagClassName
{
border-color: #99467F;
}
</style>