Shades of Strikemaster #94647E
Tints of Strikemaster #94647E
RGB
CMYK
RGB Variations
Color information
#94647E (or 0x94647E) is known color: Strikemaster. HEX triplet: 94, 64 and 7E. RGB value is (148,100,126). Sum of RGB (Red+Green+Blue) = 148+100+126=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 148 - color contains mainly: red. Hex color #94647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94647E is #6B9B81. Grayscale: #757575. Windows color (decimal): -7052162 or 8283284. OLE color: 8283284.
HSL color Cylindrical-coordinate representation of color #94647E: hue angle of 327.5º 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 #94647E is Cyan = 0, Magento = 0.32, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 100 | 126 | - |
| CMYK | 0 | 0.32 | 0.15 | 0.42 |
| HSL | 327.5º | 0.19% | 0.49% | - |
| HSV(B) | 327.5º | 0.32% | 0.58% | - |
| XYZ | 20.54 | 16.92 | 21.92 | - |
| YUV | 117.32 | 132.9 | 149.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 100 | 126 | 0 | 0.32 | 0.15 | 0.42 | 327.5 | 0.19 | 0.49 |
| Hex | 94 | 64 | 7E | 0 | 20 | F | 2A | 148 | 13 | 31 |
| Octal | 224 | 144 | 176 | 0 | 40 | 17 | 52 | 510 | 23 | 61 |
| Binary | 10010100 | 1100100 | 1111110 | 0 | 100000 | 1111 | 101010 | 101001000 | 10011 | 110001 |
Color Harmonies of #94647E
Complementary color
Monochromatic Colors of #94647E
Black with #94647E
Text Example
Text Example
White with #94647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94647E; }
p { color: rgb(148,100,126); }
H1.HeaderClassName
{
color: #94647E;
}
.AnyTagClassName
{
color: #94647E;
}
</style>
background-color css
<style>
a { background-color: #94647E; }
a { background-color: rgb(148,100,126); }
div.DivClassName
{
background-color: #94647E;
}
.BgClassName
{
background-color: #94647E;
}
</style>
border-color css
<style>
span { border-color: #94647E; }
span { border-color: rgb(148,100,126); }
td.TdClassName
{
border-color: #94647E;
}
.TagClassName
{
border-color: #94647E;
}
</style>