Shades of Strikemaster #944B7E
Tints of Strikemaster #944B7E
RGB
CMYK
RGB Variations
Color information
#944B7E (or 0x944B7E) is known color: Strikemaster. HEX triplet: 94, 4B and 7E. RGB value is (148,75,126). Sum of RGB (Red+Green+Blue) = 148+75+126=349 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.41% from 349); Green value is 75 (29.69% from 255 or 21.49% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 148 - color contains mainly: red. Hex color #944B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944B7E is #6BB481. Grayscale: #666666. Windows color (decimal): -7058562 or 8276884. OLE color: 8276884.
HSL color Cylindrical-coordinate representation of color #944B7E: hue angle of 318.08º 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 #944B7E is Cyan = 0, Magento = 0.49, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 75 | 126 | - |
| CMYK | 0 | 0.49 | 0.15 | 0.42 |
| HSL | 318.08º | 0.33% | 0.44% | - |
| HSV(B) | 318.08º | 0.49% | 0.58% | - |
| XYZ | 18.49 | 12.83 | 21.24 | - |
| YUV | 102.64 | 141.18 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 75 | 126 | 0 | 0.49 | 0.15 | 0.42 | 318.08 | 0.33 | 0.44 |
| Hex | 94 | 4B | 7E | 0 | 31 | F | 2A | 13E | 21 | 2C |
| Octal | 224 | 113 | 176 | 0 | 61 | 17 | 52 | 476 | 41 | 54 |
| Binary | 10010100 | 1001011 | 1111110 | 0 | 110001 | 1111 | 101010 | 100111110 | 100001 | 101100 |
Color Harmonies of #944B7E
Complementary color
Monochromatic Colors of #944B7E
Black with #944B7E
Text Example
Text Example
White with #944B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944B7E; }
p { color: rgb(148,75,126); }
H1.HeaderClassName
{
color: #944B7E;
}
.AnyTagClassName
{
color: #944B7E;
}
</style>
background-color css
<style>
a { background-color: #944B7E; }
a { background-color: rgb(148,75,126); }
div.DivClassName
{
background-color: #944B7E;
}
.BgClassName
{
background-color: #944B7E;
}
</style>
border-color css
<style>
span { border-color: #944B7E; }
span { border-color: rgb(148,75,126); }
td.TdClassName
{
border-color: #944B7E;
}
.TagClassName
{
border-color: #944B7E;
}
</style>