Shades of Strikemaster #944B7A
Tints of Strikemaster #944B7A
RGB
CMYK
RGB Variations
Color information
#944B7A (or 0x944B7A) is known color: Strikemaster. HEX triplet: 94, 4B and 7A. RGB value is (148,75,122). Sum of RGB (Red+Green+Blue) = 148+75+122=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 75 (29.69% from 255 or 21.74% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #944B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944B7A is #6BB485. Grayscale: #666666. Windows color (decimal): -7058566 or 8014740. OLE color: 8014740.
HSL color Cylindrical-coordinate representation of color #944B7A: hue angle of 321.37º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #944B7A is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 75 | 122 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.42 |
| HSL | 321.37º | 0.33% | 0.44% | - |
| HSV(B) | 321.37º | 0.49% | 0.58% | - |
| XYZ | 18.24 | 12.73 | 19.91 | - |
| YUV | 102.19 | 139.18 | 160.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 122 | 0 | 0.49 | 0.18 | 0.42 | 321.37 | 0.33 | 0.44 |
| Hex | 94 | 4B | 7A | 0 | 31 | 12 | 2A | 141 | 21 | 2C |
| Octal | 224 | 113 | 172 | 0 | 61 | 22 | 52 | 501 | 41 | 54 |
| Binary | 10010100 | 1001011 | 1111010 | 0 | 110001 | 10010 | 101010 | 101000001 | 100001 | 101100 |
Color Harmonies of #944B7A
Complementary color
Monochromatic Colors of #944B7A
Black with #944B7A
Text Example
Text Example
White with #944B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944B7A; }
p { color: rgb(148,75,122); }
H1.HeaderClassName
{
color: #944B7A;
}
.AnyTagClassName
{
color: #944B7A;
}
</style>
background-color css
<style>
a { background-color: #944B7A; }
a { background-color: rgb(148,75,122); }
div.DivClassName
{
background-color: #944B7A;
}
.BgClassName
{
background-color: #944B7A;
}
</style>
border-color css
<style>
span { border-color: #944B7A; }
span { border-color: rgb(148,75,122); }
td.TdClassName
{
border-color: #944B7A;
}
.TagClassName
{
border-color: #944B7A;
}
</style>