#944978

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

Shades of Strikemaster #944978

Tints of Strikemaster #944978

Color information

#944978 (or 0x944978) is unknown color: approx Strikemaster. HEX triplet: 94, 49 and 78. RGB value is (148,73,120). Sum of RGB (Red+Green+Blue) = 148+73+120=341 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.40% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 148 - color contains mainly: red. Hex color #944978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944978 is #6BB687. Grayscale: #646464. Windows color (decimal): -7059080 or 7883156. OLE color: 7883156.

HSL color Cylindrical-coordinate representation of color #944978: hue angle of 322.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #944978 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB14873120-
CMYK00.510.190.42
HSL322.4º33.94%43.33%-
HSV(B)322.4º50.68%58.04%-
XYZ17.9912.4219.22-
YUV100.78138.85161.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.40%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 120 (47.27% from 255) = 35.19%
R=43.40%
G=21.41%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487312000.510.190.42322.433.9443.33
Hex944978033132A142222b
Octal22411117006323525024253
Binary1001010010010011111000011001110011101010101000010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944978; }

 p { color: rgb(148,73,120); }

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

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

 a { background-color: rgb(148,73,120); }

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

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

 span { border-color: rgb(148,73,120); }

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