Shades of Strikemaster #944E78
Tints of Strikemaster #944E78
RGB
CMYK
RGB Variations
Color information
#944E78 (or 0x944E78) is known color: Strikemaster. HEX triplet: 94, 4E and 78. RGB value is (148,78,120). Sum of RGB (Red+Green+Blue) = 148+78+120=346 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.77% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 148 - color contains mainly: red. Hex color #944E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E78 is #6BB187. Grayscale: #676767. Windows color (decimal): -7057800 or 7884436. OLE color: 7884436.
HSL color Cylindrical-coordinate representation of color #944E78: hue angle of 324º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944E78 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 78 | 120 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.42 |
| HSL | 324º | 0.31% | 0.44% | - |
| HSV(B) | 324º | 0.47% | 0.58% | - |
| XYZ | 18.33 | 13.1 | 19.33 | - |
| YUV | 103.72 | 137.19 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 78 | 120 | 0 | 0.47 | 0.19 | 0.42 | 324 | 0.31 | 0.44 |
| Hex | 94 | 4E | 78 | 0 | 2F | 13 | 2A | 144 | 1F | 2C |
| Octal | 224 | 116 | 170 | 0 | 57 | 23 | 52 | 504 | 37 | 54 |
| Binary | 10010100 | 1001110 | 1111000 | 0 | 101111 | 10011 | 101010 | 101000100 | 11111 | 101100 |
Color Harmonies of #944E78
Complementary color
Monochromatic Colors of #944E78
Black with #944E78
Text Example
Text Example
White with #944E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944E78; }
p { color: rgb(148,78,120); }
H1.HeaderClassName
{
color: #944E78;
}
.AnyTagClassName
{
color: #944E78;
}
</style>
background-color css
<style>
a { background-color: #944E78; }
a { background-color: rgb(148,78,120); }
div.DivClassName
{
background-color: #944E78;
}
.BgClassName
{
background-color: #944E78;
}
</style>
border-color css
<style>
span { border-color: #944E78; }
span { border-color: rgb(148,78,120); }
td.TdClassName
{
border-color: #944E78;
}
.TagClassName
{
border-color: #944E78;
}
</style>