Shades of Strikemaster #944F7E
Tints of Strikemaster #944F7E
RGB
CMYK
RGB Variations
Color information
#944F7E (or 0x944F7E) is known color: Strikemaster. HEX triplet: 94, 4F and 7E. RGB value is (148,79,126). Sum of RGB (Red+Green+Blue) = 148+79+126=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 79 (31.25% from 255 or 22.38% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #944F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F7E is #6BB081. Grayscale: #686868. Windows color (decimal): -7057538 or 8277908. OLE color: 8277908.
HSL color Cylindrical-coordinate representation of color #944F7E: hue angle of 319.13º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944F7E is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 79 | 126 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.42 |
| HSL | 319.13º | 0.3% | 0.45% | - |
| HSV(B) | 319.13º | 0.47% | 0.58% | - |
| XYZ | 18.77 | 13.39 | 21.33 | - |
| YUV | 104.99 | 139.86 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 79 | 126 | 0 | 0.47 | 0.15 | 0.42 | 319.13 | 0.3 | 0.45 |
| Hex | 94 | 4F | 7E | 0 | 2F | F | 2A | 13F | 1E | 2D |
| Octal | 224 | 117 | 176 | 0 | 57 | 17 | 52 | 477 | 36 | 55 |
| Binary | 10010100 | 1001111 | 1111110 | 0 | 101111 | 1111 | 101010 | 100111111 | 11110 | 101101 |
Color Harmonies of #944F7E
Complementary color
Monochromatic Colors of #944F7E
Black with #944F7E
Text Example
Text Example
White with #944F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944F7E; }
p { color: rgb(148,79,126); }
H1.HeaderClassName
{
color: #944F7E;
}
.AnyTagClassName
{
color: #944F7E;
}
</style>
background-color css
<style>
a { background-color: #944F7E; }
a { background-color: rgb(148,79,126); }
div.DivClassName
{
background-color: #944F7E;
}
.BgClassName
{
background-color: #944F7E;
}
</style>
border-color css
<style>
span { border-color: #944F7E; }
span { border-color: rgb(148,79,126); }
td.TdClassName
{
border-color: #944F7E;
}
.TagClassName
{
border-color: #944F7E;
}
</style>