Shades of Strikemaster #94567E
Tints of Strikemaster #94567E
RGB
CMYK
RGB Variations
Color information
#94567E (or 0x94567E) is known color: Strikemaster. HEX triplet: 94, 56 and 7E. RGB value is (148,86,126). Sum of RGB (Red+Green+Blue) = 148+86+126=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 148 - color contains mainly: red. Hex color #94567E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94567E is #6BA981. Grayscale: #6C6C6C. Windows color (decimal): -7055746 or 8279700. OLE color: 8279700.
HSL color Cylindrical-coordinate representation of color #94567E: hue angle of 321.29º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #94567E is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 126 | - |
| CMYK | 0 | 0.42 | 0.15 | 0.42 |
| HSL | 321.29º | 0.26% | 0.46% | - |
| HSV(B) | 321.29º | 0.42% | 0.58% | - |
| XYZ | 19.31 | 14.46 | 21.51 | - |
| YUV | 109.1 | 137.54 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 126 | 0 | 0.42 | 0.15 | 0.42 | 321.29 | 0.26 | 0.46 |
| Hex | 94 | 56 | 7E | 0 | 2A | F | 2A | 141 | 1A | 2E |
| Octal | 224 | 126 | 176 | 0 | 52 | 17 | 52 | 501 | 32 | 56 |
| Binary | 10010100 | 1010110 | 1111110 | 0 | 101010 | 1111 | 101010 | 101000001 | 11010 | 101110 |
Color Harmonies of #94567E
Complementary color
Monochromatic Colors of #94567E
Black with #94567E
Text Example
Text Example
White with #94567E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94567E; }
p { color: rgb(148,86,126); }
H1.HeaderClassName
{
color: #94567E;
}
.AnyTagClassName
{
color: #94567E;
}
</style>
background-color css
<style>
a { background-color: #94567E; }
a { background-color: rgb(148,86,126); }
div.DivClassName
{
background-color: #94567E;
}
.BgClassName
{
background-color: #94567E;
}
</style>
border-color css
<style>
span { border-color: #94567E; }
span { border-color: rgb(148,86,126); }
td.TdClassName
{
border-color: #94567E;
}
.TagClassName
{
border-color: #94567E;
}
</style>