#944F7E

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

Shades of Strikemaster #944F7E

Tints of Strikemaster #944F7E

Color information

#944F7E (or 0x944F7E) is unknown color: approx 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

RGB14879126-
CMYK00.470.150.42
HSL319.13º30.4%44.51%-
HSV(B)319.13º46.62%58.04%-
XYZ18.7713.3921.33-
YUV104.99139.86158.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 79 (31.25% from 255) = 22.38%
BLUE value IS 126 (49.61% from 255) = 35.69%
R=41.93%
G=22.38%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487912600.470.150.42319.1330.444.51
Hex944F7E02FF2A13f1e2d
Octal22411717605717524773655
Binary10010100100111111111100101111111110101010011111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>