Shades of Strikemaster #94567A
Tints of Strikemaster #94567A
RGB
CMYK
RGB Variations
Color information
#94567A (or 0x94567A) is known color: Strikemaster. HEX triplet: 94, 56 and 7A. RGB value is (148,86,122). Sum of RGB (Red+Green+Blue) = 148+86+122=356 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.57% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 148 - color contains mainly: red. Hex color #94567A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94567A is #6BA985. Grayscale: #6C6C6C. Windows color (decimal): -7055750 or 8017556. OLE color: 8017556.
HSL color Cylindrical-coordinate representation of color #94567A: hue angle of 325.16º 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 #94567A is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 122 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.42 |
| HSL | 325.16º | 0.26% | 0.46% | - |
| HSV(B) | 325.16º | 0.42% | 0.58% | - |
| XYZ | 19.05 | 14.36 | 20.18 | - |
| YUV | 108.64 | 135.54 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 122 | 0 | 0.42 | 0.18 | 0.42 | 325.16 | 0.26 | 0.46 |
| Hex | 94 | 56 | 7A | 0 | 2A | 12 | 2A | 145 | 1A | 2E |
| Octal | 224 | 126 | 172 | 0 | 52 | 22 | 52 | 505 | 32 | 56 |
| Binary | 10010100 | 1010110 | 1111010 | 0 | 101010 | 10010 | 101010 | 101000101 | 11010 | 101110 |
Color Harmonies of #94567A
Complementary color
Monochromatic Colors of #94567A
Black with #94567A
Text Example
Text Example
White with #94567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94567A; }
p { color: rgb(148,86,122); }
H1.HeaderClassName
{
color: #94567A;
}
.AnyTagClassName
{
color: #94567A;
}
</style>
background-color css
<style>
a { background-color: #94567A; }
a { background-color: rgb(148,86,122); }
div.DivClassName
{
background-color: #94567A;
}
.BgClassName
{
background-color: #94567A;
}
</style>
border-color css
<style>
span { border-color: #94567A; }
span { border-color: rgb(148,86,122); }
td.TdClassName
{
border-color: #94567A;
}
.TagClassName
{
border-color: #94567A;
}
</style>