Shades of Strikemaster #94497B
Tints of Strikemaster #94497B
RGB
CMYK
RGB Variations
Color information
#94497B (or 0x94497B) is known color: Strikemaster. HEX triplet: 94, 49 and 7B. RGB value is (148,73,123). Sum of RGB (Red+Green+Blue) = 148+73+123=344 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.02% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 148 - color contains mainly: red. Hex color #94497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #94497B is #6BB684. Grayscale: #656565. Windows color (decimal): -7059077 or 8079764. OLE color: 8079764.
HSL color Cylindrical-coordinate representation of color #94497B: hue angle of 320º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #94497B is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 123 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.42 |
| HSL | 320º | 0.34% | 0.43% | - |
| HSV(B) | 320º | 0.51% | 0.58% | - |
| XYZ | 18.17 | 12.49 | 20.19 | - |
| YUV | 101.13 | 140.35 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 123 | 0 | 0.51 | 0.17 | 0.42 | 320 | 0.34 | 0.43 |
| Hex | 94 | 49 | 7B | 0 | 33 | 11 | 2A | 140 | 22 | 2B |
| Octal | 224 | 111 | 173 | 0 | 63 | 21 | 52 | 500 | 42 | 53 |
| Binary | 10010100 | 1001001 | 1111011 | 0 | 110011 | 10001 | 101010 | 101000000 | 100010 | 101011 |
Color Harmonies of #94497B
Complementary color
Monochromatic Colors of #94497B
Black with #94497B
Text Example
Text Example
White with #94497B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94497B; }
p { color: rgb(148,73,123); }
H1.HeaderClassName
{
color: #94497B;
}
.AnyTagClassName
{
color: #94497B;
}
</style>
background-color css
<style>
a { background-color: #94497B; }
a { background-color: rgb(148,73,123); }
div.DivClassName
{
background-color: #94497B;
}
.BgClassName
{
background-color: #94497B;
}
</style>
border-color css
<style>
span { border-color: #94497B; }
span { border-color: rgb(148,73,123); }
td.TdClassName
{
border-color: #94497B;
}
.TagClassName
{
border-color: #94497B;
}
</style>