Shades of Strikemaster #94667B
Tints of Strikemaster #94667B
RGB
CMYK
RGB Variations
Color information
#94667B (or 0x94667B) is known color: Strikemaster. HEX triplet: 94, 66 and 7B. RGB value is (148,102,123). Sum of RGB (Red+Green+Blue) = 148+102+123=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 123 (48.44% from 255 or 32.98% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #94667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94667B is #6B9984. Grayscale: #767676. Windows color (decimal): -7051653 or 8087188. OLE color: 8087188.
HSL color Cylindrical-coordinate representation of color #94667B: hue angle of 332.61º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94667B is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 102 | 123 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.42 |
| HSL | 332.61º | 0.18% | 0.49% | - |
| HSV(B) | 332.61º | 0.31% | 0.58% | - |
| XYZ | 20.54 | 17.23 | 20.98 | - |
| YUV | 118.15 | 130.74 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 123 | 0 | 0.31 | 0.17 | 0.42 | 332.61 | 0.18 | 0.49 |
| Hex | 94 | 66 | 7B | 0 | 1F | 11 | 2A | 14D | 12 | 31 |
| Octal | 224 | 146 | 173 | 0 | 37 | 21 | 52 | 515 | 22 | 61 |
| Binary | 10010100 | 1100110 | 1111011 | 0 | 11111 | 10001 | 101010 | 101001101 | 10010 | 110001 |
Color Harmonies of #94667B
Complementary color
Monochromatic Colors of #94667B
Black with #94667B
Text Example
Text Example
White with #94667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94667B; }
p { color: rgb(148,102,123); }
H1.HeaderClassName
{
color: #94667B;
}
.AnyTagClassName
{
color: #94667B;
}
</style>
background-color css
<style>
a { background-color: #94667B; }
a { background-color: rgb(148,102,123); }
div.DivClassName
{
background-color: #94667B;
}
.BgClassName
{
background-color: #94667B;
}
</style>
border-color css
<style>
span { border-color: #94667B; }
span { border-color: rgb(148,102,123); }
td.TdClassName
{
border-color: #94667B;
}
.TagClassName
{
border-color: #94667B;
}
</style>