Shades of Strikemaster #94557B
Tints of Strikemaster #94557B
RGB
CMYK
RGB Variations
Color information
#94557B (or 0x94557B) is known color: Strikemaster. HEX triplet: 94, 55 and 7B. RGB value is (148,85,123). Sum of RGB (Red+Green+Blue) = 148+85+123=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94557B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94557B is #6BAA84. Grayscale: #6C6C6C. Windows color (decimal): -7056005 or 8082836. OLE color: 8082836.
HSL color Cylindrical-coordinate representation of color #94557B: hue angle of 323.81º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #94557B is Cyan = 0, Magento = 0.43, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 85 | 123 | - |
| CMYK | 0 | 0.43 | 0.17 | 0.42 |
| HSL | 323.81º | 0.27% | 0.46% | - |
| HSV(B) | 323.81º | 0.43% | 0.58% | - |
| XYZ | 19.04 | 14.22 | 20.48 | - |
| YUV | 108.17 | 136.37 | 156.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 85 | 123 | 0 | 0.43 | 0.17 | 0.42 | 323.81 | 0.27 | 0.46 |
| Hex | 94 | 55 | 7B | 0 | 2B | 11 | 2A | 144 | 1B | 2E |
| Octal | 224 | 125 | 173 | 0 | 53 | 21 | 52 | 504 | 33 | 56 |
| Binary | 10010100 | 1010101 | 1111011 | 0 | 101011 | 10001 | 101010 | 101000100 | 11011 | 101110 |
Color Harmonies of #94557B
Complementary color
Monochromatic Colors of #94557B
Black with #94557B
Text Example
Text Example
White with #94557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94557B; }
p { color: rgb(148,85,123); }
H1.HeaderClassName
{
color: #94557B;
}
.AnyTagClassName
{
color: #94557B;
}
</style>
background-color css
<style>
a { background-color: #94557B; }
a { background-color: rgb(148,85,123); }
div.DivClassName
{
background-color: #94557B;
}
.BgClassName
{
background-color: #94557B;
}
</style>
border-color css
<style>
span { border-color: #94557B; }
span { border-color: rgb(148,85,123); }
td.TdClassName
{
border-color: #94557B;
}
.TagClassName
{
border-color: #94557B;
}
</style>