Shades of Strikemaster #94597D
Tints of Strikemaster #94597D
RGB
CMYK
RGB Variations
Color information
#94597D (or 0x94597D) is known color: Strikemaster. HEX triplet: 94, 59 and 7D. RGB value is (148,89,125). Sum of RGB (Red+Green+Blue) = 148+89+125=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 89 (35.16% from 255 or 24.59% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #94597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94597D is #6BA682. Grayscale: #6E6E6E. Windows color (decimal): -7054979 or 8214932. OLE color: 8214932.
HSL color Cylindrical-coordinate representation of color #94597D: hue angle of 323.39º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #94597D is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 89 | 125 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.42 |
| HSL | 323.39º | 0.25% | 0.46% | - |
| HSV(B) | 323.39º | 0.4% | 0.58% | - |
| XYZ | 19.49 | 14.92 | 21.26 | - |
| YUV | 110.75 | 136.05 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 125 | 0 | 0.40 | 0.16 | 0.42 | 323.39 | 0.25 | 0.46 |
| Hex | 94 | 59 | 7D | 0 | 28 | 10 | 2A | 143 | 19 | 2E |
| Octal | 224 | 131 | 175 | 0 | 50 | 20 | 52 | 503 | 31 | 56 |
| Binary | 10010100 | 1011001 | 1111101 | 0 | 101000 | 10000 | 101010 | 101000011 | 11001 | 101110 |
Color Harmonies of #94597D
Complementary color
Monochromatic Colors of #94597D
Black with #94597D
Text Example
Text Example
White with #94597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94597D; }
p { color: rgb(148,89,125); }
H1.HeaderClassName
{
color: #94597D;
}
.AnyTagClassName
{
color: #94597D;
}
</style>
background-color css
<style>
a { background-color: #94597D; }
a { background-color: rgb(148,89,125); }
div.DivClassName
{
background-color: #94597D;
}
.BgClassName
{
background-color: #94597D;
}
</style>
border-color css
<style>
span { border-color: #94597D; }
span { border-color: rgb(148,89,125); }
td.TdClassName
{
border-color: #94597D;
}
.TagClassName
{
border-color: #94597D;
}
</style>