Shades of Strikemaster #94507A
Tints of Strikemaster #94507A
RGB
CMYK
RGB Variations
Color information
#94507A (or 0x94507A) is known color: Strikemaster. HEX triplet: 94, 50 and 7A. RGB value is (148,80,122). Sum of RGB (Red+Green+Blue) = 148+80+122=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 80 (31.64% from 255 or 22.86% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #94507A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94507A is #6BAF85. Grayscale: #696969. Windows color (decimal): -7057286 or 8016020. OLE color: 8016020.
HSL color Cylindrical-coordinate representation of color #94507A: hue angle of 322.94º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94507A is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 80 | 122 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.42 |
| HSL | 322.94º | 0.3% | 0.45% | - |
| HSV(B) | 322.94º | 0.46% | 0.58% | - |
| XYZ | 18.59 | 13.44 | 20.03 | - |
| YUV | 105.12 | 137.53 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 80 | 122 | 0 | 0.46 | 0.18 | 0.42 | 322.94 | 0.3 | 0.45 |
| Hex | 94 | 50 | 7A | 0 | 2E | 12 | 2A | 143 | 1E | 2D |
| Octal | 224 | 120 | 172 | 0 | 56 | 22 | 52 | 503 | 36 | 55 |
| Binary | 10010100 | 1010000 | 1111010 | 0 | 101110 | 10010 | 101010 | 101000011 | 11110 | 101101 |
Color Harmonies of #94507A
Complementary color
Monochromatic Colors of #94507A
Black with #94507A
Text Example
Text Example
White with #94507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94507A; }
p { color: rgb(148,80,122); }
H1.HeaderClassName
{
color: #94507A;
}
.AnyTagClassName
{
color: #94507A;
}
</style>
background-color css
<style>
a { background-color: #94507A; }
a { background-color: rgb(148,80,122); }
div.DivClassName
{
background-color: #94507A;
}
.BgClassName
{
background-color: #94507A;
}
</style>
border-color css
<style>
span { border-color: #94507A; }
span { border-color: rgb(148,80,122); }
td.TdClassName
{
border-color: #94507A;
}
.TagClassName
{
border-color: #94507A;
}
</style>