Shades of Strikemaster #94647F
Tints of Strikemaster #94647F
RGB
CMYK
RGB Variations
Color information
#94647F (or 0x94647F) is known color: Strikemaster. HEX triplet: 94, 64 and 7F. RGB value is (148,100,127). Sum of RGB (Red+Green+Blue) = 148+100+127=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 100 (39.45% from 255 or 26.67% from 375); Blue value is 127 (50% from 255 or 33.87% from 375); Max value from RGB is 148 - color contains mainly: red. Hex color #94647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94647F is #6B9B80. Grayscale: #757575. Windows color (decimal): -7052161 or 8348820. OLE color: 8348820.
HSL color Cylindrical-coordinate representation of color #94647F: hue angle of 326.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #94647F is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 127 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.42 |
| HSL | 326.25º | 0.19% | 0.49% | - |
| HSV(B) | 326.25º | 0.32% | 0.58% | - |
| XYZ | 20.6 | 16.94 | 22.26 | - |
| YUV | 117.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 127 | 0 | 0.32 | 0.14 | 0.42 | 326.25 | 0.19 | 0.49 |
| Hex | 94 | 64 | 7F | 0 | 20 | E | 2A | 146 | 13 | 31 |
| Octal | 224 | 144 | 177 | 0 | 40 | 16 | 52 | 506 | 23 | 61 |
| Binary | 10010100 | 1100100 | 1111111 | 0 | 100000 | 1110 | 101010 | 101000110 | 10011 | 110001 |
Color Harmonies of #94647F
Complementary color
Monochromatic Colors of #94647F
Black with #94647F
Text Example
Text Example
White with #94647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94647F; }
p { color: rgb(148,100,127); }
H1.HeaderClassName
{
color: #94647F;
}
.AnyTagClassName
{
color: #94647F;
}
</style>
background-color css
<style>
a { background-color: #94647F; }
a { background-color: rgb(148,100,127); }
div.DivClassName
{
background-color: #94647F;
}
.BgClassName
{
background-color: #94647F;
}
</style>
border-color css
<style>
span { border-color: #94647F; }
span { border-color: rgb(148,100,127); }
td.TdClassName
{
border-color: #94647F;
}
.TagClassName
{
border-color: #94647F;
}
</style>