Shades of Strikemaster #94607B
Tints of Strikemaster #94607B
RGB
CMYK
RGB Variations
Color information
#94607B (or 0x94607B) is known color: Strikemaster. HEX triplet: 94, 60 and 7B. RGB value is (148,96,123). Sum of RGB (Red+Green+Blue) = 148+96+123=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #94607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94607B is #6B9F84. Grayscale: #727272. Windows color (decimal): -7053189 or 8085652. OLE color: 8085652.
HSL color Cylindrical-coordinate representation of color #94607B: hue angle of 328.85º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #94607B is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 96 | 123 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.42 |
| HSL | 328.85º | 0.21% | 0.48% | - |
| HSV(B) | 328.85º | 0.35% | 0.58% | - |
| XYZ | 19.97 | 16.09 | 20.79 | - |
| YUV | 114.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 96 | 123 | 0 | 0.35 | 0.17 | 0.42 | 328.85 | 0.21 | 0.48 |
| Hex | 94 | 60 | 7B | 0 | 23 | 11 | 2A | 149 | 15 | 30 |
| Octal | 224 | 140 | 173 | 0 | 43 | 21 | 52 | 511 | 25 | 60 |
| Binary | 10010100 | 1100000 | 1111011 | 0 | 100011 | 10001 | 101010 | 101001001 | 10101 | 110000 |
Color Harmonies of #94607B
Complementary color
Monochromatic Colors of #94607B
Black with #94607B
Text Example
Text Example
White with #94607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94607B; }
p { color: rgb(148,96,123); }
H1.HeaderClassName
{
color: #94607B;
}
.AnyTagClassName
{
color: #94607B;
}
</style>
background-color css
<style>
a { background-color: #94607B; }
a { background-color: rgb(148,96,123); }
div.DivClassName
{
background-color: #94607B;
}
.BgClassName
{
background-color: #94607B;
}
</style>
border-color css
<style>
span { border-color: #94607B; }
span { border-color: rgb(148,96,123); }
td.TdClassName
{
border-color: #94607B;
}
.TagClassName
{
border-color: #94607B;
}
</style>