#944E7C

Color #944E7C Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #944E7C

Tints of Strikemaster #944E7C

Color information

#944E7C (or 0x944E7C) is unknown color: approx Strikemaster. HEX triplet: 94, 4E and 7C. RGB value is (148,78,124). Sum of RGB (Red+Green+Blue) = 148+78+124=350 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.29% from 350); Green value is 78 (30.86% from 255 or 22.29% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 148 - color contains mainly: red. Hex color #944E7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E7C is #6BB183. Grayscale: #686868. Windows color (decimal): -7057796 or 8146580. OLE color: 8146580.

HSL color Cylindrical-coordinate representation of color #944E7C: hue angle of 320.57º 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 #944E7C is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB14878124-
CMYK00.470.160.42
HSL320.57º30.97%44.31%-
HSV(B)320.57º47.3%58.04%-
XYZ18.5813.220.64-
YUV104.17139.19159.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 42.29%
GREEN value IS 78 (30.86% from 255) = 22.29%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=42.29%
G=22.29%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.16
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487812400.470.160.42320.5730.9744.31
Hex944E7C02F102A1411f2c
Octal22411617405720525013754
Binary100101001001110111110001011111000010101010100000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944E7C; }

 p { color: rgb(148,78,124); }

 H1.HeaderClassName
 {
   color: #944E7C;
 }
 .AnyTagClassName
 {
   color: #944E7C;
 }
</style>
background-color css

<style>
 a { background-color: #944E7C; }

 a { background-color: rgb(148,78,124); }

 div.DivClassName
 {
   background-color: #944E7C;
 }
 .BgClassName
 {
   background-color: #944E7C;
 }
</style>
border-color css

<style>
 span { border-color: #944E7C; }

 span { border-color: rgb(148,78,124); }

 td.TdClassName
 {
   border-color: #944E7C;
 }
 .TagClassName
 {
   border-color: #944E7C;
 }
</style>